Schnittstelle Long2IntFunction

Alle Superschnittstellen:
LongToIntFunction
Alle bekannten Unterschnittstellen:
Long2IntConcurrentMap, Long2IntMap, Long2IntNavigableMap, Long2IntOrderedMap, Long2IntSortedMap
Alle bekannten Implementierungsklassen:
AbstractLong2IntMap, ImmutableLong2IntOpenHashMap, Long2IntArrayMap, Long2IntAVLTreeMap, Long2IntConcurrentOpenHashMap, Long2IntLinkedOpenCustomHashMap, Long2IntLinkedOpenHashMap, Long2IntMaps.EmptyMap, Long2IntMaps.SingletonMap, Long2IntMaps.SynchronizedMap, Long2IntMaps.SynchronizedNavigableMap, Long2IntMaps.SynchronizedOrderedMap, Long2IntMaps.SynchronizedSortedMap, Long2IntMaps.UnmodifyableMap, Long2IntMaps.UnmodifyableNavigableMap, Long2IntMaps.UnmodifyableOrderedMap, Long2IntMaps.UnmodifyableSortedMap, Long2IntOpenCustomHashMap, Long2IntOpenHashMap, Long2IntRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsInt

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