Schnittstelle Short2FloatFunction

Alle bekannten Unterschnittstellen:
Short2FloatConcurrentMap, Short2FloatMap, Short2FloatNavigableMap, Short2FloatOrderedMap, Short2FloatSortedMap
Alle bekannten Implementierungsklassen:
AbstractShort2FloatMap, ImmutableShort2FloatOpenHashMap, Short2FloatArrayMap, Short2FloatAVLTreeMap, Short2FloatConcurrentOpenHashMap, Short2FloatLinkedOpenCustomHashMap, Short2FloatLinkedOpenHashMap, Short2FloatMaps.EmptyMap, Short2FloatMaps.SingletonMap, Short2FloatMaps.SynchronizedMap, Short2FloatMaps.SynchronizedNavigableMap, Short2FloatMaps.SynchronizedOrderedMap, Short2FloatMaps.SynchronizedSortedMap, Short2FloatMaps.UnmodifyableMap, Short2FloatMaps.UnmodifyableNavigableMap, Short2FloatMaps.UnmodifyableOrderedMap, Short2FloatMaps.UnmodifyableSortedMap, Short2FloatOpenCustomHashMap, Short2FloatOpenHashMap, Short2FloatRBTreeMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsFloat

      float applyAsFloat(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