Uses of Package
com.koloboke.collect

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 bytes.
ByteIterator
          Primitive specialization of Iterator<Byte>.
CharCursor
          A mutable pointer to the element in an iteration of chars.
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 doubles.
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 floats.
FloatIterator
          Primitive specialization of Iterator<Float>.
IntCursor
          A mutable pointer to the element in an iteration of ints.
IntIterator
          Primitive specialization of Iterator<Integer>.
LongCursor
          A mutable pointer to the element in an iteration of longs.
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 shorts.
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.