Schnittstelle Long2ShortFunction

Alle bekannten Unterschnittstellen:
Long2ShortConcurrentMap, Long2ShortMap, Long2ShortNavigableMap, Long2ShortOrderedMap, Long2ShortSortedMap
Alle bekannten Implementierungsklassen:
AbstractLong2ShortMap, ImmutableLong2ShortOpenHashMap, Long2ShortArrayMap, Long2ShortAVLTreeMap, Long2ShortConcurrentOpenHashMap, Long2ShortLinkedOpenCustomHashMap, Long2ShortLinkedOpenHashMap, Long2ShortMaps.EmptyMap, Long2ShortMaps.SingletonMap, Long2ShortMaps.SynchronizedMap, Long2ShortMaps.SynchronizedNavigableMap, Long2ShortMaps.SynchronizedOrderedMap, Long2ShortMaps.SynchronizedSortedMap, Long2ShortMaps.UnmodifyableMap, Long2ShortMaps.UnmodifyableNavigableMap, Long2ShortMaps.UnmodifyableOrderedMap, Long2ShortMaps.UnmodifyableSortedMap, Long2ShortOpenCustomHashMap, Long2ShortOpenHashMap, Long2ShortRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsShort

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