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 |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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>>
protected Map<K,Collection<V>> delegate()
public int hashCode()
hashCode
in interface Map<K,Collection<V>>
hashCode
in class AbstractMap<K,Collection<V>>
public boolean equals(Object o)
equals
in interface Map<K,Collection<V>>
equals
in class AbstractMap<K,Collection<V>>
public String toString()
toString
in class AbstractMap<K,Collection<V>>
public Collection<V> get(Object key)
get
in interface Map<K,Collection<V>>
get
in class AbstractMap<K,Collection<V>>
public Collection<V> remove(Object key)
remove
in interface Map<K,Collection<V>>
remove
in class AbstractMap<K,Collection<V>>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.