Schnittstelle Char2LongFunction

Alle bekannten Unterschnittstellen:
Char2LongConcurrentMap, Char2LongMap, Char2LongNavigableMap, Char2LongOrderedMap, Char2LongSortedMap
Alle bekannten Implementierungsklassen:
AbstractChar2LongMap, Char2LongArrayMap, Char2LongAVLTreeMap, Char2LongConcurrentOpenHashMap, Char2LongLinkedOpenCustomHashMap, Char2LongLinkedOpenHashMap, Char2LongMaps.EmptyMap, Char2LongMaps.SingletonMap, Char2LongMaps.SynchronizedMap, Char2LongMaps.SynchronizedNavigableMap, Char2LongMaps.SynchronizedOrderedMap, Char2LongMaps.SynchronizedSortedMap, Char2LongMaps.UnmodifyableMap, Char2LongMaps.UnmodifyableNavigableMap, Char2LongMaps.UnmodifyableOrderedMap, Char2LongMaps.UnmodifyableSortedMap, Char2LongOpenCustomHashMap, Char2LongOpenHashMap, Char2LongRBTreeMap, ImmutableChar2LongOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsLong

      long applyAsLong(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