Schnittstelle Char2IntFunction

Alle bekannten Unterschnittstellen:
Char2IntConcurrentMap, Char2IntMap, Char2IntNavigableMap, Char2IntOrderedMap, Char2IntSortedMap
Alle bekannten Implementierungsklassen:
AbstractChar2IntMap, Char2IntArrayMap, Char2IntAVLTreeMap, Char2IntConcurrentOpenHashMap, Char2IntLinkedOpenCustomHashMap, Char2IntLinkedOpenHashMap, Char2IntMaps.EmptyMap, Char2IntMaps.SingletonMap, Char2IntMaps.SynchronizedMap, Char2IntMaps.SynchronizedNavigableMap, Char2IntMaps.SynchronizedOrderedMap, Char2IntMaps.SynchronizedSortedMap, Char2IntMaps.UnmodifyableMap, Char2IntMaps.UnmodifyableNavigableMap, Char2IntMaps.UnmodifyableOrderedMap, Char2IntMaps.UnmodifyableSortedMap, Char2IntOpenCustomHashMap, Char2IntOpenHashMap, Char2IntRBTreeMap, ImmutableChar2IntOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsInt

      int applyAsInt(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