Package net.openhft.collect.map

Contains interfaces of Map specializations, their factories and cursors.

See:
          Description

Interface Summary
ByteByteCursor A mutable pointer to the entry in an iteration of entries with byte keys and byte values.
ByteByteMap A Map specialization with byte keys and byte values.
ByteByteMapFactory An immutable factory of ByteByteMaps.
ByteCharCursor A mutable pointer to the entry in an iteration of entries with byte keys and char values.
ByteCharMap A Map specialization with byte keys and char values.
ByteCharMapFactory An immutable factory of ByteCharMaps.
ByteDoubleCursor A mutable pointer to the entry in an iteration of entries with byte keys and double values.
ByteDoubleMap A Map specialization with byte keys and double values.
ByteDoubleMapFactory An immutable factory of ByteDoubleMaps.
ByteFloatCursor A mutable pointer to the entry in an iteration of entries with byte keys and float values.
ByteFloatMap A Map specialization with byte keys and float values.
ByteFloatMapFactory An immutable factory of ByteFloatMaps.
ByteIntCursor A mutable pointer to the entry in an iteration of entries with byte keys and int values.
ByteIntMap A Map specialization with byte keys and int values.
ByteIntMapFactory An immutable factory of ByteIntMaps.
ByteLongCursor A mutable pointer to the entry in an iteration of entries with byte keys and long values.
ByteLongMap A Map specialization with byte keys and long values.
ByteLongMapFactory An immutable factory of ByteLongMaps.
ByteObjCursor<V> A mutable pointer to the entry in an iteration of entries with byte keys and Object values.
ByteObjMap<V> A Map specialization with byte keys and Object values.
ByteObjMapFactory<V> An immutable factory of ByteObjMaps.
ByteShortCursor A mutable pointer to the entry in an iteration of entries with byte keys and short values.
ByteShortMap A Map specialization with byte keys and short values.
ByteShortMapFactory An immutable factory of ByteShortMaps.
CharByteCursor A mutable pointer to the entry in an iteration of entries with char keys and byte values.
CharByteMap A Map specialization with char keys and byte values.
CharByteMapFactory An immutable factory of CharByteMaps.
CharCharCursor A mutable pointer to the entry in an iteration of entries with char keys and char values.
CharCharMap A Map specialization with char keys and char values.
CharCharMapFactory An immutable factory of CharCharMaps.
CharDoubleCursor A mutable pointer to the entry in an iteration of entries with char keys and double values.
CharDoubleMap A Map specialization with char keys and double values.
CharDoubleMapFactory An immutable factory of CharDoubleMaps.
CharFloatCursor A mutable pointer to the entry in an iteration of entries with char keys and float values.
CharFloatMap A Map specialization with char keys and float values.
CharFloatMapFactory An immutable factory of CharFloatMaps.
CharIntCursor A mutable pointer to the entry in an iteration of entries with char keys and int values.
CharIntMap A Map specialization with char keys and int values.
CharIntMapFactory An immutable factory of CharIntMaps.
CharLongCursor A mutable pointer to the entry in an iteration of entries with char keys and long values.
CharLongMap A Map specialization with char keys and long values.
CharLongMapFactory An immutable factory of CharLongMaps.
CharObjCursor<V> A mutable pointer to the entry in an iteration of entries with char keys and Object values.
CharObjMap<V> A Map specialization with char keys and Object values.
CharObjMapFactory<V> An immutable factory of CharObjMaps.
CharShortCursor A mutable pointer to the entry in an iteration of entries with char keys and short values.
CharShortMap A Map specialization with char keys and short values.
CharShortMapFactory An immutable factory of CharShortMaps.
DoubleByteCursor A mutable pointer to the entry in an iteration of entries with double keys and byte values.
DoubleByteMap A Map specialization with double keys and byte values.
DoubleByteMapFactory An immutable factory of DoubleByteMaps.
DoubleCharCursor A mutable pointer to the entry in an iteration of entries with double keys and char values.
DoubleCharMap A Map specialization with double keys and char values.
DoubleCharMapFactory An immutable factory of DoubleCharMaps.
DoubleDoubleCursor A mutable pointer to the entry in an iteration of entries with double keys and double values.
DoubleDoubleMap A Map specialization with double keys and double values.
DoubleDoubleMapFactory An immutable factory of DoubleDoubleMaps.
DoubleFloatCursor A mutable pointer to the entry in an iteration of entries with double keys and float values.
DoubleFloatMap A Map specialization with double keys and float values.
DoubleFloatMapFactory An immutable factory of DoubleFloatMaps.
DoubleIntCursor A mutable pointer to the entry in an iteration of entries with double keys and int values.
DoubleIntMap A Map specialization with double keys and int values.
DoubleIntMapFactory An immutable factory of DoubleIntMaps.
DoubleLongCursor A mutable pointer to the entry in an iteration of entries with double keys and long values.
DoubleLongMap A Map specialization with double keys and long values.
DoubleLongMapFactory An immutable factory of DoubleLongMaps.
DoubleObjCursor<V> A mutable pointer to the entry in an iteration of entries with double keys and Object values.
DoubleObjMap<V> A Map specialization with double keys and Object values.
DoubleObjMapFactory<V> An immutable factory of DoubleObjMaps.
DoubleShortCursor A mutable pointer to the entry in an iteration of entries with double keys and short values.
DoubleShortMap A Map specialization with double keys and short values.
DoubleShortMapFactory An immutable factory of DoubleShortMaps.
FloatByteCursor A mutable pointer to the entry in an iteration of entries with float keys and byte values.
FloatByteMap A Map specialization with float keys and byte values.
FloatByteMapFactory An immutable factory of FloatByteMaps.
FloatCharCursor A mutable pointer to the entry in an iteration of entries with float keys and char values.
FloatCharMap A Map specialization with float keys and char values.
FloatCharMapFactory An immutable factory of FloatCharMaps.
FloatDoubleCursor A mutable pointer to the entry in an iteration of entries with float keys and double values.
FloatDoubleMap A Map specialization with float keys and double values.
FloatDoubleMapFactory An immutable factory of FloatDoubleMaps.
FloatFloatCursor A mutable pointer to the entry in an iteration of entries with float keys and float values.
FloatFloatMap A Map specialization with float keys and float values.
FloatFloatMapFactory An immutable factory of FloatFloatMaps.
FloatIntCursor A mutable pointer to the entry in an iteration of entries with float keys and int values.
FloatIntMap A Map specialization with float keys and int values.
FloatIntMapFactory An immutable factory of FloatIntMaps.
FloatLongCursor A mutable pointer to the entry in an iteration of entries with float keys and long values.
FloatLongMap A Map specialization with float keys and long values.
FloatLongMapFactory An immutable factory of FloatLongMaps.
FloatObjCursor<V> A mutable pointer to the entry in an iteration of entries with float keys and Object values.
FloatObjMap<V> A Map specialization with float keys and Object values.
FloatObjMapFactory<V> An immutable factory of FloatObjMaps.
FloatShortCursor A mutable pointer to the entry in an iteration of entries with float keys and short values.
FloatShortMap A Map specialization with float keys and short values.
FloatShortMapFactory An immutable factory of FloatShortMaps.
IntByteCursor A mutable pointer to the entry in an iteration of entries with int keys and byte values.
IntByteMap A Map specialization with int keys and byte values.
IntByteMapFactory An immutable factory of IntByteMaps.
IntCharCursor A mutable pointer to the entry in an iteration of entries with int keys and char values.
IntCharMap A Map specialization with int keys and char values.
IntCharMapFactory An immutable factory of IntCharMaps.
IntDoubleCursor A mutable pointer to the entry in an iteration of entries with int keys and double values.
IntDoubleMap A Map specialization with int keys and double values.
IntDoubleMapFactory An immutable factory of IntDoubleMaps.
IntFloatCursor A mutable pointer to the entry in an iteration of entries with int keys and float values.
IntFloatMap A Map specialization with int keys and float values.
IntFloatMapFactory An immutable factory of IntFloatMaps.
IntIntCursor A mutable pointer to the entry in an iteration of entries with int keys and int values.
IntIntMap A Map specialization with int keys and int values.
IntIntMapFactory An immutable factory of IntIntMaps.
IntLongCursor A mutable pointer to the entry in an iteration of entries with int keys and long values.
IntLongMap A Map specialization with int keys and long values.
IntLongMapFactory An immutable factory of IntLongMaps.
IntObjCursor<V> A mutable pointer to the entry in an iteration of entries with int keys and Object values.
IntObjMap<V> A Map specialization with int keys and Object values.
IntObjMapFactory<V> An immutable factory of IntObjMaps.
IntShortCursor A mutable pointer to the entry in an iteration of entries with int keys and short values.
IntShortMap A Map specialization with int keys and short values.
IntShortMapFactory An immutable factory of IntShortMaps.
LongByteCursor A mutable pointer to the entry in an iteration of entries with long keys and byte values.
LongByteMap A Map specialization with long keys and byte values.
LongByteMapFactory An immutable factory of LongByteMaps.
LongCharCursor A mutable pointer to the entry in an iteration of entries with long keys and char values.
LongCharMap A Map specialization with long keys and char values.
LongCharMapFactory An immutable factory of LongCharMaps.
LongDoubleCursor A mutable pointer to the entry in an iteration of entries with long keys and double values.
LongDoubleMap A Map specialization with long keys and double values.
LongDoubleMapFactory An immutable factory of LongDoubleMaps.
LongFloatCursor A mutable pointer to the entry in an iteration of entries with long keys and float values.
LongFloatMap A Map specialization with long keys and float values.
LongFloatMapFactory An immutable factory of LongFloatMaps.
LongIntCursor A mutable pointer to the entry in an iteration of entries with long keys and int values.
LongIntMap A Map specialization with long keys and int values.
LongIntMapFactory An immutable factory of LongIntMaps.
LongLongCursor A mutable pointer to the entry in an iteration of entries with long keys and long values.
LongLongMap A Map specialization with long keys and long values.
LongLongMapFactory An immutable factory of LongLongMaps.
LongObjCursor<V> A mutable pointer to the entry in an iteration of entries with long keys and Object values.
LongObjMap<V> A Map specialization with long keys and Object values.
LongObjMapFactory<V> An immutable factory of LongObjMaps.
LongShortCursor A mutable pointer to the entry in an iteration of entries with long keys and short values.
LongShortMap A Map specialization with long keys and short values.
LongShortMapFactory An immutable factory of LongShortMaps.
ObjByteCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and byte values.
ObjByteMap<K> A Map specialization with Object keys and byte values.
ObjByteMapFactory<K> An immutable factory of ObjByteMaps.
ObjCharCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and char values.
ObjCharMap<K> A Map specialization with Object keys and char values.
ObjCharMapFactory<K> An immutable factory of ObjCharMaps.
ObjDoubleCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and double values.
ObjDoubleMap<K> A Map specialization with Object keys and double values.
ObjDoubleMapFactory<K> An immutable factory of ObjDoubleMaps.
ObjFloatCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and float values.
ObjFloatMap<K> A Map specialization with Object keys and float values.
ObjFloatMapFactory<K> An immutable factory of ObjFloatMaps.
ObjIntCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and int values.
ObjIntMap<K> A Map specialization with Object keys and int values.
ObjIntMapFactory<K> An immutable factory of ObjIntMaps.
ObjLongCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and long values.
ObjLongMap<K> A Map specialization with Object keys and long values.
ObjLongMapFactory<K> An immutable factory of ObjLongMaps.
ObjObjCursor<K,V> A mutable pointer to the entry in an iteration of entries with Object keys and Object values.
ObjObjMap<K,V> The library's extension of the classic Map interface.
ObjObjMapFactory<K,V> An immutable factory of ObjObjMaps.
ObjShortCursor<K> A mutable pointer to the entry in an iteration of entries with Object keys and short values.
ObjShortMap<K> A Map specialization with Object keys and short values.
ObjShortMapFactory<K> An immutable factory of ObjShortMaps.
ShortByteCursor A mutable pointer to the entry in an iteration of entries with short keys and byte values.
ShortByteMap A Map specialization with short keys and byte values.
ShortByteMapFactory An immutable factory of ShortByteMaps.
ShortCharCursor A mutable pointer to the entry in an iteration of entries with short keys and char values.
ShortCharMap A Map specialization with short keys and char values.
ShortCharMapFactory An immutable factory of ShortCharMaps.
ShortDoubleCursor A mutable pointer to the entry in an iteration of entries with short keys and double values.
ShortDoubleMap A Map specialization with short keys and double values.
ShortDoubleMapFactory An immutable factory of ShortDoubleMaps.
ShortFloatCursor A mutable pointer to the entry in an iteration of entries with short keys and float values.
ShortFloatMap A Map specialization with short keys and float values.
ShortFloatMapFactory An immutable factory of ShortFloatMaps.
ShortIntCursor A mutable pointer to the entry in an iteration of entries with short keys and int values.
ShortIntMap A Map specialization with short keys and int values.
ShortIntMapFactory An immutable factory of ShortIntMaps.
ShortLongCursor A mutable pointer to the entry in an iteration of entries with short keys and long values.
ShortLongMap A Map specialization with short keys and long values.
ShortLongMapFactory An immutable factory of ShortLongMaps.
ShortObjCursor<V> A mutable pointer to the entry in an iteration of entries with short keys and Object values.
ShortObjMap<V> A Map specialization with short keys and Object values.
ShortObjMapFactory<V> An immutable factory of ShortObjMaps.
ShortShortCursor A mutable pointer to the entry in an iteration of entries with short keys and short values.
ShortShortMap A Map specialization with short keys and short values.
ShortShortMapFactory An immutable factory of ShortShortMaps.
 

Package net.openhft.collect.map Description

Contains interfaces of Map specializations, their factories and cursors.