Schnittstelle ByteFunction<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle bekannten Unterschnittstellen:
Byte2ObjectConcurrentMap<V>, Byte2ObjectMap<V>, Byte2ObjectNavigableMap<V>, Byte2ObjectOrderedMap<V>, Byte2ObjectSortedMap<V>
Alle bekannten Implementierungsklassen:
AbstractByte2ObjectMap, Byte2ObjectArrayMap, Byte2ObjectAVLTreeMap, Byte2ObjectConcurrentOpenHashMap, Byte2ObjectLinkedOpenCustomHashMap, Byte2ObjectLinkedOpenHashMap, Byte2ObjectMaps.EmptyMap, Byte2ObjectMaps.SingletonMap, Byte2ObjectMaps.SynchronizedMap, Byte2ObjectMaps.SynchronizedNavigableMap, Byte2ObjectMaps.SynchronizedOrderedMap, Byte2ObjectMaps.SynchronizedSortedMap, Byte2ObjectMaps.UnmodifyableMap, Byte2ObjectMaps.UnmodifyableNavigableMap, Byte2ObjectMaps.UnmodifyableOrderedMap, Byte2ObjectMaps.UnmodifyableSortedMap, Byte2ObjectOpenCustomHashMap, Byte2ObjectOpenHashMap, Byte2ObjectRBTreeMap, ImmutableByte2ObjectOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • apply

      V apply(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