Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure
-
Packages that use DoubleProcedure Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive 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 DoubleProcedure Modifier and Type Method Description voidDoubleIterable. 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)LazyDoubleIterableLazyDoubleIterable. 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 DoubleProcedure Modifier and Type Method Description default 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 DoubleProcedure Modifier and Type Method Description default 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 DoubleProcedure Modifier and Type Method Description default 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 DoubleProcedure Modifier and Type Method Description voidDoubleBooleanMap. 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 DoubleProcedure Modifier and Type Method Description default 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 DoubleProcedure Modifier and Type Method Description default DoubleStackDoubleStack. tap(DoubleProcedure procedure)default ImmutableDoubleStackImmutableDoubleStack. tap(DoubleProcedure procedure)default MutableDoubleStackMutableDoubleStack. tap(DoubleProcedure procedure)
-