Schnittstelle Byte2CharFunction

Alle bekannten Unterschnittstellen:
Byte2CharConcurrentMap, Byte2CharMap, Byte2CharNavigableMap, Byte2CharOrderedMap, Byte2CharSortedMap
Alle bekannten Implementierungsklassen:
AbstractByte2CharMap, Byte2CharArrayMap, Byte2CharAVLTreeMap, Byte2CharConcurrentOpenHashMap, Byte2CharLinkedOpenCustomHashMap, Byte2CharLinkedOpenHashMap, Byte2CharMaps.EmptyMap, Byte2CharMaps.SingletonMap, Byte2CharMaps.SynchronizedMap, Byte2CharMaps.SynchronizedNavigableMap, Byte2CharMaps.SynchronizedOrderedMap, Byte2CharMaps.SynchronizedSortedMap, Byte2CharMaps.UnmodifyableMap, Byte2CharMaps.UnmodifyableNavigableMap, Byte2CharMaps.UnmodifyableOrderedMap, Byte2CharMaps.UnmodifyableSortedMap, Byte2CharOpenCustomHashMap, Byte2CharOpenHashMap, Byte2CharRBTreeMap, ImmutableByte2CharOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsChar

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