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