Schnittstelle Double2ShortFunction

Alle bekannten Unterschnittstellen:
Double2ShortConcurrentMap, Double2ShortMap, Double2ShortNavigableMap, Double2ShortOrderedMap, Double2ShortSortedMap
Alle bekannten Implementierungsklassen:
AbstractDouble2ShortMap, Double2ShortArrayMap, Double2ShortAVLTreeMap, Double2ShortConcurrentOpenHashMap, Double2ShortLinkedOpenCustomHashMap, Double2ShortLinkedOpenHashMap, Double2ShortMaps.EmptyMap, Double2ShortMaps.SingletonMap, Double2ShortMaps.SynchronizedMap, Double2ShortMaps.SynchronizedNavigableMap, Double2ShortMaps.SynchronizedOrderedMap, Double2ShortMaps.SynchronizedSortedMap, Double2ShortMaps.UnmodifyableMap, Double2ShortMaps.UnmodifyableNavigableMap, Double2ShortMaps.UnmodifyableOrderedMap, Double2ShortMaps.UnmodifyableSortedMap, Double2ShortOpenCustomHashMap, Double2ShortOpenHashMap, Double2ShortRBTreeMap, ImmutableDouble2ShortOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsShort

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