| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMultiMapSet<K,V>
UnmodifiableMultiMapSet prevents mutation of a wrapped
MultiMapSet. |
| Modifier and Type | Method and Description |
|---|---|
abstract MultiMapSet<K,V> |
AbstractMultiMap.entrySet() |
MultiMapSet<K,V> |
MultiMap.entrySet()
Returns a
Set view that allows you to recapture
the MultiMap view. |
MultiMapSet<K,V> |
GenericInvertibleMultiMap.entrySet()
The
Set returned by this method is actually an
instance of MultiMapSet. |
MultiMapSet<K,V> |
GenericMultiMap.entrySet()
Returns a set view of the mappings contained in this map.
|
protected abstract MultiMapSet<K,V> |
UnmodifiableMultiMapSet.wrapped()
Implementations should return the wrapped
MultiMapSet here. |
Copyright (c) 2006 C. Scott Ananian