public interface MultiMapSet<K,V> extends MapSet<K,V>
MultiMapSet is a Set of
Map.Entrys which can also be accessed as a
MultiMap. Use the MultiMap.entrySet() method
of the MultiMap to get back the MultiMapSet.| Modifier and Type | Method and Description |
|---|---|
MultiMap<K,V> |
asMap() |
MultiMap<K,V> |
asMultiMap() |
Copyright (c) 2006 C. Scott Ananian