Schnittstelle Long2CharFunction

Alle bekannten Unterschnittstellen:
Long2CharConcurrentMap, Long2CharMap, Long2CharNavigableMap, Long2CharOrderedMap, Long2CharSortedMap
Alle bekannten Implementierungsklassen:
AbstractLong2CharMap, ImmutableLong2CharOpenHashMap, Long2CharArrayMap, Long2CharAVLTreeMap, Long2CharConcurrentOpenHashMap, Long2CharLinkedOpenCustomHashMap, Long2CharLinkedOpenHashMap, Long2CharMaps.EmptyMap, Long2CharMaps.SingletonMap, Long2CharMaps.SynchronizedMap, Long2CharMaps.SynchronizedNavigableMap, Long2CharMaps.SynchronizedOrderedMap, Long2CharMaps.SynchronizedSortedMap, Long2CharMaps.UnmodifyableMap, Long2CharMaps.UnmodifyableNavigableMap, Long2CharMaps.UnmodifyableOrderedMap, Long2CharMaps.UnmodifyableSortedMap, Long2CharOpenCustomHashMap, Long2CharOpenHashMap, Long2CharRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsChar

      char applyAsChar(long 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