|
JUtil | ||||||||
PREV NEXT | FRAMES NO FRAMES |
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 MultiMap s created by it maximally reuse space. |
Methods in net.cscott.jutil with parameters of type MultiMapFactory | ||
---|---|---|
static
|
Factories.multiMapSetFactory(MultiMapFactory<K,V> mf)
Returns a SetFactory that generates
MultiMapSet views of MultiMap s
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 | ||||||||
PREV NEXT | FRAMES NO FRAMES |