|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.koloboke.collect | |
---|---|
com.koloboke.collect | The root package of the collection library. |
com.koloboke.collect.hash | Contains basic interfaces and commonly used classes related to containers, based on hash tables. |
com.koloboke.collect.map | Contains interfaces of Map specializations, their factories and cursors. |
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
com.koloboke.collect.set | Contains interfaces of Set specializations and their factories. |
com.koloboke.collect.set.hash | Contains interfaces of Set specializations, based on hash tables,
their factories and static factory methods. |
Classes in com.koloboke.collect used by com.koloboke.collect | |
---|---|
ByteCursor
A mutable pointer to the element in an iteration of byte s. |
|
ByteIterator
Primitive specialization of Iterator < Byte > . |
|
CharCursor
A mutable pointer to the element in an iteration of char s. |
|
CharIterator
Primitive specialization of Iterator < Character > . |
|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
|
Cursor
A mutable pointer to the element in an iteration. |
|
DoubleCursor
A mutable pointer to the element in an iteration of double s. |
|
DoubleIterator
Primitive specialization of Iterator < Double > . |
|
Equivalence
A strategy for determining whether two instances are considered equivalent. |
|
FloatCursor
A mutable pointer to the element in an iteration of float s. |
|
FloatIterator
Primitive specialization of Iterator < Float > . |
|
IntCursor
A mutable pointer to the element in an iteration of int s. |
|
IntIterator
Primitive specialization of Iterator < Integer > . |
|
LongCursor
A mutable pointer to the element in an iteration of long s. |
|
LongIterator
Primitive specialization of Iterator < Long > . |
|
ObjCursor
A mutable pointer to the element in an iteration of objects. |
|
ObjIterator
Extends Iterator for the symmetry with primitive specializations. |
|
ShortCursor
A mutable pointer to the element in an iteration of short s. |
|
ShortIterator
Primitive specialization of Iterator < Short > . |
Classes in com.koloboke.collect used by com.koloboke.collect.hash | |
---|---|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
Classes in com.koloboke.collect used by com.koloboke.collect.map | |
---|---|
ByteCollection
A Collection specialization with byte elements. |
|
CharCollection
A Collection specialization with char elements. |
|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
|
Cursor
A mutable pointer to the element in an iteration. |
|
DoubleCollection
A Collection specialization with double elements. |
|
Equivalence
A strategy for determining whether two instances are considered equivalent. |
|
FloatCollection
A Collection specialization with float elements. |
|
IntCollection
A Collection specialization with int elements. |
|
LongCollection
A Collection specialization with long elements. |
|
ObjCollection
A collection of objects, the library's extension of the classic Collection interface. |
|
ShortCollection
A Collection specialization with short elements. |
Classes in com.koloboke.collect used by com.koloboke.collect.map.hash | |
---|---|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
|
Equivalence
A strategy for determining whether two instances are considered equivalent. |
Classes in com.koloboke.collect used by com.koloboke.collect.set | |
---|---|
ByteCollection
A Collection specialization with byte elements. |
|
ByteIterator
Primitive specialization of Iterator < Byte > . |
|
CharCollection
A Collection specialization with char elements. |
|
CharIterator
Primitive specialization of Iterator < Character > . |
|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
|
DoubleCollection
A Collection specialization with double elements. |
|
DoubleIterator
Primitive specialization of Iterator < Double > . |
|
Equivalence
A strategy for determining whether two instances are considered equivalent. |
|
FloatCollection
A Collection specialization with float elements. |
|
FloatIterator
Primitive specialization of Iterator < Float > . |
|
IntCollection
A Collection specialization with int elements. |
|
IntIterator
Primitive specialization of Iterator < Integer > . |
|
LongCollection
A Collection specialization with long elements. |
|
LongIterator
Primitive specialization of Iterator < Long > . |
|
ObjCollection
A collection of objects, the library's extension of the classic Collection interface. |
|
ObjIterator
Extends Iterator for the symmetry with primitive specializations. |
|
ShortCollection
A Collection specialization with short elements. |
|
ShortIterator
Primitive specialization of Iterator < Short > . |
Classes in com.koloboke.collect used by com.koloboke.collect.set.hash | |
---|---|
ByteCollection
A Collection specialization with byte elements. |
|
CharCollection
A Collection specialization with char elements. |
|
Container
The root interface of all collections within the library. |
|
ContainerFactory
Root container factory interface. |
|
DoubleCollection
A Collection specialization with double elements. |
|
Equivalence
A strategy for determining whether two instances are considered equivalent. |
|
FloatCollection
A Collection specialization with float elements. |
|
IntCollection
A Collection specialization with int elements. |
|
LongCollection
A Collection specialization with long elements. |
|
ObjCollection
A collection of objects, the library's extension of the classic Collection interface. |
|
ShortCollection
A Collection specialization with short elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |