Package | Description |
---|---|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
com.koloboke.collect.set.hash |
Contains interfaces of
Set specializations, based on hash tables,
their factories and static factory methods. |
Class and Description |
---|
HashByteSet
An interface for
ByteSet s, based on hash tables. |
HashCharSet
An interface for
CharSet s, based on hash tables. |
HashDoubleSet
An interface for
DoubleSet s, based on hash tables. |
HashFloatSet
An interface for
FloatSet s, based on hash tables. |
HashIntSet
An interface for
IntSet s, based on hash tables. |
HashLongSet
An interface for
LongSet s, based on hash tables. |
HashObjSet
An interface for
ObjSet s, based on hash tables. |
HashShortSet
An interface for
ShortSet s, based on hash tables. |
Class and Description |
---|
HashByteSet
An interface for
ByteSet s, based on hash tables. |
HashByteSetFactory
An immutable factory of
HashByteSet s. |
HashCharSet
An interface for
CharSet s, based on hash tables. |
HashCharSetFactory
An immutable factory of
HashCharSet s. |
HashDoubleSet
An interface for
DoubleSet s, based on hash tables. |
HashDoubleSetFactory
An immutable factory of
HashDoubleSet s. |
HashFloatSet
An interface for
FloatSet s, based on hash tables. |
HashFloatSetFactory
An immutable factory of
HashFloatSet s. |
HashIntSet
An interface for
IntSet s, based on hash tables. |
HashIntSetFactory
An immutable factory of
HashIntSet s. |
HashLongSet
An interface for
LongSet s, based on hash tables. |
HashLongSetFactory
An immutable factory of
HashLongSet s. |
HashObjSet
An interface for
ObjSet s, based on hash tables. |
HashObjSetFactory
An immutable factory of
HashObjSet s. |
HashShortSet
An interface for
ShortSet s, based on hash tables. |
HashShortSetFactory
An immutable factory of
HashShortSet s. |