Schnittstelle LongFunction<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
LongFunction<V>
Alle bekannten Unterschnittstellen:
Long2ObjectConcurrentMap<V>, Long2ObjectMap<V>, Long2ObjectNavigableMap<V>, Long2ObjectOrderedMap<V>, Long2ObjectSortedMap<V>
Alle bekannten Implementierungsklassen:
AbstractLong2ObjectMap, ImmutableLong2ObjectOpenHashMap, Long2ObjectArrayMap, Long2ObjectAVLTreeMap, Long2ObjectConcurrentOpenHashMap, Long2ObjectLinkedOpenCustomHashMap, Long2ObjectLinkedOpenHashMap, Long2ObjectMaps.EmptyMap, Long2ObjectMaps.SingletonMap, Long2ObjectMaps.SynchronizedMap, Long2ObjectMaps.SynchronizedNavigableMap, Long2ObjectMaps.SynchronizedOrderedMap, Long2ObjectMaps.SynchronizedSortedMap, Long2ObjectMaps.UnmodifyableMap, Long2ObjectMaps.UnmodifyableNavigableMap, Long2ObjectMaps.UnmodifyableOrderedMap, Long2ObjectMaps.UnmodifyableSortedMap, Long2ObjectOpenCustomHashMap, Long2ObjectOpenHashMap, Long2ObjectRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • apply

      V apply(long k)
      Type Specific get function to reduce boxing/unboxing
      Angegeben von:
      apply in Schnittstelle LongFunction<V>
      Parameter:
      k - the value that should be processed
      Gibt zurück:
      the result of the function