Schnittstelle Int2ShortFunction

Alle bekannten Unterschnittstellen:
Int2ShortConcurrentMap, Int2ShortMap, Int2ShortNavigableMap, Int2ShortOrderedMap, Int2ShortSortedMap
Alle bekannten Implementierungsklassen:
AbstractInt2ShortMap, ImmutableInt2ShortOpenHashMap, Int2ShortArrayMap, Int2ShortAVLTreeMap, Int2ShortConcurrentOpenHashMap, Int2ShortLinkedOpenCustomHashMap, Int2ShortLinkedOpenHashMap, Int2ShortMaps.EmptyMap, Int2ShortMaps.SingletonMap, Int2ShortMaps.SynchronizedMap, Int2ShortMaps.SynchronizedNavigableMap, Int2ShortMaps.SynchronizedOrderedMap, Int2ShortMaps.SynchronizedSortedMap, Int2ShortMaps.UnmodifyableMap, Int2ShortMaps.UnmodifyableNavigableMap, Int2ShortMaps.UnmodifyableOrderedMap, Int2ShortMaps.UnmodifyableSortedMap, Int2ShortOpenCustomHashMap, Int2ShortOpenHashMap, Int2ShortRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsShort

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