Schnittstelle Char2ByteFunction

Alle bekannten Unterschnittstellen:
Char2ByteConcurrentMap, Char2ByteMap, Char2ByteNavigableMap, Char2ByteOrderedMap, Char2ByteSortedMap
Alle bekannten Implementierungsklassen:
AbstractChar2ByteMap, Char2ByteArrayMap, Char2ByteAVLTreeMap, Char2ByteConcurrentOpenHashMap, Char2ByteLinkedOpenCustomHashMap, Char2ByteLinkedOpenHashMap, Char2ByteMaps.EmptyMap, Char2ByteMaps.SingletonMap, Char2ByteMaps.SynchronizedMap, Char2ByteMaps.SynchronizedNavigableMap, Char2ByteMaps.SynchronizedOrderedMap, Char2ByteMaps.SynchronizedSortedMap, Char2ByteMaps.UnmodifyableMap, Char2ByteMaps.UnmodifyableNavigableMap, Char2ByteMaps.UnmodifyableOrderedMap, Char2ByteMaps.UnmodifyableSortedMap, Char2ByteOpenCustomHashMap, Char2ByteOpenHashMap, Char2ByteRBTreeMap, ImmutableChar2ByteOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsByte

      byte applyAsByte(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