Modul speiger.src.collections
Schnittstelle ToDoubleFunction<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
ToDoubleFunction<T>
- Alle bekannten Unterschnittstellen:
Object2DoubleConcurrentMap<T>,Object2DoubleMap<T>,Object2DoubleNavigableMap<T>,Object2DoubleOrderedMap<T>,Object2DoubleSortedMap<T>
- Alle bekannten Implementierungsklassen:
AbstractObject2DoubleMap,Enum2DoubleMap,ImmutableObject2DoubleOpenHashMap,LinkedEnum2DoubleMap,Object2DoubleArrayMap,Object2DoubleAVLTreeMap,Object2DoubleConcurrentOpenHashMap,Object2DoubleLinkedOpenCustomHashMap,Object2DoubleLinkedOpenHashMap,Object2DoubleMaps.EmptyMap,Object2DoubleMaps.SingletonMap,Object2DoubleMaps.SynchronizedMap,Object2DoubleMaps.SynchronizedNavigableMap,Object2DoubleMaps.SynchronizedOrderedMap,Object2DoubleMaps.SynchronizedSortedMap,Object2DoubleMaps.UnmodifyableMap,Object2DoubleMaps.UnmodifyableNavigableMap,Object2DoubleMaps.UnmodifyableOrderedMap,Object2DoubleMaps.UnmodifyableSortedMap,Object2DoubleOpenCustomHashMap,Object2DoubleOpenHashMap,Object2DoubleRBTreeMap
- 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 TypMethodeBeschreibungdoubleapplyAsDouble(T k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsDouble
Type Specific get function to reduce boxing/unboxing- Angegeben von:
applyAsDoublein SchnittstelleToDoubleFunction<T>- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-