|
JUtil | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MultiMapSet in net.cscott.jutil |
|---|
| Classes in net.cscott.jutil that implement MultiMapSet | |
|---|---|
class |
UnmodifiableMultiMapSet<K,V>
UnmodifiableMultiMapSet prevents mutation of a wrapped
MultiMapSet. |
| Methods in net.cscott.jutil that return MultiMapSet | |
|---|---|
MultiMapSet<K,V> |
MultiMap.entrySet()
Returns a Set view that allows you to recapture
the MultiMap view. |
abstract MultiMapSet<K,V> |
AbstractMultiMap.entrySet()
|
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. |
|
JUtil | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||