|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastCollection | |
---|---|
javolution.util | Provides high-performance collection classes and miscellaneous utilities; although
this package provides very few collection classes, they are substitutes for
most of java.util.* classes (for example, java.util.IdentityHashMap would be
a FastMap with an identity key comparator). |
Uses of FastCollection in javolution.util |
---|
Subclasses of FastCollection in javolution.util | |
---|---|
class |
FastBitSet
This class represents either a table of bits or a set of non-negative numbers. |
class |
FastList<E>
This class represents a linked list with real-time behavior; smooth capacity increase and no memory allocation as long as the list size does not exceed its initial capacity. |
class |
FastSet<E>
This class represents a set collection backed by a FastMap ;
smooth capacity increase and no rehashing ever performed. |
class |
FastTable<E>
This class represents a random access collection with real-time behavior (smooth capacity increase). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |