| Modifier and Type | Class and Description |
|---|---|
class |
GenericMultiMapFactory<K,V>
|
class |
PersistentMultiMapFactory<K,V>
A
PersistentMultiMapFactory uses hash-consing to ensure that
the MultiMaps created by it maximally reuse space. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SetFactory<java.util.Map.Entry<K,V>> |
Factories.multiMapSetFactory(MultiMapFactory<K,V> mf)
Returns a
SetFactory that generates
MultiMapSet views of MultiMaps
generated by the given MultiMapFactory. |
| Constructor and Description |
|---|
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) |
Copyright (c) 2006 C. Scott Ananian