|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjHashFactory | |
---|---|
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 ObjHashFactory in com.koloboke.collect.hash |
---|
Classes in com.koloboke.collect.hash with type parameters of type ObjHashFactory | |
---|---|
interface |
ObjHashFactory<F extends ObjHashFactory<F>>
Common configuration for factories of hash containers with Object keys. |
Uses of ObjHashFactory in com.koloboke.collect.map.hash |
---|
Subinterfaces of ObjHashFactory in com.koloboke.collect.map.hash | |
---|---|
interface |
HashObjByteMapFactory<K>
An immutable factory of HashObjByteMap s. |
interface |
HashObjCharMapFactory<K>
An immutable factory of HashObjCharMap s. |
interface |
HashObjDoubleMapFactory<K>
An immutable factory of HashObjDoubleMap s. |
interface |
HashObjFloatMapFactory<K>
An immutable factory of HashObjFloatMap s. |
interface |
HashObjIntMapFactory<K>
An immutable factory of HashObjIntMap s. |
interface |
HashObjLongMapFactory<K>
An immutable factory of HashObjLongMap s. |
interface |
HashObjObjMapFactory<K,V>
An immutable factory of HashObjObjMap s. |
interface |
HashObjShortMapFactory<K>
An immutable factory of HashObjShortMap s. |
Uses of ObjHashFactory in com.koloboke.collect.set.hash |
---|
Subinterfaces of ObjHashFactory in com.koloboke.collect.set.hash | |
---|---|
interface |
HashObjSetFactory<E>
An immutable factory of HashObjSet s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |