- All Superinterfaces:
- java.util.Collection, java.lang.Iterable, MapSet, java.util.Set
- All Known Implementing Classes:
- GenericInvertibleMultiMap.AbstractMultiMapSet, GenericMultiMap.GenericMultiMapEntrySet
- public interface MultiMapSet
- extends MapSet
A MultiMapSet is a java.util.Set of
Map.Entrys which can also be accessed as a
MultiMap. Use the entrySet() method
of the MultiMap to get back the MultiMapSet.
- Version:
- $Id: MultiMapSet.java,v 1.2 2003/05/12 10:05:21 joewhaley Exp $
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
asMap
public java.util.Map asMap()
- Specified by:
asMap in interface MapSet
asMultiMap
public MultiMap asMultiMap()