Modul speiger.src.collections
Schnittstelle ToLongFunction<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
ToLongFunction<T>
- Alle bekannten Unterschnittstellen:
Object2LongConcurrentMap<T>,Object2LongMap<T>,Object2LongNavigableMap<T>,Object2LongOrderedMap<T>,Object2LongSortedMap<T>
- Alle bekannten Implementierungsklassen:
AbstractObject2LongMap,Enum2LongMap,ImmutableObject2LongOpenHashMap,LinkedEnum2LongMap,Object2LongArrayMap,Object2LongAVLTreeMap,Object2LongConcurrentOpenHashMap,Object2LongLinkedOpenCustomHashMap,Object2LongLinkedOpenHashMap,Object2LongMaps.EmptyMap,Object2LongMaps.SingletonMap,Object2LongMaps.SynchronizedMap,Object2LongMaps.SynchronizedNavigableMap,Object2LongMaps.SynchronizedOrderedMap,Object2LongMaps.SynchronizedSortedMap,Object2LongMaps.UnmodifyableMap,Object2LongMaps.UnmodifyableNavigableMap,Object2LongMaps.UnmodifyableOrderedMap,Object2LongMaps.UnmodifyableSortedMap,Object2LongOpenCustomHashMap,Object2LongOpenHashMap,Object2LongRBTreeMap
- 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(T k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsLong
Type Specific get function to reduce boxing/unboxing- Angegeben von:
applyAsLongin SchnittstelleToLongFunction<T>- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-