Schnittstelle Char2DoubleFunction

Alle bekannten Unterschnittstellen:
Char2DoubleConcurrentMap, Char2DoubleMap, Char2DoubleNavigableMap, Char2DoubleOrderedMap, Char2DoubleSortedMap
Alle bekannten Implementierungsklassen:
AbstractChar2DoubleMap, Char2DoubleArrayMap, Char2DoubleAVLTreeMap, Char2DoubleConcurrentOpenHashMap, Char2DoubleLinkedOpenCustomHashMap, Char2DoubleLinkedOpenHashMap, Char2DoubleMaps.EmptyMap, Char2DoubleMaps.SingletonMap, Char2DoubleMaps.SynchronizedMap, Char2DoubleMaps.SynchronizedNavigableMap, Char2DoubleMaps.SynchronizedOrderedMap, Char2DoubleMaps.SynchronizedSortedMap, Char2DoubleMaps.UnmodifyableMap, Char2DoubleMaps.UnmodifyableNavigableMap, Char2DoubleMaps.UnmodifyableOrderedMap, Char2DoubleMaps.UnmodifyableSortedMap, Char2DoubleOpenCustomHashMap, Char2DoubleOpenHashMap, Char2DoubleRBTreeMap, ImmutableChar2DoubleOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsDouble

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