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

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 HashShortByteMaps.
 interface HashShortCharMapFactory
          An immutable factory of HashShortCharMaps.
 interface HashShortDoubleMapFactory
          An immutable factory of HashShortDoubleMaps.
 interface HashShortFloatMapFactory
          An immutable factory of HashShortFloatMaps.
 interface HashShortIntMapFactory
          An immutable factory of HashShortIntMaps.
 interface HashShortLongMapFactory
          An immutable factory of HashShortLongMaps.
 interface HashShortObjMapFactory<V>
          An immutable factory of HashShortObjMaps.
 interface HashShortShortMapFactory
          An immutable factory of HashShortShortMaps.
 

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

Subinterfaces of ShortHashFactory in com.koloboke.collect.set.hash
 interface HashShortSetFactory
          An immutable factory of HashShortSets.