Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.IntProcedure
-
Packages that use IntProcedure 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 IntProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntProcedure Modifier and Type Method Description voidIntIterable. each(IntProcedure procedure)A synonym for forEach.default voidIntIterable. forEach(IntProcedure procedure)Applies the IntProcedure to each element in the IntIterable.default IntIterableIntIterable. tap(IntProcedure procedure)LazyIntIterableLazyIntIterable. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type IntProcedure Modifier and Type Method Description default ImmutableIntBagImmutableIntBag. tap(IntProcedure procedure)default IntBagIntBag. tap(IntProcedure procedure)default MutableIntBagMutableIntBag. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntProcedure Modifier and Type Method Description default ImmutableIntCollectionImmutableIntCollection. tap(IntProcedure procedure)default MutableIntCollectionMutableIntCollection. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntProcedure Modifier and Type Method Description default ImmutableIntListImmutableIntList. tap(IntProcedure procedure)default IntListIntList. tap(IntProcedure procedure)default MutableIntListMutableIntList. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntProcedure Modifier and Type Method Description voidIntBooleanMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntByteMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntCharMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntDoubleMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntFloatMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntIntMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntLongMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntObjectMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntShortMap. forEachKey(IntProcedure procedure)Iterates through each key in the map, invoking the procedure for each.voidIntValuesMap. forEachValue(IntProcedure procedure)Iterates through each value in this map.voidObjectIntMap. forEachValue(IntProcedure procedure)Iterates through each value in this map.default ImmutableObjectIntMap<K>ImmutableObjectIntMap. tap(IntProcedure procedure)default IntValuesMapIntValuesMap. tap(IntProcedure procedure)default MutableObjectIntMap<K>MutableObjectIntMap. tap(IntProcedure procedure)default ObjectIntMap<K>ObjectIntMap. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type IntProcedure Modifier and Type Method Description default ImmutableIntSetImmutableIntSet. tap(IntProcedure procedure)default IntSetIntSet. tap(IntProcedure procedure)default MutableIntSetMutableIntSet. tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type IntProcedure Modifier and Type Method Description default ImmutableIntStackImmutableIntStack. tap(IntProcedure procedure)default IntStackIntStack. tap(IntProcedure procedure)default MutableIntStackMutableIntStack. tap(IntProcedure procedure)
-