Modul speiger.src.collections
Schnittstelle Float2ShortFunction
- Alle bekannten Unterschnittstellen:
Float2ShortConcurrentMap,Float2ShortMap,Float2ShortNavigableMap,Float2ShortOrderedMap,Float2ShortSortedMap
- Alle bekannten Implementierungsklassen:
AbstractFloat2ShortMap,Float2ShortArrayMap,Float2ShortAVLTreeMap,Float2ShortConcurrentOpenHashMap,Float2ShortLinkedOpenCustomHashMap,Float2ShortLinkedOpenHashMap,Float2ShortMaps.EmptyMap,Float2ShortMaps.SingletonMap,Float2ShortMaps.SynchronizedMap,Float2ShortMaps.SynchronizedNavigableMap,Float2ShortMaps.SynchronizedOrderedMap,Float2ShortMaps.SynchronizedSortedMap,Float2ShortMaps.UnmodifyableMap,Float2ShortMaps.UnmodifyableNavigableMap,Float2ShortMaps.UnmodifyableOrderedMap,Float2ShortMaps.UnmodifyableSortedMap,Float2ShortOpenCustomHashMap,Float2ShortOpenHashMap,Float2ShortRBTreeMap,ImmutableFloat2ShortOpenHashMap
- 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 TypMethodeBeschreibungshortapplyAsShort(float k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsShort
short applyAsShort(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
-