Modul speiger.src.collections
Schnittstelle Float2IntFunction
- Alle bekannten Unterschnittstellen:
Float2IntConcurrentMap,Float2IntMap,Float2IntNavigableMap,Float2IntOrderedMap,Float2IntSortedMap
- Alle bekannten Implementierungsklassen:
AbstractFloat2IntMap,Float2IntArrayMap,Float2IntAVLTreeMap,Float2IntConcurrentOpenHashMap,Float2IntLinkedOpenCustomHashMap,Float2IntLinkedOpenHashMap,Float2IntMaps.EmptyMap,Float2IntMaps.SingletonMap,Float2IntMaps.SynchronizedMap,Float2IntMaps.SynchronizedNavigableMap,Float2IntMaps.SynchronizedOrderedMap,Float2IntMaps.SynchronizedSortedMap,Float2IntMaps.UnmodifyableMap,Float2IntMaps.UnmodifyableNavigableMap,Float2IntMaps.UnmodifyableOrderedMap,Float2IntMaps.UnmodifyableSortedMap,Float2IntOpenCustomHashMap,Float2IntOpenHashMap,Float2IntRBTreeMap,ImmutableFloat2IntOpenHashMap
- 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 TypMethodeBeschreibungintapplyAsInt(float k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsInt
int applyAsInt(float 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
-