com.atlassian.jira.external.beans
Class SetMultiHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.commons.collections.MultiHashMap
              extended bycom.atlassian.jira.external.beans.SetMultiHashMap
All Implemented Interfaces:
Cloneable, Map, org.apache.commons.collections.MultiMap, Serializable

public class SetMultiHashMap
extends org.apache.commons.collections.MultiHashMap

A MultiHashMap implementation backed by a HashSet. It also quietly rejects Empty Values strings

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.commons.collections.MultiHashMap
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
SetMultiHashMap()
           
 
Method Summary
protected  Collection createCollection(Collection coll)
           
 Object put(Object key, Object value)
           
 
Methods inherited from class org.apache.commons.collections.MultiHashMap
clear, clone, containsValue, containsValue, getCollection, iterator, putAll, remove, size, totalSize, values
 
Methods inherited from class java.util.HashMap
containsKey, entrySet, get, isEmpty, keySet, putAll, remove, size
 
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 org.apache.commons.collections.MultiMap
get, remove, size
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll
 

Constructor Detail

SetMultiHashMap

public SetMultiHashMap()
Method Detail

put

public Object put(Object key,
                  Object value)

createCollection

protected Collection createCollection(Collection coll)


Copyright © 2002-2006 Atlassian. All Rights Reserved.