|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.collections.MultiHashMap
com.atlassian.jira.external.beans.SetMultiHashMap
public class SetMultiHashMap
A MultiHashMap implementation backed by a HashSet. It also quietly rejects Empty Values strings
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| 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, putAll, remove, size, totalSize, values |
| Methods inherited from class java.util.HashMap |
|---|
containsKey, entrySet, get, isEmpty, keySet, 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 |
| Constructor Detail |
|---|
public SetMultiHashMap()
| Method Detail |
|---|
public Object put(Object key,
Object value)
put in interface Mapput in interface org.apache.commons.collections.MultiMapput in class org.apache.commons.collections.MultiHashMapprotected Collection createCollection(Collection coll)
createCollection in class org.apache.commons.collections.MultiHashMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||