protected class AbstractMultimap.WrappedMap extends AbstractMap<K,Collection<V>>
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractMultimap.WrappedMap.WrappedEntrySet |
protected class |
AbstractMultimap.WrappedMap.WrappedMapEntryIterator |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultimap.WrappedMap(Map<K,Collection<V>> wrapped) |
Modifier and Type | Method and Description |
---|---|
protected Map<K,Collection<V>> |
delegate() |
Set<Map.Entry<K,Collection<V>>> |
entrySet() |
boolean |
equals(Object o) |
Collection<V> |
get(Object key) |
int |
hashCode() |
Collection<V> |
remove(Object key) |
String |
toString() |
clear, clone, containsKey, containsValue, isEmpty, keySet, put, putAll, size, values
protected AbstractMultimap.WrappedMap(Map<K,Collection<V>> wrapped)
public Set<Map.Entry<K,Collection<V>>> entrySet()
entrySet
in interface Map<K,Collection<V>>
entrySet
in class AbstractMap<K,Collection<V>>
AbstractMap.entrySet()
protected Map<K,Collection<V>> delegate()
public int hashCode()
hashCode
in interface Map<K,Collection<V>>
hashCode
in class AbstractMap<K,Collection<V>>
AbstractMap.hashCode()
public boolean equals(Object o)
equals
in interface Map<K,Collection<V>>
equals
in class AbstractMap<K,Collection<V>>
AbstractMap.equals(java.lang.Object)
public String toString()
toString
in class AbstractMap<K,Collection<V>>
AbstractMap.toString()
public Collection<V> get(Object key)
get
in interface Map<K,Collection<V>>
get
in class AbstractMap<K,Collection<V>>
AbstractMap.get(java.lang.Object)
public Collection<V> remove(Object key)
remove
in interface Map<K,Collection<V>>
remove
in class AbstractMap<K,Collection<V>>
AbstractMap.remove(java.lang.Object)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.