Joda - Primitives

A Java library to help you with your development.
Download

Joda - Primitives Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Stephen Colebourne
  • Operating Systems:
  • Windows All
  • File Size:
  • 2 MB

Joda - Primitives Tags


Joda - Primitives Description

Joda Primitives provides collections and utilities to bridge the gap between objects and primitive types in Java. Current Interfaces and implementations include: * Collection * List * Iterable * Iterator * ListIterator Each collection implementation stores the data as a primitive object. The interfaces provide dedicated methods to access those primitives. If you need a list of numbers or booleans, then these classes are ideal. A primitive collection uses less memory, performs more quickly and saves on garbage collection. All this is due to the FACT that no Object wrapper class has to be created. This project is an offshoot of Commons Primitives. The two projects have very different designs. Commons Primitives defines interfaces independent of the JDK collection interfaces. Joda Primitives defines interfaces that extend the JDK collection interfaces. This project offers deeper direct integration, however this results in certain method names being different from JDK collections.


Joda - Primitives Related Software