Modul speiger.src.collections
Schnittstelle Double2IntFunction
- Alle Superschnittstellen:
DoubleToIntFunction
- Alle bekannten Unterschnittstellen:
Double2IntConcurrentMap,Double2IntMap,Double2IntNavigableMap,Double2IntOrderedMap,Double2IntSortedMap
- Alle bekannten Implementierungsklassen:
AbstractDouble2IntMap,Double2IntArrayMap,Double2IntAVLTreeMap,Double2IntConcurrentOpenHashMap,Double2IntLinkedOpenCustomHashMap,Double2IntLinkedOpenHashMap,Double2IntMaps.EmptyMap,Double2IntMaps.SingletonMap,Double2IntMaps.SynchronizedMap,Double2IntMaps.SynchronizedNavigableMap,Double2IntMaps.SynchronizedOrderedMap,Double2IntMaps.SynchronizedSortedMap,Double2IntMaps.UnmodifyableMap,Double2IntMaps.UnmodifyableNavigableMap,Double2IntMaps.UnmodifyableOrderedMap,Double2IntMaps.UnmodifyableSortedMap,Double2IntOpenCustomHashMap,Double2IntOpenHashMap,Double2IntRBTreeMap,ImmutableDouble2IntOpenHashMap
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintapplyAsInt(double k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsInt
int applyAsInt(double k) Type Specific get function to reduce boxing/unboxing- Angegeben von:
applyAsIntin SchnittstelleDoubleToIntFunction- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-