|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharHashFactory | |
---|---|
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 CharHashFactory in com.koloboke.collect.hash |
---|
Classes in com.koloboke.collect.hash with type parameters of type CharHashFactory | |
---|---|
interface |
CharHashFactory<F extends CharHashFactory<F>>
Common configuration for factories of hash containers with char keys. |
Uses of CharHashFactory in com.koloboke.collect.map.hash |
---|
Subinterfaces of CharHashFactory in com.koloboke.collect.map.hash | |
---|---|
interface |
HashCharByteMapFactory
An immutable factory of HashCharByteMap s. |
interface |
HashCharCharMapFactory
An immutable factory of HashCharCharMap s. |
interface |
HashCharDoubleMapFactory
An immutable factory of HashCharDoubleMap s. |
interface |
HashCharFloatMapFactory
An immutable factory of HashCharFloatMap s. |
interface |
HashCharIntMapFactory
An immutable factory of HashCharIntMap s. |
interface |
HashCharLongMapFactory
An immutable factory of HashCharLongMap s. |
interface |
HashCharObjMapFactory<V>
An immutable factory of HashCharObjMap s. |
interface |
HashCharShortMapFactory
An immutable factory of HashCharShortMap s. |
Uses of CharHashFactory in com.koloboke.collect.set.hash |
---|
Subinterfaces of CharHashFactory in com.koloboke.collect.set.hash | |
---|---|
interface |
HashCharSetFactory
An immutable factory of HashCharSet s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |