Package | Description |
---|---|
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. |
Class and Description |
---|
ByteByteCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
byte values. |
ByteByteMap |
ByteByteMapFactory
An immutable factory of
ByteByteMap s. |
ByteCharCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
char values. |
ByteCharMap |
ByteCharMapFactory
An immutable factory of
ByteCharMap s. |
ByteDoubleCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
double values. |
ByteDoubleMap |
ByteDoubleMapFactory
An immutable factory of
ByteDoubleMap s. |
ByteFloatCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
float values. |
ByteFloatMap |
ByteFloatMapFactory
An immutable factory of
ByteFloatMap s. |
ByteIntCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
int values. |
ByteIntMap |
ByteIntMapFactory
An immutable factory of
ByteIntMap s. |
ByteLongCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
long values. |
ByteLongMap |
ByteLongMapFactory
An immutable factory of
ByteLongMap s. |
ByteObjCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
Object values. |
ByteObjMap |
ByteObjMapFactory
An immutable factory of
ByteObjMap s. |
ByteShortCursor
A mutable pointer to the entry in an iteration of entries with
byte keys and
short values. |
ByteShortMap |
ByteShortMapFactory
An immutable factory of
ByteShortMap s. |
CharByteCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
byte values. |
CharByteMap |
CharByteMapFactory
An immutable factory of
CharByteMap s. |
CharCharCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
char values. |
CharCharMap |
CharCharMapFactory
An immutable factory of
CharCharMap s. |
CharDoubleCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
double values. |
CharDoubleMap |
CharDoubleMapFactory
An immutable factory of
CharDoubleMap s. |
CharFloatCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
float values. |
CharFloatMap |
CharFloatMapFactory
An immutable factory of
CharFloatMap s. |
CharIntCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
int values. |
CharIntMap |
CharIntMapFactory
An immutable factory of
CharIntMap s. |
CharLongCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
long values. |
CharLongMap |
CharLongMapFactory
An immutable factory of
CharLongMap s. |
CharObjCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
Object values. |
CharObjMap |
CharObjMapFactory
An immutable factory of
CharObjMap s. |
CharShortCursor
A mutable pointer to the entry in an iteration of entries with
char keys and
short values. |
CharShortMap |
CharShortMapFactory
An immutable factory of
CharShortMap s. |
DoubleByteCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
byte values. |
DoubleByteMap |
DoubleByteMapFactory
An immutable factory of
DoubleByteMap s. |
DoubleCharCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
char values. |
DoubleCharMap |
DoubleCharMapFactory
An immutable factory of
DoubleCharMap s. |
DoubleDoubleCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
double values. |
DoubleDoubleMap |
DoubleDoubleMapFactory
An immutable factory of
DoubleDoubleMap s. |
DoubleFloatCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
float values. |
DoubleFloatMap |
DoubleFloatMapFactory
An immutable factory of
DoubleFloatMap s. |
DoubleIntCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
int values. |
DoubleIntMap |
DoubleIntMapFactory
An immutable factory of
DoubleIntMap s. |
DoubleLongCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
long values. |
DoubleLongMap |
DoubleLongMapFactory
An immutable factory of
DoubleLongMap s. |
DoubleObjCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
Object values. |
DoubleObjMap |
DoubleObjMapFactory
An immutable factory of
DoubleObjMap s. |
DoubleShortCursor
A mutable pointer to the entry in an iteration of entries with
double keys and
short values. |
DoubleShortMap |
DoubleShortMapFactory
An immutable factory of
DoubleShortMap s. |
FloatByteCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
byte values. |
FloatByteMap |
FloatByteMapFactory
An immutable factory of
FloatByteMap s. |
FloatCharCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
char values. |
FloatCharMap |
FloatCharMapFactory
An immutable factory of
FloatCharMap s. |
FloatDoubleCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
double values. |
FloatDoubleMap |
FloatDoubleMapFactory
An immutable factory of
FloatDoubleMap s. |
FloatFloatCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
float values. |
FloatFloatMap |
FloatFloatMapFactory
An immutable factory of
FloatFloatMap s. |
FloatIntCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
int values. |
FloatIntMap |
FloatIntMapFactory
An immutable factory of
FloatIntMap s. |
FloatLongCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
long values. |
FloatLongMap |
FloatLongMapFactory
An immutable factory of
FloatLongMap s. |
FloatObjCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
Object values. |
FloatObjMap |
FloatObjMapFactory
An immutable factory of
FloatObjMap s. |
FloatShortCursor
A mutable pointer to the entry in an iteration of entries with
float keys and
short values. |
FloatShortMap |
FloatShortMapFactory
An immutable factory of
FloatShortMap s. |
IntByteCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
byte values. |
IntByteMap |
IntByteMapFactory
An immutable factory of
IntByteMap s. |
IntCharCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
char values. |
IntCharMap |
IntCharMapFactory
An immutable factory of
IntCharMap s. |
IntDoubleCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
double values. |
IntDoubleMap |
IntDoubleMapFactory
An immutable factory of
IntDoubleMap s. |
IntFloatCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
float values. |
IntFloatMap |
IntFloatMapFactory
An immutable factory of
IntFloatMap s. |
IntIntCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
int values. |
IntIntMap |
IntIntMapFactory
An immutable factory of
IntIntMap s. |
IntLongCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
long values. |
IntLongMap |
IntLongMapFactory
An immutable factory of
IntLongMap s. |
IntObjCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
Object values. |
IntObjMap |
IntObjMapFactory
An immutable factory of
IntObjMap s. |
IntShortCursor
A mutable pointer to the entry in an iteration of entries with
int keys and
short values. |
IntShortMap |
IntShortMapFactory
An immutable factory of
IntShortMap s. |
LongByteCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
byte values. |
LongByteMap |
LongByteMapFactory
An immutable factory of
LongByteMap s. |
LongCharCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
char values. |
LongCharMap |
LongCharMapFactory
An immutable factory of
LongCharMap s. |
LongDoubleCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
double values. |
LongDoubleMap |
LongDoubleMapFactory
An immutable factory of
LongDoubleMap s. |
LongFloatCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
float values. |
LongFloatMap |
LongFloatMapFactory
An immutable factory of
LongFloatMap s. |
LongIntCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
int values. |
LongIntMap |
LongIntMapFactory
An immutable factory of
LongIntMap s. |
LongLongCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
long values. |
LongLongMap |
LongLongMapFactory
An immutable factory of
LongLongMap s. |
LongObjCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
Object values. |
LongObjMap |
LongObjMapFactory
An immutable factory of
LongObjMap s. |
LongShortCursor
A mutable pointer to the entry in an iteration of entries with
long keys and
short values. |
LongShortMap |
LongShortMapFactory
An immutable factory of
LongShortMap s. |
ObjByteCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
byte values. |
ObjByteMap |
ObjByteMapFactory
An immutable factory of
ObjByteMap s. |
ObjCharCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
char values. |
ObjCharMap |
ObjCharMapFactory
An immutable factory of
ObjCharMap s. |
ObjDoubleCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
double values. |
ObjDoubleMap |
ObjDoubleMapFactory
An immutable factory of
ObjDoubleMap s. |
ObjFloatCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
float values. |
ObjFloatMap |
ObjFloatMapFactory
An immutable factory of
ObjFloatMap s. |
ObjIntCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
int values. |
ObjIntMap |
ObjIntMapFactory
An immutable factory of
ObjIntMap s. |
ObjLongCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
long values. |
ObjLongMap |
ObjLongMapFactory
An immutable factory of
ObjLongMap s. |
ObjObjCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
Object values. |
ObjObjMap
The library's extension of the classic
Map interface. |
ObjObjMapFactory
An immutable factory of
ObjObjMap s. |
ObjShortCursor
A mutable pointer to the entry in an iteration of entries with
Object keys and
short values. |
ObjShortMap |
ObjShortMapFactory
An immutable factory of
ObjShortMap s. |
ShortByteCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
byte values. |
ShortByteMap |
ShortByteMapFactory
An immutable factory of
ShortByteMap s. |
ShortCharCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
char values. |
ShortCharMap |
ShortCharMapFactory
An immutable factory of
ShortCharMap s. |
ShortDoubleCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
double values. |
ShortDoubleMap |
ShortDoubleMapFactory
An immutable factory of
ShortDoubleMap s. |
ShortFloatCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
float values. |
ShortFloatMap |
ShortFloatMapFactory
An immutable factory of
ShortFloatMap s. |
ShortIntCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
int values. |
ShortIntMap |
ShortIntMapFactory
An immutable factory of
ShortIntMap s. |
ShortLongCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
long values. |
ShortLongMap |
ShortLongMapFactory
An immutable factory of
ShortLongMap s. |
ShortObjCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
Object values. |
ShortObjMap |
ShortObjMapFactory
An immutable factory of
ShortObjMap s. |
ShortShortCursor
A mutable pointer to the entry in an iteration of entries with
short keys and
short values. |
ShortShortMap |
ShortShortMapFactory
An immutable factory of
ShortShortMap s. |
Class and Description |
---|
ByteByteMap |
ByteByteMapFactory
An immutable factory of
ByteByteMap s. |
ByteCharMap |
ByteCharMapFactory
An immutable factory of
ByteCharMap s. |
ByteDoubleMap |
ByteDoubleMapFactory
An immutable factory of
ByteDoubleMap s. |
ByteFloatMap |
ByteFloatMapFactory
An immutable factory of
ByteFloatMap s. |
ByteIntMap |
ByteIntMapFactory
An immutable factory of
ByteIntMap s. |
ByteLongMap |
ByteLongMapFactory
An immutable factory of
ByteLongMap s. |
ByteObjMap |
ByteObjMapFactory
An immutable factory of
ByteObjMap s. |
ByteShortMap |
ByteShortMapFactory
An immutable factory of
ByteShortMap s. |
CharByteMap |
CharByteMapFactory
An immutable factory of
CharByteMap s. |
CharCharMap |
CharCharMapFactory
An immutable factory of
CharCharMap s. |
CharDoubleMap |
CharDoubleMapFactory
An immutable factory of
CharDoubleMap s. |
CharFloatMap |
CharFloatMapFactory
An immutable factory of
CharFloatMap s. |
CharIntMap |
CharIntMapFactory
An immutable factory of
CharIntMap s. |
CharLongMap |
CharLongMapFactory
An immutable factory of
CharLongMap s. |
CharObjMap |
CharObjMapFactory
An immutable factory of
CharObjMap s. |
CharShortMap |
CharShortMapFactory
An immutable factory of
CharShortMap s. |
DoubleByteMap |
DoubleByteMapFactory
An immutable factory of
DoubleByteMap s. |
DoubleCharMap |
DoubleCharMapFactory
An immutable factory of
DoubleCharMap s. |
DoubleDoubleMap |
DoubleDoubleMapFactory
An immutable factory of
DoubleDoubleMap s. |
DoubleFloatMap |
DoubleFloatMapFactory
An immutable factory of
DoubleFloatMap s. |
DoubleIntMap |
DoubleIntMapFactory
An immutable factory of
DoubleIntMap s. |
DoubleLongMap |
DoubleLongMapFactory
An immutable factory of
DoubleLongMap s. |
DoubleObjMap |
DoubleObjMapFactory
An immutable factory of
DoubleObjMap s. |
DoubleShortMap |
DoubleShortMapFactory
An immutable factory of
DoubleShortMap s. |
FloatByteMap |
FloatByteMapFactory
An immutable factory of
FloatByteMap s. |
FloatCharMap |
FloatCharMapFactory
An immutable factory of
FloatCharMap s. |
FloatDoubleMap |
FloatDoubleMapFactory
An immutable factory of
FloatDoubleMap s. |
FloatFloatMap |
FloatFloatMapFactory
An immutable factory of
FloatFloatMap s. |
FloatIntMap |
FloatIntMapFactory
An immutable factory of
FloatIntMap s. |
FloatLongMap |
FloatLongMapFactory
An immutable factory of
FloatLongMap s. |
FloatObjMap |
FloatObjMapFactory
An immutable factory of
FloatObjMap s. |
FloatShortMap |
FloatShortMapFactory
An immutable factory of
FloatShortMap s. |
IntByteMap |
IntByteMapFactory
An immutable factory of
IntByteMap s. |
IntCharMap |
IntCharMapFactory
An immutable factory of
IntCharMap s. |
IntDoubleMap |
IntDoubleMapFactory
An immutable factory of
IntDoubleMap s. |
IntFloatMap |
IntFloatMapFactory
An immutable factory of
IntFloatMap s. |
IntIntMap |
IntIntMapFactory
An immutable factory of
IntIntMap s. |
IntLongMap |
IntLongMapFactory
An immutable factory of
IntLongMap s. |
IntObjMap |
IntObjMapFactory
An immutable factory of
IntObjMap s. |
IntShortMap |
IntShortMapFactory
An immutable factory of
IntShortMap s. |
LongByteMap |
LongByteMapFactory
An immutable factory of
LongByteMap s. |
LongCharMap |
LongCharMapFactory
An immutable factory of
LongCharMap s. |
LongDoubleMap |
LongDoubleMapFactory
An immutable factory of
LongDoubleMap s. |
LongFloatMap |
LongFloatMapFactory
An immutable factory of
LongFloatMap s. |
LongIntMap |
LongIntMapFactory
An immutable factory of
LongIntMap s. |
LongLongMap |
LongLongMapFactory
An immutable factory of
LongLongMap s. |
LongObjMap |
LongObjMapFactory
An immutable factory of
LongObjMap s. |
LongShortMap |
LongShortMapFactory
An immutable factory of
LongShortMap s. |
ObjByteMap |
ObjByteMapFactory
An immutable factory of
ObjByteMap s. |
ObjCharMap |
ObjCharMapFactory
An immutable factory of
ObjCharMap s. |
ObjDoubleMap |
ObjDoubleMapFactory
An immutable factory of
ObjDoubleMap s. |
ObjFloatMap |
ObjFloatMapFactory
An immutable factory of
ObjFloatMap s. |
ObjIntMap |
ObjIntMapFactory
An immutable factory of
ObjIntMap s. |
ObjLongMap |
ObjLongMapFactory
An immutable factory of
ObjLongMap s. |
ObjObjMap
The library's extension of the classic
Map interface. |
ObjObjMapFactory
An immutable factory of
ObjObjMap s. |
ObjShortMap |
ObjShortMapFactory
An immutable factory of
ObjShortMap s. |
ShortByteMap |
ShortByteMapFactory
An immutable factory of
ShortByteMap s. |
ShortCharMap |
ShortCharMapFactory
An immutable factory of
ShortCharMap s. |
ShortDoubleMap |
ShortDoubleMapFactory
An immutable factory of
ShortDoubleMap s. |
ShortFloatMap |
ShortFloatMapFactory
An immutable factory of
ShortFloatMap s. |
ShortIntMap |
ShortIntMapFactory
An immutable factory of
ShortIntMap s. |
ShortLongMap |
ShortLongMapFactory
An immutable factory of
ShortLongMap s. |
ShortObjMap |
ShortObjMapFactory
An immutable factory of
ShortObjMap s. |
ShortShortMap |
ShortShortMapFactory
An immutable factory of
ShortShortMap s. |