|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
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. |
Uses of Container in com.koloboke.collect |
---|
Subinterfaces of Container in com.koloboke.collect | |
---|---|
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. |
Uses of Container in com.koloboke.collect.hash |
---|
Subinterfaces of Container in com.koloboke.collect.hash | |
---|---|
interface |
HashContainer
The root interface of sets and maps, based on hash tables. |
Uses of Container in com.koloboke.collect.map |
---|
Subinterfaces of Container in com.koloboke.collect.map | |
---|---|
interface |
ByteByteMap
A Map specialization with byte keys and byte values. |
interface |
ByteCharMap
A Map specialization with byte keys and char values. |
interface |
ByteDoubleMap
A Map specialization with byte keys and double values. |
interface |
ByteFloatMap
A Map specialization with byte keys and float values. |
interface |
ByteIntMap
A Map specialization with byte keys and int values. |
interface |
ByteLongMap
A Map specialization with byte keys and long values. |
interface |
ByteObjMap<V>
A Map specialization with byte keys and Object values. |
interface |
ByteShortMap
A Map specialization with byte keys and short values. |
interface |
CharByteMap
A Map specialization with char keys and byte values. |
interface |
CharCharMap
A Map specialization with char keys and char values. |
interface |
CharDoubleMap
A Map specialization with char keys and double values. |
interface |
CharFloatMap
A Map specialization with char keys and float values. |
interface |
CharIntMap
A Map specialization with char keys and int values. |
interface |
CharLongMap
A Map specialization with char keys and long values. |
interface |
CharObjMap<V>
A Map specialization with char keys and Object values. |
interface |
CharShortMap
A Map specialization with char keys and short values. |
interface |
DoubleByteMap
A Map specialization with double keys and byte values. |
interface |
DoubleCharMap
A Map specialization with double keys and char values. |
interface |
DoubleDoubleMap
A Map specialization with double keys and double values. |
interface |
DoubleFloatMap
A Map specialization with double keys and float values. |
interface |
DoubleIntMap
A Map specialization with double keys and int values. |
interface |
DoubleLongMap
A Map specialization with double keys and long values. |
interface |
DoubleObjMap<V>
A Map specialization with double keys and Object values. |
interface |
DoubleShortMap
A Map specialization with double keys and short values. |
interface |
FloatByteMap
A Map specialization with float keys and byte values. |
interface |
FloatCharMap
A Map specialization with float keys and char values. |
interface |
FloatDoubleMap
A Map specialization with float keys and double values. |
interface |
FloatFloatMap
A Map specialization with float keys and float values. |
interface |
FloatIntMap
A Map specialization with float keys and int values. |
interface |
FloatLongMap
A Map specialization with float keys and long values. |
interface |
FloatObjMap<V>
A Map specialization with float keys and Object values. |
interface |
FloatShortMap
A Map specialization with float keys and short values. |
interface |
IntByteMap
A Map specialization with int keys and byte values. |
interface |
IntCharMap
A Map specialization with int keys and char values. |
interface |
IntDoubleMap
A Map specialization with int keys and double values. |
interface |
IntFloatMap
A Map specialization with int keys and float values. |
interface |
IntIntMap
A Map specialization with int keys and int values. |
interface |
IntLongMap
A Map specialization with int keys and long values. |
interface |
IntObjMap<V>
A Map specialization with int keys and Object values. |
interface |
IntShortMap
A Map specialization with int keys and short values. |
interface |
LongByteMap
A Map specialization with long keys and byte values. |
interface |
LongCharMap
A Map specialization with long keys and char values. |
interface |
LongDoubleMap
A Map specialization with long keys and double values. |
interface |
LongFloatMap
A Map specialization with long keys and float values. |
interface |
LongIntMap
A Map specialization with long keys and int values. |
interface |
LongLongMap
A Map specialization with long keys and long values. |
interface |
LongObjMap<V>
A Map specialization with long keys and Object values. |
interface |
LongShortMap
A Map specialization with long keys and short values. |
interface |
ObjByteMap<K>
A Map specialization with Object keys and byte values. |
interface |
ObjCharMap<K>
A Map specialization with Object keys and char values. |
interface |
ObjDoubleMap<K>
A Map specialization with Object keys and double values. |
interface |
ObjFloatMap<K>
A Map specialization with Object keys and float values. |
interface |
ObjIntMap<K>
A Map specialization with Object keys and int values. |
interface |
ObjLongMap<K>
A Map specialization with Object keys and long values. |
interface |
ObjObjMap<K,V>
The library's extension of the classic Map interface. |
interface |
ObjShortMap<K>
A Map specialization with Object keys and short values. |
interface |
ShortByteMap
A Map specialization with short keys and byte values. |
interface |
ShortCharMap
A Map specialization with short keys and char values. |
interface |
ShortDoubleMap
A Map specialization with short keys and double values. |
interface |
ShortFloatMap
A Map specialization with short keys and float values. |
interface |
ShortIntMap
A Map specialization with short keys and int values. |
interface |
ShortLongMap
A Map specialization with short keys and long values. |
interface |
ShortObjMap<V>
A Map specialization with short keys and Object values. |
interface |
ShortShortMap
A Map specialization with short keys and short values. |
Uses of Container in com.koloboke.collect.map.hash |
---|
Subinterfaces of Container in com.koloboke.collect.map.hash | |
---|---|
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. |
Uses of Container in com.koloboke.collect.set |
---|
Subinterfaces of Container in com.koloboke.collect.set | |
---|---|
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. |
Uses of Container in com.koloboke.collect.set.hash |
---|
Subinterfaces of Container in com.koloboke.collect.set.hash | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |