public class AdditionalEntryMap<K,V> extends AbstractMap<K,V>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AdditionalEntryMap.AdditionalEntrySet |
protected static class |
AdditionalEntryMap.AdditionalIterator<E> |
protected class |
AdditionalEntryMap.AdditionalKeySet |
protected class |
AdditionalEntryMap.AdditionalValueCollection |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdditionalEntryMap(Map<K,V> decorated,
K additionalKey,
V additionalValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
int |
size() |
Collection<V> |
values() |
clear, clone, equals, hashCode, put, putAll, remove, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
public boolean isEmpty()
public boolean containsValue(Object value)
containsValue in interface Map<K,V>containsValue in class AbstractMap<K,V>public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>public Collection<V> values()
Copyright © 2017. All rights reserved.