Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteCollection
A
Collection specialization with byte elements. |
interface |
CharCollection
A
Collection specialization with char elements. |
interface |
DoubleCollection
A
Collection specialization with double elements. |
interface |
FloatCollection
A
Collection specialization with float elements. |
interface |
IntCollection
A
Collection specialization with int elements. |
interface |
LongCollection
A
Collection specialization with long elements. |
interface |
ObjCollection<E>
A collection of objects, the library's extension of the classic
Collection interface. |
interface |
ShortCollection
A
Collection specialization with short elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashContainer
The root interface of sets and maps, based on hash tables.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ByteByteMap
|
interface |
ByteCharMap
|
interface |
ByteDoubleMap
|
interface |
ByteFloatMap
|
interface |
ByteIntMap
|
interface |
ByteLongMap
|
interface |
ByteObjMap<V>
|
interface |
ByteShortMap
|
interface |
CharByteMap
|
interface |
CharCharMap
|
interface |
CharDoubleMap
|
interface |
CharFloatMap
|
interface |
CharIntMap
|
interface |
CharLongMap
|
interface |
CharObjMap<V>
|
interface |
CharShortMap
|
interface |
DoubleByteMap
|
interface |
DoubleCharMap
|
interface |
DoubleDoubleMap
|
interface |
DoubleFloatMap
|
interface |
DoubleIntMap
|
interface |
DoubleLongMap
|
interface |
DoubleObjMap<V>
|
interface |
DoubleShortMap
|
interface |
FloatByteMap
|
interface |
FloatCharMap
|
interface |
FloatDoubleMap
|
interface |
FloatFloatMap
|
interface |
FloatIntMap
|
interface |
FloatLongMap
|
interface |
FloatObjMap<V>
|
interface |
FloatShortMap
|
interface |
IntByteMap
|
interface |
IntCharMap
|
interface |
IntDoubleMap
|
interface |
IntFloatMap
|
interface |
IntIntMap
|
interface |
IntLongMap
|
interface |
IntObjMap<V>
|
interface |
IntShortMap
|
interface |
LongByteMap
|
interface |
LongCharMap
|
interface |
LongDoubleMap
|
interface |
LongFloatMap
|
interface |
LongIntMap
|
interface |
LongLongMap
|
interface |
LongObjMap<V>
|
interface |
LongShortMap
|
interface |
ObjByteMap<K>
|
interface |
ObjCharMap<K>
|
interface |
ObjDoubleMap<K>
|
interface |
ObjFloatMap<K>
|
interface |
ObjIntMap<K>
|
interface |
ObjLongMap<K>
|
interface |
ObjObjMap<K,V>
The library's extension of the classic
Map interface. |
interface |
ObjShortMap<K>
|
interface |
ShortByteMap
|
interface |
ShortCharMap
|
interface |
ShortDoubleMap
|
interface |
ShortFloatMap
|
interface |
ShortIntMap
|
interface |
ShortLongMap
|
interface |
ShortObjMap<V>
|
interface |
ShortShortMap
|
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteByteMap
An interface for
ByteByteMap s, based on hash tables. |
interface |
HashByteCharMap
An interface for
ByteCharMap s, based on hash tables. |
interface |
HashByteDoubleMap
An interface for
ByteDoubleMap s, based on hash tables. |
interface |
HashByteFloatMap
An interface for
ByteFloatMap s, based on hash tables. |
interface |
HashByteIntMap
An interface for
ByteIntMap s, based on hash tables. |
interface |
HashByteLongMap
An interface for
ByteLongMap s, based on hash tables. |
interface |
HashByteObjMap<V>
An interface for
ByteObjMap s, based on hash tables. |
interface |
HashByteShortMap
An interface for
ByteShortMap s, based on hash tables. |
interface |
HashCharByteMap
An interface for
CharByteMap s, based on hash tables. |
interface |
HashCharCharMap
An interface for
CharCharMap s, based on hash tables. |
interface |
HashCharDoubleMap
An interface for
CharDoubleMap s, based on hash tables. |
interface |
HashCharFloatMap
An interface for
CharFloatMap s, based on hash tables. |
interface |
HashCharIntMap
An interface for
CharIntMap s, based on hash tables. |
interface |
HashCharLongMap
An interface for
CharLongMap s, based on hash tables. |
interface |
HashCharObjMap<V>
An interface for
CharObjMap s, based on hash tables. |
interface |
HashCharShortMap
An interface for
CharShortMap s, based on hash tables. |
interface |
HashDoubleByteMap
An interface for
DoubleByteMap s, based on hash tables. |
interface |
HashDoubleCharMap
An interface for
DoubleCharMap s, based on hash tables. |
interface |
HashDoubleDoubleMap
An interface for
DoubleDoubleMap s, based on hash tables. |
interface |
HashDoubleFloatMap
An interface for
DoubleFloatMap s, based on hash tables. |
interface |
HashDoubleIntMap
An interface for
DoubleIntMap s, based on hash tables. |
interface |
HashDoubleLongMap
An interface for
DoubleLongMap s, based on hash tables. |
interface |
HashDoubleObjMap<V>
An interface for
DoubleObjMap s, based on hash tables. |
interface |
HashDoubleShortMap
An interface for
DoubleShortMap s, based on hash tables. |
interface |
HashFloatByteMap
An interface for
FloatByteMap s, based on hash tables. |
interface |
HashFloatCharMap
An interface for
FloatCharMap s, based on hash tables. |
interface |
HashFloatDoubleMap
An interface for
FloatDoubleMap s, based on hash tables. |
interface |
HashFloatFloatMap
An interface for
FloatFloatMap s, based on hash tables. |
interface |
HashFloatIntMap
An interface for
FloatIntMap s, based on hash tables. |
interface |
HashFloatLongMap
An interface for
FloatLongMap s, based on hash tables. |
interface |
HashFloatObjMap<V>
An interface for
FloatObjMap s, based on hash tables. |
interface |
HashFloatShortMap
An interface for
FloatShortMap s, based on hash tables. |
interface |
HashIntByteMap
An interface for
IntByteMap s, based on hash tables. |
interface |
HashIntCharMap
An interface for
IntCharMap s, based on hash tables. |
interface |
HashIntDoubleMap
An interface for
IntDoubleMap s, based on hash tables. |
interface |
HashIntFloatMap
An interface for
IntFloatMap s, based on hash tables. |
interface |
HashIntIntMap
An interface for
IntIntMap s, based on hash tables. |
interface |
HashIntLongMap
An interface for
IntLongMap s, based on hash tables. |
interface |
HashIntObjMap<V>
An interface for
IntObjMap s, based on hash tables. |
interface |
HashIntShortMap
An interface for
IntShortMap s, based on hash tables. |
interface |
HashLongByteMap
An interface for
LongByteMap s, based on hash tables. |
interface |
HashLongCharMap
An interface for
LongCharMap s, based on hash tables. |
interface |
HashLongDoubleMap
An interface for
LongDoubleMap s, based on hash tables. |
interface |
HashLongFloatMap
An interface for
LongFloatMap s, based on hash tables. |
interface |
HashLongIntMap
An interface for
LongIntMap s, based on hash tables. |
interface |
HashLongLongMap
An interface for
LongLongMap s, based on hash tables. |
interface |
HashLongObjMap<V>
An interface for
LongObjMap s, based on hash tables. |
interface |
HashLongShortMap
An interface for
LongShortMap s, based on hash tables. |
interface |
HashObjByteMap<K>
An interface for
ObjByteMap s, based on hash tables. |
interface |
HashObjCharMap<K>
An interface for
ObjCharMap s, based on hash tables. |
interface |
HashObjDoubleMap<K>
An interface for
ObjDoubleMap s, based on hash tables. |
interface |
HashObjFloatMap<K>
An interface for
ObjFloatMap s, based on hash tables. |
interface |
HashObjIntMap<K>
An interface for
ObjIntMap s, based on hash tables. |
interface |
HashObjLongMap<K>
An interface for
ObjLongMap s, based on hash tables. |
interface |
HashObjObjMap<K,V>
An interface for
ObjObjMap s, based on hash tables. |
interface |
HashObjShortMap<K>
An interface for
ObjShortMap s, based on hash tables. |
interface |
HashShortByteMap
An interface for
ShortByteMap s, based on hash tables. |
interface |
HashShortCharMap
An interface for
ShortCharMap s, based on hash tables. |
interface |
HashShortDoubleMap
An interface for
ShortDoubleMap s, based on hash tables. |
interface |
HashShortFloatMap
An interface for
ShortFloatMap s, based on hash tables. |
interface |
HashShortIntMap
An interface for
ShortIntMap s, based on hash tables. |
interface |
HashShortLongMap
An interface for
ShortLongMap s, based on hash tables. |
interface |
HashShortObjMap<V>
An interface for
ShortObjMap s, based on hash tables. |
interface |
HashShortShortMap
An interface for
ShortShortMap s, based on hash tables. |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteSet
A
Set specialization with byte elements. |
interface |
CharSet
A
Set specialization with char elements. |
interface |
DoubleSet
A
Set specialization with double elements. |
interface |
FloatSet
A
Set specialization with float elements. |
interface |
IntSet
A
Set specialization with int elements. |
interface |
LongSet
A
Set specialization with long elements. |
interface |
ObjSet<E>
A set of objects, the library's extension of the classic
Set interface. |
interface |
ShortSet
A
Set specialization with short elements. |
Modifier and Type | Interface and Description |
---|---|
interface |
HashByteSet
An interface for
ByteSet s, based on hash tables. |
interface |
HashCharSet
An interface for
CharSet s, based on hash tables. |
interface |
HashDoubleSet
An interface for
DoubleSet s, based on hash tables. |
interface |
HashFloatSet
An interface for
FloatSet s, based on hash tables. |
interface |
HashIntSet
An interface for
IntSet s, based on hash tables. |
interface |
HashLongSet
An interface for
LongSet s, based on hash tables. |
interface |
HashObjSet<E>
An interface for
ObjSet s, based on hash tables. |
interface |
HashShortSet
An interface for
ShortSet s, based on hash tables. |