Modul speiger.src.collections
Schnittstelle Byte2IntFunction
- Alle bekannten Unterschnittstellen:
Byte2IntConcurrentMap,Byte2IntMap,Byte2IntNavigableMap,Byte2IntOrderedMap,Byte2IntSortedMap
- Alle bekannten Implementierungsklassen:
AbstractByte2IntMap,Byte2IntArrayMap,Byte2IntAVLTreeMap,Byte2IntConcurrentOpenHashMap,Byte2IntLinkedOpenCustomHashMap,Byte2IntLinkedOpenHashMap,Byte2IntMaps.EmptyMap,Byte2IntMaps.SingletonMap,Byte2IntMaps.SynchronizedMap,Byte2IntMaps.SynchronizedNavigableMap,Byte2IntMaps.SynchronizedOrderedMap,Byte2IntMaps.SynchronizedSortedMap,Byte2IntMaps.UnmodifyableMap,Byte2IntMaps.UnmodifyableNavigableMap,Byte2IntMaps.UnmodifyableOrderedMap,Byte2IntMaps.UnmodifyableSortedMap,Byte2IntOpenCustomHashMap,Byte2IntOpenHashMap,Byte2IntRBTreeMap,ImmutableByte2IntOpenHashMap
- 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 TypMethodeBeschreibungintapplyAsInt(byte k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsInt
int applyAsInt(byte 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
-