|
JUtil | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MapSet in net.cscott.jutil |
|---|
| Subinterfaces of MapSet in net.cscott.jutil | |
|---|---|
interface |
MultiMapSet<K,V>
A MultiMapSet is a Set of
Map.Entrys which can also be accessed as a
MultiMap. |
| Classes in net.cscott.jutil that implement MapSet | |
|---|---|
class |
UnmodifiableMapSet<K,V>
UnmodifiableMapSet prevents mutation of a wrapped
MapSet. |
class |
UnmodifiableMultiMapSet<K,V>
UnmodifiableMultiMapSet prevents mutation of a wrapped
MultiMapSet. |
| Methods in net.cscott.jutil that return MapSet | |
|---|---|
abstract MapSet<K,V> |
UnmodifiableMap.entrySet()
|
MapSet<K,V> |
HashEnvironment.entrySet()
The Set returned by this method is really a
MapSet. |
protected abstract MapSet<K,V> |
UnmodifiableMapSet.wrapped()
Implementations should return the wrapped MapSet here. |
|
JUtil | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||