public class YFastMap<K,V> extends AbstractDelegatingMap<K,V> implements YMap<K,V>
YMap.ClearHandler<K1,V1>delegateMap| Constructor and Description |
|---|
YFastMap() |
YFastMap(int initialCapacity) |
YFastMap(Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(YMap.ClearHandler<K,V> handler) |
boolean |
containsKey(Object key) |
protected Map<K,V> |
createMapInstance() |
Map.Entry<K,V> |
getEntry(Object key) |
Map.Entry<K,V> |
getEntry(Object key,
boolean lock) |
int |
getMaxReachedSize() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> t) |
V |
remove(Object key) |
containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic YFastMap()
public YFastMap(int initialCapacity)
public YFastMap(Map map)
protected Map<K,V> createMapInstance()
createMapInstance in class AbstractDelegatingMap<K,V>public void clear()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractDelegatingMap<K,V>public int getMaxReachedSize()
Copyright © 2017 SAP SE. All Rights Reserved.