| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiMapSet<K,V>
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMapSet<K,V>
UnmodifiableMapSet prevents mutation of a wrapped
MapSet. |
class |
UnmodifiableMultiMapSet<K,V>
UnmodifiableMultiMapSet prevents mutation of a wrapped
MultiMapSet. |
| Modifier and Type | Method and Description |
|---|---|
MapSet<K,V> |
HashEnvironment.entrySet()
The
Set returned by this method is really a
MapSet. |
abstract MapSet<K,V> |
UnmodifiableMap.entrySet() |
protected abstract MapSet<K,V> |
UnmodifiableMapSet.wrapped()
Implementations should return the wrapped
MapSet here. |
Copyright (c) 2006 C. Scott Ananian