Modul speiger.src.collections
Schnittstelle Double2FloatFunction
- Alle bekannten Unterschnittstellen:
Double2FloatConcurrentMap,Double2FloatMap,Double2FloatNavigableMap,Double2FloatOrderedMap,Double2FloatSortedMap
- Alle bekannten Implementierungsklassen:
AbstractDouble2FloatMap,Double2FloatArrayMap,Double2FloatAVLTreeMap,Double2FloatConcurrentOpenHashMap,Double2FloatLinkedOpenCustomHashMap,Double2FloatLinkedOpenHashMap,Double2FloatMaps.EmptyMap,Double2FloatMaps.SingletonMap,Double2FloatMaps.SynchronizedMap,Double2FloatMaps.SynchronizedNavigableMap,Double2FloatMaps.SynchronizedOrderedMap,Double2FloatMaps.SynchronizedSortedMap,Double2FloatMaps.UnmodifyableMap,Double2FloatMaps.UnmodifyableNavigableMap,Double2FloatMaps.UnmodifyableOrderedMap,Double2FloatMaps.UnmodifyableSortedMap,Double2FloatOpenCustomHashMap,Double2FloatOpenHashMap,Double2FloatRBTreeMap,ImmutableDouble2FloatOpenHashMap
- 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 TypMethodeBeschreibungfloatapplyAsFloat(double k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsFloat
float applyAsFloat(double 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
-