Schnittstelle ToLongFunction<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ToLongFunction<T>
Alle bekannten Unterschnittstellen:
Object2LongConcurrentMap<T>, Object2LongMap<T>, Object2LongNavigableMap<T>, Object2LongOrderedMap<T>, Object2LongSortedMap<T>
Alle bekannten Implementierungsklassen:
AbstractObject2LongMap, Enum2LongMap, ImmutableObject2LongOpenHashMap, LinkedEnum2LongMap, Object2LongArrayMap, Object2LongAVLTreeMap, Object2LongConcurrentOpenHashMap, Object2LongLinkedOpenCustomHashMap, Object2LongLinkedOpenHashMap, Object2LongMaps.EmptyMap, Object2LongMaps.SingletonMap, Object2LongMaps.SynchronizedMap, Object2LongMaps.SynchronizedNavigableMap, Object2LongMaps.SynchronizedOrderedMap, Object2LongMaps.SynchronizedSortedMap, Object2LongMaps.UnmodifyableMap, Object2LongMaps.UnmodifyableNavigableMap, Object2LongMaps.UnmodifyableOrderedMap, Object2LongMaps.UnmodifyableSortedMap, Object2LongOpenCustomHashMap, Object2LongOpenHashMap, Object2LongRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsLong

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