Modul speiger.src.collections
Schnittstelle ToFloatFunction<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle bekannten Unterschnittstellen:
Object2FloatConcurrentMap<T>,Object2FloatMap<T>,Object2FloatNavigableMap<T>,Object2FloatOrderedMap<T>,Object2FloatSortedMap<T>
- Alle bekannten Implementierungsklassen:
AbstractObject2FloatMap,Enum2FloatMap,ImmutableObject2FloatOpenHashMap,LinkedEnum2FloatMap,Object2FloatArrayMap,Object2FloatAVLTreeMap,Object2FloatConcurrentOpenHashMap,Object2FloatLinkedOpenCustomHashMap,Object2FloatLinkedOpenHashMap,Object2FloatMaps.EmptyMap,Object2FloatMaps.SingletonMap,Object2FloatMaps.SynchronizedMap,Object2FloatMaps.SynchronizedNavigableMap,Object2FloatMaps.SynchronizedOrderedMap,Object2FloatMaps.SynchronizedSortedMap,Object2FloatMaps.UnmodifyableMap,Object2FloatMaps.UnmodifyableNavigableMap,Object2FloatMaps.UnmodifyableOrderedMap,Object2FloatMaps.UnmodifyableSortedMap,Object2FloatOpenCustomHashMap,Object2FloatOpenHashMap,Object2FloatRBTreeMap
- 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(T k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsFloat
Type Specific get function to reduce boxing/unboxing- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-