Schnittstelle Float2DoubleFunction

Alle bekannten Unterschnittstellen:
Float2DoubleConcurrentMap, Float2DoubleMap, Float2DoubleNavigableMap, Float2DoubleOrderedMap, Float2DoubleSortedMap
Alle bekannten Implementierungsklassen:
AbstractFloat2DoubleMap, Float2DoubleArrayMap, Float2DoubleAVLTreeMap, Float2DoubleConcurrentOpenHashMap, Float2DoubleLinkedOpenCustomHashMap, Float2DoubleLinkedOpenHashMap, Float2DoubleMaps.EmptyMap, Float2DoubleMaps.SingletonMap, Float2DoubleMaps.SynchronizedMap, Float2DoubleMaps.SynchronizedNavigableMap, Float2DoubleMaps.SynchronizedOrderedMap, Float2DoubleMaps.SynchronizedSortedMap, Float2DoubleMaps.UnmodifyableMap, Float2DoubleMaps.UnmodifyableNavigableMap, Float2DoubleMaps.UnmodifyableOrderedMap, Float2DoubleMaps.UnmodifyableSortedMap, Float2DoubleOpenCustomHashMap, Float2DoubleOpenHashMap, Float2DoubleRBTreeMap, ImmutableFloat2DoubleOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsDouble

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