Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Collections
Interface MultiMapSet  view MultiMapSet download MultiMapSet.java

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 $

Method Summary
 java.util.Map asMap()
           
 MultiMap asMultiMap()
           
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

asMap

public java.util.Map asMap()
Specified by:
asMap in interface MapSet

asMultiMap

public MultiMap asMultiMap()