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(java.util.Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(YMap.ClearHandler<K,V> handler) |
boolean |
containsKey(java.lang.Object key) |
protected java.util.Map<K,V> |
createMapInstance() |
java.util.Map.Entry<K,V> |
getEntry(java.lang.Object key) |
java.util.Map.Entry<K,V> |
getEntry(java.lang.Object key,
boolean lock) |
int |
getMaxReachedSize() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> t) |
V |
remove(java.lang.Object key) |
containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, toString, valuespublic YFastMap()
public YFastMap(int initialCapacity)
public YFastMap(java.util.Map map)
protected java.util.Map<K,V> createMapInstance()
createMapInstance in class AbstractDelegatingMap<K,V>public void clear()
public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Map<K,V>containsKey in class AbstractDelegatingMap<K,V>public V remove(java.lang.Object key)
public int getMaxReachedSize()
Copyright © 2018 SAP SE. All Rights Reserved.