Schnittstelle DoubleFunction<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
DoubleFunction<V>
Alle bekannten Unterschnittstellen:
Double2ObjectConcurrentMap<V>, Double2ObjectMap<V>, Double2ObjectNavigableMap<V>, Double2ObjectOrderedMap<V>, Double2ObjectSortedMap<V>
Alle bekannten Implementierungsklassen:
AbstractDouble2ObjectMap, Double2ObjectArrayMap, Double2ObjectAVLTreeMap, Double2ObjectConcurrentOpenHashMap, Double2ObjectLinkedOpenCustomHashMap, Double2ObjectLinkedOpenHashMap, Double2ObjectMaps.EmptyMap, Double2ObjectMaps.SingletonMap, Double2ObjectMaps.SynchronizedMap, Double2ObjectMaps.SynchronizedNavigableMap, Double2ObjectMaps.SynchronizedOrderedMap, Double2ObjectMaps.SynchronizedSortedMap, Double2ObjectMaps.UnmodifyableMap, Double2ObjectMaps.UnmodifyableNavigableMap, Double2ObjectMaps.UnmodifyableOrderedMap, Double2ObjectMaps.UnmodifyableSortedMap, Double2ObjectOpenCustomHashMap, Double2ObjectOpenHashMap, Double2ObjectRBTreeMap, ImmutableDouble2ObjectOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • apply

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