Modul speiger.src.collections
Schnittstelle Int2FloatFunction
- Alle bekannten Unterschnittstellen:
Int2FloatConcurrentMap,Int2FloatMap,Int2FloatNavigableMap,Int2FloatOrderedMap,Int2FloatSortedMap
- Alle bekannten Implementierungsklassen:
AbstractInt2FloatMap,ImmutableInt2FloatOpenHashMap,Int2FloatArrayMap,Int2FloatAVLTreeMap,Int2FloatConcurrentOpenHashMap,Int2FloatLinkedOpenCustomHashMap,Int2FloatLinkedOpenHashMap,Int2FloatMaps.EmptyMap,Int2FloatMaps.SingletonMap,Int2FloatMaps.SynchronizedMap,Int2FloatMaps.SynchronizedNavigableMap,Int2FloatMaps.SynchronizedOrderedMap,Int2FloatMaps.SynchronizedSortedMap,Int2FloatMaps.UnmodifyableMap,Int2FloatMaps.UnmodifyableNavigableMap,Int2FloatMaps.UnmodifyableOrderedMap,Int2FloatMaps.UnmodifyableSortedMap,Int2FloatOpenCustomHashMap,Int2FloatOpenHashMap,Int2FloatRBTreeMap
- 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(int k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsFloat
float applyAsFloat(int 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
-