Modul speiger.src.collections
Schnittstelle FloatFunction<V>
- Typparameter:
V- the keyType of elements maintained by this Collection
- Alle bekannten Unterschnittstellen:
Float2ObjectConcurrentMap<V>,Float2ObjectMap<V>,Float2ObjectNavigableMap<V>,Float2ObjectOrderedMap<V>,Float2ObjectSortedMap<V>
- Alle bekannten Implementierungsklassen:
AbstractFloat2ObjectMap,Float2ObjectArrayMap,Float2ObjectAVLTreeMap,Float2ObjectConcurrentOpenHashMap,Float2ObjectLinkedOpenCustomHashMap,Float2ObjectLinkedOpenHashMap,Float2ObjectMaps.EmptyMap,Float2ObjectMaps.SingletonMap,Float2ObjectMaps.SynchronizedMap,Float2ObjectMaps.SynchronizedNavigableMap,Float2ObjectMaps.SynchronizedOrderedMap,Float2ObjectMaps.SynchronizedSortedMap,Float2ObjectMaps.UnmodifyableMap,Float2ObjectMaps.UnmodifyableNavigableMap,Float2ObjectMaps.UnmodifyableOrderedMap,Float2ObjectMaps.UnmodifyableSortedMap,Float2ObjectOpenCustomHashMap,Float2ObjectOpenHashMap,Float2ObjectRBTreeMap,ImmutableFloat2ObjectOpenHashMap
- 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
-
Methodendetails
-
apply
Type Specific get function to reduce boxing/unboxing- Parameter:
k- the value that should be processed- Gibt zurück:
- the result of the function
-