Modul speiger.src.collections
Schnittstelle Float2CharFunction
- Alle bekannten Unterschnittstellen:
Float2CharConcurrentMap,Float2CharMap,Float2CharNavigableMap,Float2CharOrderedMap,Float2CharSortedMap
- Alle bekannten Implementierungsklassen:
AbstractFloat2CharMap,Float2CharArrayMap,Float2CharAVLTreeMap,Float2CharConcurrentOpenHashMap,Float2CharLinkedOpenCustomHashMap,Float2CharLinkedOpenHashMap,Float2CharMaps.EmptyMap,Float2CharMaps.SingletonMap,Float2CharMaps.SynchronizedMap,Float2CharMaps.SynchronizedNavigableMap,Float2CharMaps.SynchronizedOrderedMap,Float2CharMaps.SynchronizedSortedMap,Float2CharMaps.UnmodifyableMap,Float2CharMaps.UnmodifyableNavigableMap,Float2CharMaps.UnmodifyableOrderedMap,Float2CharMaps.UnmodifyableSortedMap,Float2CharOpenCustomHashMap,Float2CharOpenHashMap,Float2CharRBTreeMap,ImmutableFloat2CharOpenHashMap
- 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 TypMethodeBeschreibungcharapplyAsChar(float k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsChar
char applyAsChar(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
-