Uses of Interface
com.koloboke.collect.set.ShortSetFactory

Packages that use ShortSetFactory
com.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ShortSetFactory in com.koloboke.collect.set
 

Classes in com.koloboke.collect.set with type parameters of type ShortSetFactory
 interface ShortSetFactory<F extends ShortSetFactory<F>>
          An immutable factory of ShortSets.
 

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

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