Modul speiger.src.collections
Schnittstelle Char2ShortFunction
- Alle bekannten Unterschnittstellen:
Char2ShortConcurrentMap,Char2ShortMap,Char2ShortNavigableMap,Char2ShortOrderedMap,Char2ShortSortedMap
- Alle bekannten Implementierungsklassen:
AbstractChar2ShortMap,Char2ShortArrayMap,Char2ShortAVLTreeMap,Char2ShortConcurrentOpenHashMap,Char2ShortLinkedOpenCustomHashMap,Char2ShortLinkedOpenHashMap,Char2ShortMaps.EmptyMap,Char2ShortMaps.SingletonMap,Char2ShortMaps.SynchronizedMap,Char2ShortMaps.SynchronizedNavigableMap,Char2ShortMaps.SynchronizedOrderedMap,Char2ShortMaps.SynchronizedSortedMap,Char2ShortMaps.UnmodifyableMap,Char2ShortMaps.UnmodifyableNavigableMap,Char2ShortMaps.UnmodifyableOrderedMap,Char2ShortMaps.UnmodifyableSortedMap,Char2ShortOpenCustomHashMap,Char2ShortOpenHashMap,Char2ShortRBTreeMap,ImmutableChar2ShortOpenHashMap
- 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(char k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsShort
short applyAsShort(char 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
-