Schnittstelle Byte2LongFunction

Alle bekannten Unterschnittstellen:
Byte2LongConcurrentMap, Byte2LongMap, Byte2LongNavigableMap, Byte2LongOrderedMap, Byte2LongSortedMap
Alle bekannten Implementierungsklassen:
AbstractByte2LongMap, Byte2LongArrayMap, Byte2LongAVLTreeMap, Byte2LongConcurrentOpenHashMap, Byte2LongLinkedOpenCustomHashMap, Byte2LongLinkedOpenHashMap, Byte2LongMaps.EmptyMap, Byte2LongMaps.SingletonMap, Byte2LongMaps.SynchronizedMap, Byte2LongMaps.SynchronizedNavigableMap, Byte2LongMaps.SynchronizedOrderedMap, Byte2LongMaps.SynchronizedSortedMap, Byte2LongMaps.UnmodifyableMap, Byte2LongMaps.UnmodifyableNavigableMap, Byte2LongMaps.UnmodifyableOrderedMap, Byte2LongMaps.UnmodifyableSortedMap, Byte2LongOpenCustomHashMap, Byte2LongOpenHashMap, Byte2LongRBTreeMap, ImmutableByte2LongOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface Byte2LongFunction
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    long
    applyAsLong(byte k)
    Type Specific get function to reduce boxing/unboxing
  • Methodendetails

    • applyAsLong

      long applyAsLong(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