Schnittstelle Short2DoubleFunction

Alle bekannten Unterschnittstellen:
Short2DoubleConcurrentMap, Short2DoubleMap, Short2DoubleNavigableMap, Short2DoubleOrderedMap, Short2DoubleSortedMap
Alle bekannten Implementierungsklassen:
AbstractShort2DoubleMap, ImmutableShort2DoubleOpenHashMap, Short2DoubleArrayMap, Short2DoubleAVLTreeMap, Short2DoubleConcurrentOpenHashMap, Short2DoubleLinkedOpenCustomHashMap, Short2DoubleLinkedOpenHashMap, Short2DoubleMaps.EmptyMap, Short2DoubleMaps.SingletonMap, Short2DoubleMaps.SynchronizedMap, Short2DoubleMaps.SynchronizedNavigableMap, Short2DoubleMaps.SynchronizedOrderedMap, Short2DoubleMaps.SynchronizedSortedMap, Short2DoubleMaps.UnmodifyableMap, Short2DoubleMaps.UnmodifyableNavigableMap, Short2DoubleMaps.UnmodifyableOrderedMap, Short2DoubleMaps.UnmodifyableSortedMap, Short2DoubleOpenCustomHashMap, Short2DoubleOpenHashMap, Short2DoubleRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsDouble

      double applyAsDouble(short 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