Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure
Packages that use DoubleProcedure
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
-
Uses of DoubleProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleProcedureModifier and TypeMethodDescriptionvoidDoubleIterable.each(DoubleProcedure procedure) A synonym for forEach.default voidDoubleIterable.forEach(DoubleProcedure procedure) Applies the DoubleProcedure to each element in the DoubleIterable.default DoubleIterableDoubleIterable.tap(DoubleProcedure procedure) LazyDoubleIterable.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptiondefault DoubleBagDoubleBag.tap(DoubleProcedure procedure) default ImmutableDoubleBagImmutableDoubleBag.tap(DoubleProcedure procedure) default MutableDoubleBagMutableDoubleBag.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptiondefault ImmutableDoubleCollectionImmutableDoubleCollection.tap(DoubleProcedure procedure) default MutableDoubleCollectionMutableDoubleCollection.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptiondefault DoubleListDoubleList.tap(DoubleProcedure procedure) default ImmutableDoubleListImmutableDoubleList.tap(DoubleProcedure procedure) default MutableDoubleListMutableDoubleList.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptionvoidDoubleBooleanMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleByteMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleCharMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleDoubleMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleFloatMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleIntMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleLongMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleObjectMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleShortMap.forEachKey(DoubleProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidDoubleValuesMap.forEachValue(DoubleProcedure procedure) Iterates through each value in this map.voidObjectDoubleMap.forEachValue(DoubleProcedure procedure) Iterates through each value in this map.default DoubleValuesMapDoubleValuesMap.tap(DoubleProcedure procedure) default ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMap.tap(DoubleProcedure procedure) default MutableObjectDoubleMap<K>MutableObjectDoubleMap.tap(DoubleProcedure procedure) default ObjectDoubleMap<K>ObjectDoubleMap.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptiondefault DoubleSetDoubleSet.tap(DoubleProcedure procedure) default ImmutableDoubleSetImmutableDoubleSet.tap(DoubleProcedure procedure) default MutableDoubleSetMutableDoubleSet.tap(DoubleProcedure procedure) -
Uses of DoubleProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type DoubleProcedureModifier and TypeMethodDescriptiondefault DoubleStackDoubleStack.tap(DoubleProcedure procedure) default ImmutableDoubleStackImmutableDoubleStack.tap(DoubleProcedure procedure) default MutableDoubleStackMutableDoubleStack.tap(DoubleProcedure procedure)