Modul speiger.src.collections
Schnittstelle Int2ByteFunction
- Alle bekannten Unterschnittstellen:
Int2ByteConcurrentMap,Int2ByteMap,Int2ByteNavigableMap,Int2ByteOrderedMap,Int2ByteSortedMap
- Alle bekannten Implementierungsklassen:
AbstractInt2ByteMap,ImmutableInt2ByteOpenHashMap,Int2ByteArrayMap,Int2ByteAVLTreeMap,Int2ByteConcurrentOpenHashMap,Int2ByteLinkedOpenCustomHashMap,Int2ByteLinkedOpenHashMap,Int2ByteMaps.EmptyMap,Int2ByteMaps.SingletonMap,Int2ByteMaps.SynchronizedMap,Int2ByteMaps.SynchronizedNavigableMap,Int2ByteMaps.SynchronizedOrderedMap,Int2ByteMaps.SynchronizedSortedMap,Int2ByteMaps.UnmodifyableMap,Int2ByteMaps.UnmodifyableNavigableMap,Int2ByteMaps.UnmodifyableOrderedMap,Int2ByteMaps.UnmodifyableSortedMap,Int2ByteOpenCustomHashMap,Int2ByteOpenHashMap,Int2ByteRBTreeMap
- 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(int k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsByte
byte applyAsByte(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
-