|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongHashFactory | |
---|---|
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. |
Uses of LongHashFactory in com.koloboke.collect.hash |
---|
Classes in com.koloboke.collect.hash with type parameters of type LongHashFactory | |
---|---|
interface |
LongHashFactory<F extends LongHashFactory<F>>
Common configuration for factories of hash containers with long keys. |
Uses of LongHashFactory in com.koloboke.collect.map.hash |
---|
Subinterfaces of LongHashFactory in com.koloboke.collect.map.hash | |
---|---|
interface |
HashLongByteMapFactory
An immutable factory of HashLongByteMap s. |
interface |
HashLongCharMapFactory
An immutable factory of HashLongCharMap s. |
interface |
HashLongDoubleMapFactory
An immutable factory of HashLongDoubleMap s. |
interface |
HashLongFloatMapFactory
An immutable factory of HashLongFloatMap s. |
interface |
HashLongIntMapFactory
An immutable factory of HashLongIntMap s. |
interface |
HashLongLongMapFactory
An immutable factory of HashLongLongMap s. |
interface |
HashLongObjMapFactory<V>
An immutable factory of HashLongObjMap s. |
interface |
HashLongShortMapFactory
An immutable factory of HashLongShortMap s. |
Uses of LongHashFactory in com.koloboke.collect.set.hash |
---|
Subinterfaces of LongHashFactory in com.koloboke.collect.set.hash | |
---|---|
interface |
HashLongSetFactory
An immutable factory of HashLongSet s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |