Schnittstelle Byte2ShortFunction

Alle bekannten Unterschnittstellen:
Byte2ShortConcurrentMap, Byte2ShortMap, Byte2ShortNavigableMap, Byte2ShortOrderedMap, Byte2ShortSortedMap
Alle bekannten Implementierungsklassen:
AbstractByte2ShortMap, Byte2ShortArrayMap, Byte2ShortAVLTreeMap, Byte2ShortConcurrentOpenHashMap, Byte2ShortLinkedOpenCustomHashMap, Byte2ShortLinkedOpenHashMap, Byte2ShortMaps.EmptyMap, Byte2ShortMaps.SingletonMap, Byte2ShortMaps.SynchronizedMap, Byte2ShortMaps.SynchronizedNavigableMap, Byte2ShortMaps.SynchronizedOrderedMap, Byte2ShortMaps.SynchronizedSortedMap, Byte2ShortMaps.UnmodifyableMap, Byte2ShortMaps.UnmodifyableNavigableMap, Byte2ShortMaps.UnmodifyableOrderedMap, Byte2ShortMaps.UnmodifyableSortedMap, Byte2ShortOpenCustomHashMap, Byte2ShortOpenHashMap, Byte2ShortRBTreeMap, ImmutableByte2ShortOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface Byte2ShortFunction
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
    short
    applyAsShort(byte k)
    Type Specific get function to reduce boxing/unboxing
  • Methodendetails

    • applyAsShort

      short applyAsShort(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