|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntHashFactory | |
---|---|
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 IntHashFactory in com.koloboke.collect.hash |
---|
Classes in com.koloboke.collect.hash with type parameters of type IntHashFactory | |
---|---|
interface |
IntHashFactory<F extends IntHashFactory<F>>
Common configuration for factories of hash containers with int keys. |
Uses of IntHashFactory in com.koloboke.collect.map.hash |
---|
Subinterfaces of IntHashFactory in com.koloboke.collect.map.hash | |
---|---|
interface |
HashIntByteMapFactory
An immutable factory of HashIntByteMap s. |
interface |
HashIntCharMapFactory
An immutable factory of HashIntCharMap s. |
interface |
HashIntDoubleMapFactory
An immutable factory of HashIntDoubleMap s. |
interface |
HashIntFloatMapFactory
An immutable factory of HashIntFloatMap s. |
interface |
HashIntIntMapFactory
An immutable factory of HashIntIntMap s. |
interface |
HashIntLongMapFactory
An immutable factory of HashIntLongMap s. |
interface |
HashIntObjMapFactory<V>
An immutable factory of HashIntObjMap s. |
interface |
HashIntShortMapFactory
An immutable factory of HashIntShortMap s. |
Uses of IntHashFactory in com.koloboke.collect.set.hash |
---|
Subinterfaces of IntHashFactory in com.koloboke.collect.set.hash | |
---|---|
interface |
HashIntSetFactory
An immutable factory of HashIntSet s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |