Modul speiger.src.collections
Klasse Short2LongMaps.SynchronizedMap
java.lang.Object
java.util.AbstractMap<Short,Long>
speiger.src.collections.shorts.maps.abstracts.AbstractShort2LongMap
speiger.src.collections.shorts.utils.maps.Short2LongMaps.SynchronizedMap
- Alle implementierten Schnittstellen:
Map<Short,,Long> Short2LongFunction,Short2LongMap
- Bekannte direkte Unterklassen:
Short2LongMaps.SynchronizedOrderedMap,Short2LongMaps.SynchronizedSortedMap
- Umschließende Klasse:
Short2LongMaps
public static class Short2LongMaps.SynchronizedMap
extends AbstractShort2LongMap
implements Short2LongMap
The Synchronized Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.shorts.maps.abstracts.AbstractShort2LongMap
AbstractShort2LongMap.BasicEntryVon Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.shorts.maps.interfaces.Short2LongMap
Short2LongMap.BuilderCache, Short2LongMap.Entry, Short2LongMap.FastEntrySet, Short2LongMap.MapBuilder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglongaddTo(short key, long value) A Helper method to add a primitives together.voidA Helper method to bulk add primitives together.voidclear()Veraltet.Veraltet.computeIfAbsent(Short key, Function<? super Short, ? extends Long> mappingFunction) Veraltet.computeIfPresent(Short key, BiFunction<? super Short, ? super Long, ? extends Long> mappingFunction) Veraltet.longcomputeLong(short key, ShortLongUnaryOperator mappingFunction) A Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longcomputeLongIfAbsent(short key, Short2LongFunction mappingFunction) A Type Specific computeIfAbsent method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longcomputeLongIfAbsentNonDefault(short key, Short2LongFunction mappingFunction) A Type Specific computeIfAbsent method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longcomputeLongIfPresent(short key, ShortLongUnaryOperator mappingFunction) A Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longcomputeLongIfPresentNonDefault(short key, ShortLongUnaryOperator mappingFunction) A Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longcomputeLongNonDefault(short key, ShortLongUnaryOperator mappingFunction) A Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".booleancontainsKey(short key) Type Specific method to reduce boxing/unboxing of valuesbooleancontainsKey(Object key) Veraltet.booleancontainsValue(long value) Type Specific method to reduce boxing/unboxing of valuesbooleancontainsValue(Object value) Veraltet.copy()A Function that does a shallow clone of the Map itself.voidforEach(BiConsumer<? super Short, ? super Long> action) Veraltet.voidforEach(ShortLongConsumer action) Type Specific forEach method to reduce boxing/unboxinglongget(short key) A Type Specific get method to reduce boxing/unboxingVeraltet.longMethod to see what the default return value is.longgetOrDefault(short key, long defaultValue) A Type Specific getOrDefault method to reduce boxing/unboxinggetOrDefault(Object key, Long defaultValue) Veraltet.keySet()Veraltet.voidmergeAllLong(Short2LongMap m, LongLongUnaryOperator mappingFunction) A Bulk method for merging Maps.longmergeLong(short key, long value, LongLongUnaryOperator mappingFunction) A Type Specific merge method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longput(short key, long value) Type Specific method to reduce boxing/unboxing of valuesVeraltet.voidputAll(short[] keys, long[] values, int offset, int size) Type Specific array method to bulk add elements into a map without creating a wrapper and increasing performancesvoidvoidType Specific function for the bull putting of valuesvoidType-Specific bulk put method put elements into the map if not present.longputIfAbsent(short key, long value) Type Specific method to reduce boxing/unboxing of valuesputIfAbsent(Short key, Long value) Veraltet.longremove(short key) Type Specific remove function to reduce boxing/unboxingbooleanremove(short key, long value) Type Specific remove function to reduce boxing/unboxingVeraltet.booleanVeraltet.longremoveOrDefault(short key, long defaultValue) Type-Specific Remove function with a default return value if wanted.longreplace(short key, long value) A Type Specific replace method to reduce boxing/unboxing replace an existing valuebooleanreplace(short key, long oldValue, long newValue) A Type Specific replace method to replace an existing valueVeraltet.booleanVeraltet.voidreplaceAll(BiFunction<? super Short, ? super Long, ? extends Long> mappingFunction) Veraltet.voidreplaceLongs(ShortLongUnaryOperator mappingFunction) A Type Specific mass replace method to reduce boxing/unboxingvoidType-Specific bulk replace method.setDefaultReturnValue(long v) Method to define the default return value if a requested key isn't presentType Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.intsize()longsubFrom(short key, long value) A Helper method to subtract from primitive from each other.longsupplyLongIfAbsent(short key, LongSupplier valueProvider) A Supplier based computeIfAbsent function to fill the most used usecase of this function If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".longsupplyLongIfAbsentNonDefault(short key, LongSupplier valueProvider) A Supplier based computeIfAbsent function to fill the most used usecase of this function If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null".values()Von Klasse geerbte Methoden speiger.src.collections.shorts.maps.abstracts.AbstractShort2LongMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.maps.interfaces.Short2LongMap
applyAsLong, entrySet, put, put, putAll, putAll, putAll, synchronize, synchronize, unmodifiable
-
Methodendetails
-
getDefaultReturnValue
public long getDefaultReturnValue()Beschreibung aus Schnittstelle kopiert:Short2LongMapMethod to see what the default return value is.- Angegeben von:
getDefaultReturnValuein SchnittstelleShort2LongMap- Setzt außer Kraft:
getDefaultReturnValuein KlasseAbstractShort2LongMap- Gibt zurück:
- default return value
-
setDefaultReturnValue
Beschreibung aus Schnittstelle kopiert:Short2LongMapMethod to define the default return value if a requested key isn't present- Angegeben von:
setDefaultReturnValuein SchnittstelleShort2LongMap- Setzt außer Kraft:
setDefaultReturnValuein KlasseAbstractShort2LongMap- Parameter:
v- value that should be the default return value- Gibt zurück:
- itself
-
put
public long put(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific method to reduce boxing/unboxing of values- Angegeben von:
putin SchnittstelleShort2LongMap- Parameter:
key- the key that should be inserted,value- the value that should be inserted- Gibt zurück:
- the last present value or default return value.
- Siehe auch:
-
putIfAbsent
public long putIfAbsent(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific method to reduce boxing/unboxing of values- Angegeben von:
putIfAbsentin SchnittstelleShort2LongMap- Parameter:
key- the key that should be inserted,value- the value that should be inserted- Gibt zurück:
- the last present value or default return value.
- Siehe auch:
-
putAllIfAbsent
Beschreibung aus Schnittstelle kopiert:Short2LongMapType-Specific bulk put method put elements into the map if not present.- Angegeben von:
putAllIfAbsentin SchnittstelleShort2LongMap- Setzt außer Kraft:
putAllIfAbsentin KlasseAbstractShort2LongMap- Parameter:
m- elements that should be added if not present.
-
addTo
public long addTo(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Helper method to add a primitives together. If key is not present then this functions as a put.- Angegeben von:
addToin SchnittstelleShort2LongMap- Parameter:
key- the key that should be inserted,value- the value that should be inserted / added- Gibt zurück:
- the last present value or default return value.
-
subFrom
public long subFrom(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Helper method to subtract from primitive from each other. If the key is not present it will just return the defaultValue How the implementation works is that it will subtract from the current value (if not present it will do nothing) and fence it to theShort2LongMap.getDefaultReturnValue()If the fence is reached the element will be automaticall removed- Angegeben von:
subFromin SchnittstelleShort2LongMap- Parameter:
key- that should be subtract fromvalue- that should be subtract- Gibt zurück:
- the last present or default return value
-
addToAll
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Helper method to bulk add primitives together.- Angegeben von:
addToAllin SchnittstelleShort2LongMap- Setzt außer Kraft:
addToAllin KlasseAbstractShort2LongMap- Parameter:
m- the values that should be added/inserted
-
putAll
Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific function for the bull putting of values- Angegeben von:
putAllin SchnittstelleShort2LongMap- Setzt außer Kraft:
putAllin KlasseAbstractShort2LongMap- Parameter:
m- the elements that should be inserted
-
putAll
-
putAll
public void putAll(short[] keys, long[] values, int offset, int size) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific array method to bulk add elements into a map without creating a wrapper and increasing performances- Angegeben von:
putAllin SchnittstelleShort2LongMap- Setzt außer Kraft:
putAllin KlasseAbstractShort2LongMap- Parameter:
keys- the keys that should be addedvalues- the values that should be addedoffset- where the to start in the arraysize- how many elements should be added- Siehe auch:
-
containsKey
public boolean containsKey(short key) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific method to reduce boxing/unboxing of values- Angegeben von:
containsKeyin SchnittstelleShort2LongMap- Setzt außer Kraft:
containsKeyin KlasseAbstractShort2LongMap- Parameter:
key- element that is searched for- Gibt zurück:
- if the key is present
-
containsValue
public boolean containsValue(long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific method to reduce boxing/unboxing of values- Angegeben von:
containsValuein SchnittstelleShort2LongMap- Setzt außer Kraft:
containsValuein KlasseAbstractShort2LongMap- Parameter:
value- element that is searched for- Gibt zurück:
- if the value is present
-
get
public long get(short key) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific get method to reduce boxing/unboxing- Angegeben von:
getin SchnittstelleShort2LongMap- Parameter:
key- the key that is searched for- Gibt zurück:
- the searched value or default return value
-
remove
public long remove(short key) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific remove function to reduce boxing/unboxing- Angegeben von:
removein SchnittstelleShort2LongMap- Parameter:
key- the element that should be removed- Gibt zurück:
- the value that was removed or default return value
-
removeOrDefault
public long removeOrDefault(short key, long defaultValue) Beschreibung aus Schnittstelle kopiert:Short2LongMapType-Specific Remove function with a default return value if wanted.- Angegeben von:
removeOrDefaultin SchnittstelleShort2LongMap- Parameter:
key- the element that should be removeddefaultValue- the value that should be returned if the entry doesn't exist- Gibt zurück:
- the value that was removed or default value
- Siehe auch:
-
remove
public boolean remove(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific remove function to reduce boxing/unboxing- Angegeben von:
removein SchnittstelleShort2LongMap- Parameter:
key- the element that should be removedvalue- the expected value that should be found- Gibt zurück:
- true if the key and value was found and removed
- Siehe auch:
-
replace
public boolean replace(short key, long oldValue, long newValue) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific replace method to replace an existing value- Angegeben von:
replacein SchnittstelleShort2LongMap- Setzt außer Kraft:
replacein KlasseAbstractShort2LongMap- Parameter:
key- the element that should be searched foroldValue- the expected value to be replacednewValue- the value to replace the oldValue with.- Gibt zurück:
- true if the value got replaced
-
replace
public long replace(short key, long value) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific replace method to reduce boxing/unboxing replace an existing value- Angegeben von:
replacein SchnittstelleShort2LongMap- Setzt außer Kraft:
replacein KlasseAbstractShort2LongMap- Parameter:
key- the element that should be searched forvalue- the value to replace with.- Gibt zurück:
- the present value or default return value
-
replaceLongs
Beschreibung aus Schnittstelle kopiert:Short2LongMapType-Specific bulk replace method. Could be seen as putAllIfPresent- Angegeben von:
replaceLongsin SchnittstelleShort2LongMap- Setzt außer Kraft:
replaceLongsin KlasseAbstractShort2LongMap- Parameter:
m- elements that should be replaced.
-
replaceLongs
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific mass replace method to reduce boxing/unboxing- Angegeben von:
replaceLongsin SchnittstelleShort2LongMap- Setzt außer Kraft:
replaceLongsin KlasseAbstractShort2LongMap- Parameter:
mappingFunction- operation to replace all values
-
computeLong
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value- Gibt zurück:
- the result of the computation
-
computeLongIfAbsent
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific computeIfAbsent method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongIfAbsentin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongIfAbsentin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value if not present- Gibt zurück:
- the result of the computed value or present value
-
computeLongIfPresent
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongIfPresentin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongIfPresentin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value if present- Gibt zurück:
- the result of the default return value or present value
-
supplyLongIfAbsent
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Supplier based computeIfAbsent function to fill the most used usecase of this function If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
supplyLongIfAbsentin SchnittstelleShort2LongMap- Setzt außer Kraft:
supplyLongIfAbsentin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedvalueProvider- the value if not present- Gibt zurück:
- the result of the computed value or present value
-
computeLongNonDefault
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongNonDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongNonDefaultin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value- Gibt zurück:
- the result of the computation
-
computeLongIfAbsentNonDefault
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific computeIfAbsent method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongIfAbsentNonDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongIfAbsentNonDefaultin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value if not present- Gibt zurück:
- the result of the computed value or present value
-
computeLongIfPresentNonDefault
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific compute method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
computeLongIfPresentNonDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
computeLongIfPresentNonDefaultin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedmappingFunction- the operator that should generate the value if present- Gibt zurück:
- the result of the default return value or present value
-
supplyLongIfAbsentNonDefault
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Supplier based computeIfAbsent function to fill the most used usecase of this function If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
supplyLongIfAbsentNonDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
supplyLongIfAbsentNonDefaultin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be computedvalueProvider- the value if not present- Gibt zurück:
- the result of the computed value or present value
-
mergeLong
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific merge method to reduce boxing/unboxing If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
mergeLongin SchnittstelleShort2LongMap- Setzt außer Kraft:
mergeLongin KlasseAbstractShort2LongMap- Parameter:
key- the key that should be be searched forvalue- the value that should be merged withmappingFunction- the operator that should generate the new Value- Gibt zurück:
- the result of the merge
-
mergeAllLong
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Bulk method for merging Maps. If the generated value equals the getDefaultReturnValue it will simply not insert it since that is treated as "null". A "Null Value" will be treated as "Do not insert/remove" based on how the Java has specified it.- Angegeben von:
mergeAllLongin SchnittstelleShort2LongMap- Setzt außer Kraft:
mergeAllLongin KlasseAbstractShort2LongMap- Parameter:
m- the entries that should be bulk addedmappingFunction- the operator that should generate the new Value
-
getOrDefault
public long getOrDefault(short key, long defaultValue) Beschreibung aus Schnittstelle kopiert:Short2LongMapA Type Specific getOrDefault method to reduce boxing/unboxing- Angegeben von:
getOrDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
getOrDefaultin KlasseAbstractShort2LongMap- Parameter:
key- the key that is searched fordefaultValue- the value that should be returned if the key is not present- Gibt zurück:
- the searched value or defaultValue value
-
forEach
Beschreibung aus Schnittstelle kopiert:Short2LongMapType Specific forEach method to reduce boxing/unboxing- Angegeben von:
forEachin SchnittstelleShort2LongMap- Setzt außer Kraft:
forEachin KlasseAbstractShort2LongMap- Parameter:
action- processor of the values that are iterator over
-
size
public int size() -
copy
Beschreibung aus Schnittstelle kopiert:Short2LongMapA Function that does a shallow clone of the Map itself. This function is more optimized then a copy constructor since the Map does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleShort2LongMap- Setzt außer Kraft:
copyin KlasseAbstractShort2LongMap- Gibt zurück:
- a Shallow Copy of the Map
-
keySet
- Angegeben von:
keySetin SchnittstelleMap<Short,Long> - Angegeben von:
keySetin SchnittstelleShort2LongMap- Setzt außer Kraft:
keySetin KlasseAbstractShort2LongMap
-
values
- Angegeben von:
valuesin SchnittstelleMap<Short,Long> - Angegeben von:
valuesin SchnittstelleShort2LongMap- Setzt außer Kraft:
valuesin KlasseAbstractShort2LongMap
-
short2LongEntrySet
Beschreibung aus Schnittstelle kopiert:Short2LongMapType Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.- Angegeben von:
short2LongEntrySetin SchnittstelleShort2LongMap- Gibt zurück:
- a EntrySet of the collection
-
get
Veraltet.- Angegeben von:
getin SchnittstelleMap<Short,Long> - Angegeben von:
getin SchnittstelleShort2LongMap- Setzt außer Kraft:
getin KlasseAbstractShort2LongMap
-
getOrDefault
Veraltet.- Angegeben von:
getOrDefaultin SchnittstelleMap<Short,Long> - Angegeben von:
getOrDefaultin SchnittstelleShort2LongMap- Setzt außer Kraft:
getOrDefaultin KlasseAbstractShort2LongMap
-
containsValue
Veraltet.- Angegeben von:
containsValuein SchnittstelleMap<Short,Long> - Angegeben von:
containsValuein SchnittstelleShort2LongMap- Setzt außer Kraft:
containsValuein KlasseAbstractMap<Short,Long> - Parameter:
value- that is searched for.- Gibt zurück:
- true if found
- Siehe auch:
-
containsKey
Veraltet.- Angegeben von:
containsKeyin SchnittstelleMap<Short,Long> - Angegeben von:
containsKeyin SchnittstelleShort2LongMap- Setzt außer Kraft:
containsKeyin KlasseAbstractMap<Short,Long> - Parameter:
key- that is searched for.- Gibt zurück:
- true if found
- Siehe auch:
-
put
Veraltet.- Angegeben von:
putin SchnittstelleMap<Short,Long> - Angegeben von:
putin SchnittstelleShort2LongMap- Setzt außer Kraft:
putin KlasseAbstractShort2LongMap
-
remove
Veraltet.- Angegeben von:
removein SchnittstelleMap<Short,Long> - Angegeben von:
removein SchnittstelleShort2LongMap- Setzt außer Kraft:
removein KlasseAbstractShort2LongMap- Parameter:
key- the element that should be removed- Gibt zurück:
- the value that was removed or default return value
- Siehe auch:
-
clear
Veraltet. -
putIfAbsent
Veraltet.- Angegeben von:
putIfAbsentin SchnittstelleMap<Short,Long> - Angegeben von:
putIfAbsentin SchnittstelleShort2LongMap
-
remove
Veraltet. -
replace
Veraltet. -
replace
Veraltet. -
replaceAll
@Deprecated public void replaceAll(BiFunction<? super Short, ? super Long, ? extends Long> mappingFunction) Veraltet.- Angegeben von:
replaceAllin SchnittstelleMap<Short,Long> - Angegeben von:
replaceAllin SchnittstelleShort2LongMap
-
compute
@Deprecated public Long compute(Short key, BiFunction<? super Short, ? super Long, ? extends Long> mappingFunction) Veraltet. -
computeIfAbsent
@Deprecated public Long computeIfAbsent(Short key, Function<? super Short, ? extends Long> mappingFunction) Veraltet.- Angegeben von:
computeIfAbsentin SchnittstelleMap<Short,Long> - Angegeben von:
computeIfAbsentin SchnittstelleShort2LongMap
-
computeIfPresent
@Deprecated public Long computeIfPresent(Short key, BiFunction<? super Short, ? super Long, ? extends Long> mappingFunction) Veraltet.- Angegeben von:
computeIfPresentin SchnittstelleMap<Short,Long> - Angegeben von:
computeIfPresentin SchnittstelleShort2LongMap
-
merge
@Deprecated public Long merge(Short key, Long value, BiFunction<? super Long, ? super Long, ? extends Long> mappingFunction) Veraltet. -
forEach
Veraltet.
-