org.apache.geronimo.security.deploy
Class MapOfSets

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.geronimo.security.deploy.MapOfSets
All Implemented Interfaces:
Serializable, Cloneable, Map

public class MapOfSets
extends HashMap

See Also:
Serialized Form

Nested Class Summary
static class MapOfSets.MapOfSetsEditor
           
 
Constructor Summary
MapOfSets()
           
MapOfSets(int size)
           
MapOfSets(Map map)
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MapOfSets

public MapOfSets()

MapOfSets

public MapOfSets(int size)

MapOfSets

public MapOfSets(Map map)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.