| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMultiMap<K,V>
UnmodifiableMultiMap is an abstract superclass to
save developers the trouble of implementing the various mutator
methds of the MultiMap interface. |
| Modifier and Type | Method and Description |
|---|---|
abstract UnmodifiableMap<K,V> |
UnmodifiableMapSet.asMap() |
static <K,V> UnmodifiableMap<K,V> |
UnmodifiableMap.proxy(java.util.Map<K,V> m) |
Copyright (c) 2006 C. Scott Ananian