|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortHashFactory | |
---|---|
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 ShortHashFactory in com.koloboke.collect.hash |
---|
Classes in com.koloboke.collect.hash with type parameters of type ShortHashFactory | |
---|---|
interface |
ShortHashFactory<F extends ShortHashFactory<F>>
Common configuration for factories of hash containers with short keys. |
Uses of ShortHashFactory in com.koloboke.collect.map.hash |
---|
Subinterfaces of ShortHashFactory in com.koloboke.collect.map.hash | |
---|---|
interface |
HashShortByteMapFactory
An immutable factory of HashShortByteMap s. |
interface |
HashShortCharMapFactory
An immutable factory of HashShortCharMap s. |
interface |
HashShortDoubleMapFactory
An immutable factory of HashShortDoubleMap s. |
interface |
HashShortFloatMapFactory
An immutable factory of HashShortFloatMap s. |
interface |
HashShortIntMapFactory
An immutable factory of HashShortIntMap s. |
interface |
HashShortLongMapFactory
An immutable factory of HashShortLongMap s. |
interface |
HashShortObjMapFactory<V>
An immutable factory of HashShortObjMap s. |
interface |
HashShortShortMapFactory
An immutable factory of HashShortShortMap s. |
Uses of ShortHashFactory in com.koloboke.collect.set.hash |
---|
Subinterfaces of ShortHashFactory in com.koloboke.collect.set.hash | |
---|---|
interface |
HashShortSetFactory
An immutable factory of HashShortSet s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |