Schnittstelle Double2ByteFunction

Alle bekannten Unterschnittstellen:
Double2ByteConcurrentMap, Double2ByteMap, Double2ByteNavigableMap, Double2ByteOrderedMap, Double2ByteSortedMap
Alle bekannten Implementierungsklassen:
AbstractDouble2ByteMap, Double2ByteArrayMap, Double2ByteAVLTreeMap, Double2ByteConcurrentOpenHashMap, Double2ByteLinkedOpenCustomHashMap, Double2ByteLinkedOpenHashMap, Double2ByteMaps.EmptyMap, Double2ByteMaps.SingletonMap, Double2ByteMaps.SynchronizedMap, Double2ByteMaps.SynchronizedNavigableMap, Double2ByteMaps.SynchronizedOrderedMap, Double2ByteMaps.SynchronizedSortedMap, Double2ByteMaps.UnmodifyableMap, Double2ByteMaps.UnmodifyableNavigableMap, Double2ByteMaps.UnmodifyableOrderedMap, Double2ByteMaps.UnmodifyableSortedMap, Double2ByteOpenCustomHashMap, Double2ByteOpenHashMap, Double2ByteRBTreeMap, ImmutableDouble2ByteOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsByte

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