Modul speiger.src.collections
Schnittstelle Int2DoubleFunction
- Alle Superschnittstellen:
IntToDoubleFunction
- Alle bekannten Unterschnittstellen:
Int2DoubleConcurrentMap,Int2DoubleMap,Int2DoubleNavigableMap,Int2DoubleOrderedMap,Int2DoubleSortedMap
- Alle bekannten Implementierungsklassen:
AbstractInt2DoubleMap,ImmutableInt2DoubleOpenHashMap,Int2DoubleArrayMap,Int2DoubleAVLTreeMap,Int2DoubleConcurrentOpenHashMap,Int2DoubleLinkedOpenCustomHashMap,Int2DoubleLinkedOpenHashMap,Int2DoubleMaps.EmptyMap,Int2DoubleMaps.SingletonMap,Int2DoubleMaps.SynchronizedMap,Int2DoubleMaps.SynchronizedNavigableMap,Int2DoubleMaps.SynchronizedOrderedMap,Int2DoubleMaps.SynchronizedSortedMap,Int2DoubleMaps.UnmodifyableMap,Int2DoubleMaps.UnmodifyableNavigableMap,Int2DoubleMaps.UnmodifyableOrderedMap,Int2DoubleMaps.UnmodifyableSortedMap,Int2DoubleOpenCustomHashMap,Int2DoubleOpenHashMap,Int2DoubleRBTreeMap
- 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 TypMethodeBeschreibungdoubleapplyAsDouble(int k) Type Specific get function to reduce boxing/unboxing
-
Methodendetails
-
applyAsDouble
double applyAsDouble(int k) Type Specific get function to reduce boxing/unboxing- Angegeben von:
applyAsDoublein SchnittstelleIntToDoubleFunction- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-