Schnittstelle Short2IntFunction

Alle bekannten Unterschnittstellen:
Short2IntConcurrentMap, Short2IntMap, Short2IntNavigableMap, Short2IntOrderedMap, Short2IntSortedMap
Alle bekannten Implementierungsklassen:
AbstractShort2IntMap, ImmutableShort2IntOpenHashMap, Short2IntArrayMap, Short2IntAVLTreeMap, Short2IntConcurrentOpenHashMap, Short2IntLinkedOpenCustomHashMap, Short2IntLinkedOpenHashMap, Short2IntMaps.EmptyMap, Short2IntMaps.SingletonMap, Short2IntMaps.SynchronizedMap, Short2IntMaps.SynchronizedNavigableMap, Short2IntMaps.SynchronizedOrderedMap, Short2IntMaps.SynchronizedSortedMap, Short2IntMaps.UnmodifyableMap, Short2IntMaps.UnmodifyableNavigableMap, Short2IntMaps.UnmodifyableOrderedMap, Short2IntMaps.UnmodifyableSortedMap, Short2IntOpenCustomHashMap, Short2IntOpenHashMap, Short2IntRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsInt

      int applyAsInt(short 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