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

Quick Search    Search Deep

Util.Collections
Interface MapSet  view MapSet download MapSet.java

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 $

Method Summary
 java.util.Map 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

asMap

public java.util.Map asMap()