JUtil

Uses of Class
net.cscott.jutil.MultiMapFactory

Uses of MultiMapFactory in net.cscott.jutil
 

Subclasses of MultiMapFactory in net.cscott.jutil
 class GenericMultiMapFactory<K,V>
          GenericMultiMapFactory implements MultiMapFactory using instances of GenericMultiMap.
 class PersistentMultiMapFactory<K,V>
          A PersistentMultiMapFactory uses hash-consing to ensure that the MultiMaps created by it maximally reuse space.
 

Methods in net.cscott.jutil with parameters of type MultiMapFactory
static
<K,V> SetFactory<Map.Entry<K,V>>
Factories.multiMapSetFactory(MultiMapFactory<K,V> mf)
          Returns a SetFactory that generates MultiMapSet views of MultiMaps generated by the given MultiMapFactory.
 

Constructors in net.cscott.jutil with parameters of type MultiMapFactory
GenericInvertibleMap(MapFactory<K,V> mf, MultiMapFactory<V,K> mmf)
          Constructs an invertible map backed by a map constructed by mf and an inverted map constructed by mmf.
GenericInvertibleMultiMap(MultiMapFactory mmf)
           
 


JUtil

Copyright (c) 2006 C. Scott Ananian