public class IndirectMap<K,V> extends IndirectMap<K,V>
IndirectMap
.Constructor and Description |
---|
IndirectMap() |
IndirectMap(int initialCapacity) |
IndirectMap(int initialCapacity,
float loadFactor) |
IndirectMap(java.util.Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
V |
compute(K key,
java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) |
V |
computeIfAbsent(K key,
java.util.function.Function<? super K,? extends V> mappingFunction) |
V |
computeIfPresent(K key,
java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
void |
forEach(java.util.function.BiConsumer<? super K,? super V> action) |
V |
getOrDefault(java.lang.Object key,
V defaultValue) |
java.util.Set<K> |
keySet() |
V |
merge(K key,
V value,
java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction) |
V |
putIfAbsent(K key,
V value) |
boolean |
remove(java.lang.Object key,
java.lang.Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
void |
replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function) |
java.util.Collection<V> |
values() |
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener, clear, clearDeferredChanges, clone, contains, containsKey, containsValue, elements, equals, get, getAddedElements, getDelegateObject, getRemovedElements, getTrackedAttributeName, getValueHolder, hasDeferredChanges, hashCode, hasTrackedPropertyChangeListener, isEmpty, isInstantiated, keys, put, putAll, remove, setTrackedAttributeName, setUseLazyInstantiation, setValueHolder, size, toString
public IndirectMap()
public IndirectMap(int initialCapacity)
public IndirectMap(int initialCapacity, float loadFactor)
public java.util.Set<K> keySet()
public java.util.Collection<V> values()
public V compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)
public V computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)
public V computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)
public V merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction)
public boolean remove(java.lang.Object key, java.lang.Object value)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference