Schnittstelle Float2LongFunction

Alle bekannten Unterschnittstellen:
Float2LongConcurrentMap, Float2LongMap, Float2LongNavigableMap, Float2LongOrderedMap, Float2LongSortedMap
Alle bekannten Implementierungsklassen:
AbstractFloat2LongMap, Float2LongArrayMap, Float2LongAVLTreeMap, Float2LongConcurrentOpenHashMap, Float2LongLinkedOpenCustomHashMap, Float2LongLinkedOpenHashMap, Float2LongMaps.EmptyMap, Float2LongMaps.SingletonMap, Float2LongMaps.SynchronizedMap, Float2LongMaps.SynchronizedNavigableMap, Float2LongMaps.SynchronizedOrderedMap, Float2LongMaps.SynchronizedSortedMap, Float2LongMaps.UnmodifyableMap, Float2LongMaps.UnmodifyableNavigableMap, Float2LongMaps.UnmodifyableOrderedMap, Float2LongMaps.UnmodifyableSortedMap, Float2LongOpenCustomHashMap, Float2LongOpenHashMap, Float2LongRBTreeMap, ImmutableFloat2LongOpenHashMap
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

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

    • applyAsLong

      long applyAsLong(float 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