Schnittstelle Int2LongFunction

Alle Superschnittstellen:
IntToLongFunction
Alle bekannten Unterschnittstellen:
Int2LongConcurrentMap, Int2LongMap, Int2LongNavigableMap, Int2LongOrderedMap, Int2LongSortedMap
Alle bekannten Implementierungsklassen:
AbstractInt2LongMap, ImmutableInt2LongOpenHashMap, Int2LongArrayMap, Int2LongAVLTreeMap, Int2LongConcurrentOpenHashMap, Int2LongLinkedOpenCustomHashMap, Int2LongLinkedOpenHashMap, Int2LongMaps.EmptyMap, Int2LongMaps.SingletonMap, Int2LongMaps.SynchronizedMap, Int2LongMaps.SynchronizedNavigableMap, Int2LongMaps.SynchronizedOrderedMap, Int2LongMaps.SynchronizedSortedMap, Int2LongMaps.UnmodifyableMap, Int2LongMaps.UnmodifyableNavigableMap, Int2LongMaps.UnmodifyableOrderedMap, Int2LongMaps.UnmodifyableSortedMap, Int2LongOpenCustomHashMap, Int2LongOpenHashMap, Int2LongRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface Int2LongFunction extends IntToLongFunction
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
    applyAsLong(int k)
    Type Specific get function to reduce boxing/unboxing
  • Methodendetails

    • applyAsLong

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