Modul speiger.src.collections
Schnittstelle Short2ByteFunction
- Alle bekannten Unterschnittstellen:
Short2ByteConcurrentMap,Short2ByteMap,Short2ByteNavigableMap,Short2ByteOrderedMap,Short2ByteSortedMap
- Alle bekannten Implementierungsklassen:
AbstractShort2ByteMap,ImmutableShort2ByteOpenHashMap,Short2ByteArrayMap,Short2ByteAVLTreeMap,Short2ByteConcurrentOpenHashMap,Short2ByteLinkedOpenCustomHashMap,Short2ByteLinkedOpenHashMap,Short2ByteMaps.EmptyMap,Short2ByteMaps.SingletonMap,Short2ByteMaps.SynchronizedMap,Short2ByteMaps.SynchronizedNavigableMap,Short2ByteMaps.SynchronizedOrderedMap,Short2ByteMaps.SynchronizedSortedMap,Short2ByteMaps.UnmodifyableMap,Short2ByteMaps.UnmodifyableNavigableMap,Short2ByteMaps.UnmodifyableOrderedMap,Short2ByteMaps.UnmodifyableSortedMap,Short2ByteOpenCustomHashMap,Short2ByteOpenHashMap,Short2ByteRBTreeMap
- 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(short k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsByte
byte applyAsByte(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
-