Uses of Interface
net.innig.collect.Factory

Packages that use Factory
net.innig.collect   
 

Uses of Factory in net.innig.collect
 

Classes in net.innig.collect that implement Factory
 class ConstructorFactory<T>
           
 

Constructors in net.innig.collect with parameters of type Factory
CompositeMultiMap(java.util.TreeMap<K,java.util.Set<V>> map, Factory<java.util.Set<V>> setFactory)