K - the type parameterV - the type parameterpublic class LazyMap<K,V> extends Object implements Map<K,V>, Serializable
| Constructor and Description |
|---|
LazyMap()
Instantiates a new Lazy map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object val) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
Map<K,V> |
getMap()
Gets map.
|
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V val) |
void |
putAll(Map<? extends K,? extends V> otherMap) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object val)
containsValue in interface Map<K,V>public int hashCode()
public boolean equals(Object obj)
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.