Schnittstelle Long2ByteFunction

Alle bekannten Unterschnittstellen:
Long2ByteConcurrentMap, Long2ByteMap, Long2ByteNavigableMap, Long2ByteOrderedMap, Long2ByteSortedMap
Alle bekannten Implementierungsklassen:
AbstractLong2ByteMap, ImmutableLong2ByteOpenHashMap, Long2ByteArrayMap, Long2ByteAVLTreeMap, Long2ByteConcurrentOpenHashMap, Long2ByteLinkedOpenCustomHashMap, Long2ByteLinkedOpenHashMap, Long2ByteMaps.EmptyMap, Long2ByteMaps.SingletonMap, Long2ByteMaps.SynchronizedMap, Long2ByteMaps.SynchronizedNavigableMap, Long2ByteMaps.SynchronizedOrderedMap, Long2ByteMaps.SynchronizedSortedMap, Long2ByteMaps.UnmodifyableMap, Long2ByteMaps.UnmodifyableNavigableMap, Long2ByteMaps.UnmodifyableOrderedMap, Long2ByteMaps.UnmodifyableSortedMap, Long2ByteOpenCustomHashMap, Long2ByteOpenHashMap, Long2ByteRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsByte

      byte applyAsByte(long 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