Modul speiger.src.collections
Schnittstelle Short2CharFunction
- Alle bekannten Unterschnittstellen:
Short2CharConcurrentMap,Short2CharMap,Short2CharNavigableMap,Short2CharOrderedMap,Short2CharSortedMap
- Alle bekannten Implementierungsklassen:
AbstractShort2CharMap,ImmutableShort2CharOpenHashMap,Short2CharArrayMap,Short2CharAVLTreeMap,Short2CharConcurrentOpenHashMap,Short2CharLinkedOpenCustomHashMap,Short2CharLinkedOpenHashMap,Short2CharMaps.EmptyMap,Short2CharMaps.SingletonMap,Short2CharMaps.SynchronizedMap,Short2CharMaps.SynchronizedNavigableMap,Short2CharMaps.SynchronizedOrderedMap,Short2CharMaps.SynchronizedSortedMap,Short2CharMaps.UnmodifyableMap,Short2CharMaps.UnmodifyableNavigableMap,Short2CharMaps.UnmodifyableOrderedMap,Short2CharMaps.UnmodifyableSortedMap,Short2CharOpenCustomHashMap,Short2CharOpenHashMap,Short2CharRBTreeMap
- 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(short k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsChar
char applyAsChar(short 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
-