harpoon.Util.Collections
Interface MultiMapSet

All Superinterfaces:
Collection, MapSet, Set

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 2002/02/25 21:09:12 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

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

Method Detail

asMultiMap

public MultiMap asMultiMap()