Uses of Interface
com.koloboke.collect.map.DoubleShortMapFactory

Packages that use DoubleShortMapFactory
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of DoubleShortMapFactory in com.koloboke.collect.map
 

Classes in com.koloboke.collect.map with type parameters of type DoubleShortMapFactory
 interface DoubleShortMapFactory<F extends DoubleShortMapFactory<F>>
          An immutable factory of DoubleShortMaps.
 

Uses of DoubleShortMapFactory in com.koloboke.collect.map.hash
 

Subinterfaces of DoubleShortMapFactory in com.koloboke.collect.map.hash
 interface HashDoubleShortMapFactory
          An immutable factory of HashDoubleShortMaps.