Modul speiger.src.collections
Schnittstelle Int2LongFunction
- Alle Superschnittstellen:
IntToLongFunction
- Alle bekannten Unterschnittstellen:
Int2LongConcurrentMap,Int2LongMap,Int2LongNavigableMap,Int2LongOrderedMap,Int2LongSortedMap
- Alle bekannten Implementierungsklassen:
AbstractInt2LongMap,ImmutableInt2LongOpenHashMap,Int2LongArrayMap,Int2LongAVLTreeMap,Int2LongConcurrentOpenHashMap,Int2LongLinkedOpenCustomHashMap,Int2LongLinkedOpenHashMap,Int2LongMaps.EmptyMap,Int2LongMaps.SingletonMap,Int2LongMaps.SynchronizedMap,Int2LongMaps.SynchronizedNavigableMap,Int2LongMaps.SynchronizedOrderedMap,Int2LongMaps.SynchronizedSortedMap,Int2LongMaps.UnmodifyableMap,Int2LongMaps.UnmodifyableNavigableMap,Int2LongMaps.UnmodifyableOrderedMap,Int2LongMaps.UnmodifyableSortedMap,Int2LongOpenCustomHashMap,Int2LongOpenHashMap,Int2LongRBTreeMap
- 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(int k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsLong
long applyAsLong(int k) Type Specific get function to reduce boxing/unboxing- Angegeben von:
applyAsLongin SchnittstelleIntToLongFunction- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-