Modul speiger.src.collections
Schnittstelle Short2LongFunction
- Alle bekannten Unterschnittstellen:
Short2LongConcurrentMap,Short2LongMap,Short2LongNavigableMap,Short2LongOrderedMap,Short2LongSortedMap
- Alle bekannten Implementierungsklassen:
AbstractShort2LongMap,ImmutableShort2LongOpenHashMap,Short2LongArrayMap,Short2LongAVLTreeMap,Short2LongConcurrentOpenHashMap,Short2LongLinkedOpenCustomHashMap,Short2LongLinkedOpenHashMap,Short2LongMaps.EmptyMap,Short2LongMaps.SingletonMap,Short2LongMaps.SynchronizedMap,Short2LongMaps.SynchronizedNavigableMap,Short2LongMaps.SynchronizedOrderedMap,Short2LongMaps.SynchronizedSortedMap,Short2LongMaps.UnmodifyableMap,Short2LongMaps.UnmodifyableNavigableMap,Short2LongMaps.UnmodifyableOrderedMap,Short2LongMaps.UnmodifyableSortedMap,Short2LongOpenCustomHashMap,Short2LongOpenHashMap,Short2LongRBTreeMap
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglongapplyAsLong(short k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsLong
long applyAsLong(short k) Type Specific get function to reduce boxing/unboxing- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-