Uses of Interface
com.koloboke.collect.hash.LongHashFactory

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 HashLongByteMaps.
 interface HashLongCharMapFactory
          An immutable factory of HashLongCharMaps.
 interface HashLongDoubleMapFactory
          An immutable factory of HashLongDoubleMaps.
 interface HashLongFloatMapFactory
          An immutable factory of HashLongFloatMaps.
 interface HashLongIntMapFactory
          An immutable factory of HashLongIntMaps.
 interface HashLongLongMapFactory
          An immutable factory of HashLongLongMaps.
 interface HashLongObjMapFactory<V>
          An immutable factory of HashLongObjMaps.
 interface HashLongShortMapFactory
          An immutable factory of HashLongShortMaps.
 

Uses of LongHashFactory in com.koloboke.collect.set.hash
 

Subinterfaces of LongHashFactory in com.koloboke.collect.set.hash
 interface HashLongSetFactory
          An immutable factory of HashLongSets.