Package | Description |
---|---|
com.koloboke.collect.hash |
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
|
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. |
Modifier and Type | Method and Description |
---|---|
abstract Predicate<HashContainer> |
HashConfig.getShrinkCondition()
Returns the shrink condition of this hash config.
|
Modifier and Type | Method and Description |
---|---|
HashConfig |
HashConfig.withShrinkCondition(Predicate<HashContainer> condition)
Returns a copy of this hash config with the shrink condition set to the given predicate.
|
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 |
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. |