K - the type of the keys in this mapV - the type of the values in this mappublic class AbstractIterableGetMapDecorator<K,V> extends java.lang.Object implements IterableGet<K,V>
| Constructor and Description |
|---|
AbstractIterableGetMapDecorator(java.util.Map<K,V> map)
Create a new AbstractSplitMapDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object object) |
V |
get(java.lang.Object key) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
MapIterator<K,V> |
mapIterator()
Get a MapIterator over this Get.
|
V |
remove(java.lang.Object key) |
int |
size() |
java.lang.String |
toString() |
java.util.Collection<V> |
values() |
public boolean containsKey(java.lang.Object key)
containsKey in interface Get<K,V>key - key whose presence in this map is to be testedtrue if this map contains a mapping for the specified
keyMap.containsKey(Object)public boolean containsValue(java.lang.Object value)
containsValue in interface Get<K,V>value - value whose presence in this map is to be testedtrue if this map maps one or more keys to the
specified valueMap.containsValue(Object)public V get(java.lang.Object key)
public V remove(java.lang.Object key)
public boolean isEmpty()
public java.util.Set<K> keySet()
public int size()
public java.util.Collection<V> values()
public MapIterator<K,V> mapIterator()
mapIterator in interface IterableGet<K,V>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010 - 2023 Adobe. All Rights Reserved