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

Packages that use LongLongMapFactory
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 LongLongMapFactory in com.koloboke.collect.map
 

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

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

Subinterfaces of LongLongMapFactory in com.koloboke.collect.map.hash
 interface HashLongLongMapFactory
          An immutable factory of HashLongLongMaps.