Modul speiger.src.collections
Schnittstelle Float2ByteFunction
- Alle bekannten Unterschnittstellen:
Float2ByteConcurrentMap,Float2ByteMap,Float2ByteNavigableMap,Float2ByteOrderedMap,Float2ByteSortedMap
- Alle bekannten Implementierungsklassen:
AbstractFloat2ByteMap,Float2ByteArrayMap,Float2ByteAVLTreeMap,Float2ByteConcurrentOpenHashMap,Float2ByteLinkedOpenCustomHashMap,Float2ByteLinkedOpenHashMap,Float2ByteMaps.EmptyMap,Float2ByteMaps.SingletonMap,Float2ByteMaps.SynchronizedMap,Float2ByteMaps.SynchronizedNavigableMap,Float2ByteMaps.SynchronizedOrderedMap,Float2ByteMaps.SynchronizedSortedMap,Float2ByteMaps.UnmodifyableMap,Float2ByteMaps.UnmodifyableNavigableMap,Float2ByteMaps.UnmodifyableOrderedMap,Float2ByteMaps.UnmodifyableSortedMap,Float2ByteOpenCustomHashMap,Float2ByteOpenHashMap,Float2ByteRBTreeMap,ImmutableFloat2ByteOpenHashMap
- 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 TypMethodeBeschreibungbyteapplyAsByte(float k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsByte
byte applyAsByte(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
-