Schnittstelle ToByteFunction<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle bekannten Unterschnittstellen:
Object2ByteConcurrentMap<T>, Object2ByteMap<T>, Object2ByteNavigableMap<T>, Object2ByteOrderedMap<T>, Object2ByteSortedMap<T>
Alle bekannten Implementierungsklassen:
AbstractObject2ByteMap, Enum2ByteMap, ImmutableObject2ByteOpenHashMap, LinkedEnum2ByteMap, Object2ByteArrayMap, Object2ByteAVLTreeMap, Object2ByteConcurrentOpenHashMap, Object2ByteLinkedOpenCustomHashMap, Object2ByteLinkedOpenHashMap, Object2ByteMaps.EmptyMap, Object2ByteMaps.SingletonMap, Object2ByteMaps.SynchronizedMap, Object2ByteMaps.SynchronizedNavigableMap, Object2ByteMaps.SynchronizedOrderedMap, Object2ByteMaps.SynchronizedSortedMap, Object2ByteMaps.UnmodifyableMap, Object2ByteMaps.UnmodifyableNavigableMap, Object2ByteMaps.UnmodifyableOrderedMap, Object2ByteMaps.UnmodifyableSortedMap, Object2ByteOpenCustomHashMap, Object2ByteOpenHashMap, Object2ByteRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface ToByteFunction<T>
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
    Type Specific get function to reduce boxing/unboxing
  • Methodendetails

    • applyAsByte

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