org.apache.geronimo.security.deploy
Class MapOfSets

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.geronimo.security.deploy.MapOfSets
All Implemented Interfaces:
Cloneable, Map, Serializable

public class MapOfSets
extends HashMap

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Nested Class Summary
static class MapOfSets.MapOfSetsEditor
           
 
Constructor Summary
MapOfSets()
           
MapOfSets(int size)
           
MapOfSets(Map map)
           
 
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.