Get<K,V>, IterableGet<K,V>TransformedSplitMappublic class AbstractIterableGetMapDecorator<K,V> extends java.lang.Object implements IterableGet<K,V>
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractIterableGetMapDecorator() |
Constructor only used in deserialization, do not use otherwise.
|
|
AbstractIterableGetMapDecorator(java.util.Map<K,V> map) |
Create a new AbstractSplitMapDecorator.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(java.lang.Object key) |
|
boolean |
containsValue(java.lang.Object value) |
|
protected java.util.Map<K,V> |
decorated() |
Gets the map being decorated.
|
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 AbstractIterableGetMapDecorator(java.util.Map<K,V> map)
map - the map to decorate, must not be nulljava.lang.NullPointerException - if map is nullprotected AbstractIterableGetMapDecorator()
protected java.util.Map<K,V> decorated()
public boolean containsKey(java.lang.Object key)
containsKey in interface Get<K,V>Map.containsKey(Object)public boolean containsValue(java.lang.Object value)
containsValue in interface Get<K,V>Map.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 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 © 2001-2019 - Apache Software Foundation