- All Superinterfaces:
- java.util.Collection, java.lang.Iterable, java.util.Set
- All Known Subinterfaces:
- MultiMapSet
- All Known Implementing Classes:
- GenericInvertibleMultiMap.AbstractMultiMapSet, GenericMultiMap.GenericMultiMapEntrySet
- public interface MapSet
- extends java.util.Set
A MapSet is a java.util.Set of
Map.Entrys which can also be accessed as a
java.util.Map. Use the entrySet()
method of the Map to get back the MapSet.
- Version:
- $Id: MapSet.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()