Modul speiger.src.collections
Schnittstelle Int2CharFunction
- Alle bekannten Unterschnittstellen:
Int2CharConcurrentMap,Int2CharMap,Int2CharNavigableMap,Int2CharOrderedMap,Int2CharSortedMap
- Alle bekannten Implementierungsklassen:
AbstractInt2CharMap,ImmutableInt2CharOpenHashMap,Int2CharArrayMap,Int2CharAVLTreeMap,Int2CharConcurrentOpenHashMap,Int2CharLinkedOpenCustomHashMap,Int2CharLinkedOpenHashMap,Int2CharMaps.EmptyMap,Int2CharMaps.SingletonMap,Int2CharMaps.SynchronizedMap,Int2CharMaps.SynchronizedNavigableMap,Int2CharMaps.SynchronizedOrderedMap,Int2CharMaps.SynchronizedSortedMap,Int2CharMaps.UnmodifyableMap,Int2CharMaps.UnmodifyableNavigableMap,Int2CharMaps.UnmodifyableOrderedMap,Int2CharMaps.UnmodifyableSortedMap,Int2CharOpenCustomHashMap,Int2CharOpenHashMap,Int2CharRBTreeMap
- 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(int k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsChar
char applyAsChar(int 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
-