Schnittstelle Long2DoubleFunction

Alle Superschnittstellen:
LongToDoubleFunction
Alle bekannten Unterschnittstellen:
Long2DoubleConcurrentMap, Long2DoubleMap, Long2DoubleNavigableMap, Long2DoubleOrderedMap, Long2DoubleSortedMap
Alle bekannten Implementierungsklassen:
AbstractLong2DoubleMap, ImmutableLong2DoubleOpenHashMap, Long2DoubleArrayMap, Long2DoubleAVLTreeMap, Long2DoubleConcurrentOpenHashMap, Long2DoubleLinkedOpenCustomHashMap, Long2DoubleLinkedOpenHashMap, Long2DoubleMaps.EmptyMap, Long2DoubleMaps.SingletonMap, Long2DoubleMaps.SynchronizedMap, Long2DoubleMaps.SynchronizedNavigableMap, Long2DoubleMaps.SynchronizedOrderedMap, Long2DoubleMaps.SynchronizedSortedMap, Long2DoubleMaps.UnmodifyableMap, Long2DoubleMaps.UnmodifyableNavigableMap, Long2DoubleMaps.UnmodifyableOrderedMap, Long2DoubleMaps.UnmodifyableSortedMap, Long2DoubleOpenCustomHashMap, Long2DoubleOpenHashMap, Long2DoubleRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsDouble

      double applyAsDouble(long k)
      Type Specific get function to reduce boxing/unboxing
      Angegeben von:
      applyAsDouble in Schnittstelle LongToDoubleFunction
      Parameter:
      k - the value that should be processed
      Gibt zurück:
      the result of the function