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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.procedure.checked.primitive This package contains abstract implementations of primitive procedures.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.primitive org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of IntProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntProcedure Modifier and Type Method Description void
IntIterable. each(IntProcedure procedure)
A synonym for forEach.default void
IntIterable. forEach(IntProcedure procedure)
Applies the IntProcedure to each element in the IntIterable.default IntIterable
IntIterable. tap(IntProcedure procedure)
LazyIntIterable
LazyIntIterable. 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 ImmutableIntBag
ImmutableIntBag. tap(IntProcedure procedure)
default IntBag
IntBag. tap(IntProcedure procedure)
default MutableIntBag
MutableIntBag. 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 ImmutableIntCollection
ImmutableIntCollection. tap(IntProcedure procedure)
default MutableIntCollection
MutableIntCollection. 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 ImmutableIntList
ImmutableIntList. tap(IntProcedure procedure)
default IntList
IntList. tap(IntProcedure procedure)
default MutableIntList
MutableIntList. 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 void
IntBooleanMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntByteMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntCharMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntDoubleMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntFloatMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntIntMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntLongMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntObjectMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntShortMap. forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.void
IntValuesMap. forEachValue(IntProcedure procedure)
Iterates through each value in this map.void
ObjectIntMap. forEachValue(IntProcedure procedure)
Iterates through each value in this map.default ImmutableObjectIntMap<K>
ImmutableObjectIntMap. tap(IntProcedure procedure)
default IntValuesMap
IntValuesMap. 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 ImmutableIntSet
ImmutableIntSet. tap(IntProcedure procedure)
default IntSet
IntSet. tap(IntProcedure procedure)
default MutableIntSet
MutableIntSet. 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 ImmutableIntStack
ImmutableIntStack. tap(IntProcedure procedure)
default IntStack
IntStack. tap(IntProcedure procedure)
default MutableIntStack
MutableIntStack. tap(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
ImmutableIntEmptyBag. each(IntProcedure procedure)
void
ImmutableIntHashBag. each(IntProcedure procedure)
void
ImmutableIntSingletonBag. each(IntProcedure procedure)
void
ImmutableIntEmptyBag. forEach(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
IntHashBag. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Classes in org.eclipse.collections.impl.block.procedure.checked.primitive that implement IntProcedure Modifier and Type Class Description class
CheckedIntProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg. -
Uses of IntProcedure in org.eclipse.collections.impl.block.procedure.primitive
Classes in org.eclipse.collections.impl.block.procedure.primitive that implement IntProcedure Modifier and Type Class Description class
IntCaseProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.Fields in org.eclipse.collections.impl.block.procedure.primitive declared as IntProcedure Modifier and Type Field Description private IntProcedure
IntCaseProcedure. defaultProcedure
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type IntProcedure Modifier and Type Field Description private MutableList<Pair<IntPredicate,IntProcedure>>
IntCaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntProcedure Modifier and Type Method Description IntCaseProcedure
IntCaseProcedure. addCase(IntPredicate predicate, IntProcedure procedure)
IntCaseProcedure
IntCaseProcedure. setDefault(IntProcedure procedure)
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntProcedure Constructor Description IntCaseProcedure(IntProcedure newDefaultProcedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
AbstractSynchronizedIntCollection. each(IntProcedure procedure)
void
AbstractUnmodifiableIntCollection. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement IntProcedure Modifier and Type Class Description private static class
AbstractLazyIntIterable.IntMaxProcedure
private static class
AbstractLazyIntIterable.IntMinProcedure
private static class
AbstractLazyIntIterable.IntSumProcedure
private static class
SelectIntIterable.CountIntProcedure
private class
SelectIntIterable.IfIntProcedure
Fields in org.eclipse.collections.impl.lazy.primitive declared as IntProcedure Modifier and Type Field Description private IntProcedure
SelectIntIterable.IfIntProcedure. procedure
private IntProcedure
TapIntIterable. procedure
private IntProcedure
TapIntIterable.TapIntIterator. procedure
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntProcedure Modifier and Type Method Description void
CollectBooleanToIntIterable. each(IntProcedure procedure)
void
CollectByteToIntIterable. each(IntProcedure procedure)
void
CollectCharToIntIterable. each(IntProcedure procedure)
void
CollectDoubleToIntIterable. each(IntProcedure procedure)
void
CollectFloatToIntIterable. each(IntProcedure procedure)
void
CollectIntIterable. each(IntProcedure procedure)
void
CollectIntToIntIterable. each(IntProcedure procedure)
void
CollectLongToIntIterable. each(IntProcedure procedure)
void
CollectShortToIntIterable. each(IntProcedure procedure)
void
LazyIntIterableAdapter. each(IntProcedure procedure)
void
ReverseIntIterable. each(IntProcedure procedure)
void
SelectIntIterable. each(IntProcedure procedure)
void
TapIntIterable. each(IntProcedure procedure)
LazyIntIterable
AbstractLazyIntIterable. tap(IntProcedure procedure)
void
CollectIntIterable.IntFunctionToProcedure. value(T each, IntProcedure procedure)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntProcedure Constructor Description IfIntProcedure(IntProcedure procedure)
TapIntIterable(IntIterable delegate, IntProcedure procedure)
TapIntIterator(IntIterable iterable, IntProcedure procedure)
TapIntIterator(IntIterator iterator, IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.list
Methods in org.eclipse.collections.impl.list with parameters of type IntProcedure Modifier and Type Method Description void
Interval. forEach(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
ImmutableIntArrayList. each(IntProcedure procedure)
void
ImmutableIntEmptyList. each(IntProcedure procedure)
void
ImmutableIntSingletonList. each(IntProcedure procedure)
void
ImmutableIntEmptyList. forEach(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
IntArrayList. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type IntProcedure Modifier and Type Method Description void
IntInterval. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
ImmutableByteIntEmptyMap. each(IntProcedure procedure)
void
ImmutableByteIntHashMap. each(IntProcedure procedure)
void
ImmutableByteIntSingletonMap. each(IntProcedure procedure)
void
ImmutableCharIntEmptyMap. each(IntProcedure procedure)
void
ImmutableCharIntHashMap. each(IntProcedure procedure)
void
ImmutableCharIntSingletonMap. each(IntProcedure procedure)
void
ImmutableDoubleIntEmptyMap. each(IntProcedure procedure)
void
ImmutableDoubleIntHashMap. each(IntProcedure procedure)
void
ImmutableDoubleIntSingletonMap. each(IntProcedure procedure)
void
ImmutableFloatIntEmptyMap. each(IntProcedure procedure)
void
ImmutableFloatIntHashMap. each(IntProcedure procedure)
void
ImmutableFloatIntSingletonMap. each(IntProcedure procedure)
void
ImmutableIntIntEmptyMap. each(IntProcedure procedure)
void
ImmutableIntIntHashMap. each(IntProcedure procedure)
void
ImmutableIntIntSingletonMap. each(IntProcedure procedure)
void
ImmutableLongIntEmptyMap. each(IntProcedure procedure)
void
ImmutableLongIntHashMap. each(IntProcedure procedure)
void
ImmutableLongIntSingletonMap. each(IntProcedure procedure)
void
ImmutableObjectIntEmptyMap. each(IntProcedure procedure)
void
ImmutableObjectIntHashMap. each(IntProcedure procedure)
void
ImmutableObjectIntSingletonMap. each(IntProcedure procedure)
void
ImmutableShortIntEmptyMap. each(IntProcedure procedure)
void
ImmutableShortIntHashMap. each(IntProcedure procedure)
void
ImmutableShortIntSingletonMap. each(IntProcedure procedure)
void
ImmutableByteIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableCharIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableDoubleIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableFloatIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableIntIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableLongIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableObjectIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableObjectIntSingletonMap. forEach(IntProcedure procedure)
void
ImmutableShortIntEmptyMap. forEach(IntProcedure procedure)
void
ImmutableIntBooleanEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntBooleanHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntBooleanSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntByteEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntByteHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntByteSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntCharEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntCharHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntCharSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntDoubleEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntDoubleHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntDoubleSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntFloatEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntFloatHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntFloatSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntIntEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntIntHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntIntSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntLongEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntLongHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntLongSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntObjectEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntObjectHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntObjectSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableIntShortEmptyMap. forEachKey(IntProcedure procedure)
void
ImmutableIntShortHashMap. forEachKey(IntProcedure procedure)
void
ImmutableIntShortSingletonMap. forEachKey(IntProcedure procedure)
void
ImmutableByteIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableByteIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableByteIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableCharIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableCharIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableCharIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableDoubleIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableDoubleIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableDoubleIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableFloatIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableFloatIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableFloatIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableIntIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableIntIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableIntIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableLongIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableLongIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableLongIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableObjectIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableObjectIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableObjectIntSingletonMap. forEachValue(IntProcedure procedure)
void
ImmutableShortIntEmptyMap. forEachValue(IntProcedure procedure)
void
ImmutableShortIntHashMap. forEachValue(IntProcedure procedure)
void
ImmutableShortIntSingletonMap. forEachValue(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
AbstractMutableIntKeySet. each(IntProcedure procedure)
void
AbstractMutableIntValuesMap.AbstractIntValuesCollection. each(IntProcedure procedure)
void
AbstractMutableIntValuesMap. each(IntProcedure procedure)
void
ImmutableIntIntMapKeySet. each(IntProcedure procedure)
void
ImmutableIntMapKeySet. each(IntProcedure procedure)
void
IntBooleanHashMap.KeysView. each(IntProcedure procedure)
void
IntByteHashMap.KeysView. each(IntProcedure procedure)
void
IntCharHashMap.KeysView. each(IntProcedure procedure)
void
IntDoubleHashMap.KeysView. each(IntProcedure procedure)
void
IntFloatHashMap.KeysView. each(IntProcedure procedure)
void
IntIntHashMap.KeysView. each(IntProcedure procedure)
void
IntLongHashMap.KeysView. each(IntProcedure procedure)
void
IntObjectHashMap.KeysView. each(IntProcedure procedure)
void
IntShortHashMap.KeysView. each(IntProcedure procedure)
void
ObjectIntHashMap. each(IntProcedure procedure)
void
ObjectIntHashMap.ValuesCollection. each(IntProcedure procedure)
void
ObjectIntHashMapWithHashingStrategy. each(IntProcedure procedure)
void
ObjectIntHashMapWithHashingStrategy.ValuesCollection. each(IntProcedure procedure)
void
SynchronizedByteIntMap. each(IntProcedure procedure)
void
SynchronizedCharIntMap. each(IntProcedure procedure)
void
SynchronizedDoubleIntMap. each(IntProcedure procedure)
void
SynchronizedFloatIntMap. each(IntProcedure procedure)
void
SynchronizedIntIntMap. each(IntProcedure procedure)
void
SynchronizedLongIntMap. each(IntProcedure procedure)
void
SynchronizedObjectIntMap. each(IntProcedure procedure)
void
SynchronizedShortIntMap. each(IntProcedure procedure)
void
UnmodifiableByteIntMap. each(IntProcedure procedure)
void
UnmodifiableCharIntMap. each(IntProcedure procedure)
void
UnmodifiableDoubleIntMap. each(IntProcedure procedure)
void
UnmodifiableFloatIntMap. each(IntProcedure procedure)
void
UnmodifiableIntIntMap. each(IntProcedure procedure)
void
UnmodifiableLongIntMap. each(IntProcedure procedure)
void
UnmodifiableObjectIntMap. each(IntProcedure procedure)
void
UnmodifiableShortIntMap. each(IntProcedure procedure)
void
ImmutableIntIntMapKeySet. forEach(IntProcedure procedure)
void
ImmutableIntMapKeySet. forEach(IntProcedure procedure)
void
ObjectIntHashMapWithHashingStrategy.ValuesCollection. forEach(IntProcedure procedure)
void
IntBooleanHashMap. forEachKey(IntProcedure procedure)
void
IntByteHashMap. forEachKey(IntProcedure procedure)
void
IntCharHashMap. forEachKey(IntProcedure procedure)
void
IntDoubleHashMap. forEachKey(IntProcedure procedure)
void
IntFloatHashMap. forEachKey(IntProcedure procedure)
void
IntIntHashMap. forEachKey(IntProcedure procedure)
void
IntLongHashMap. forEachKey(IntProcedure procedure)
void
IntObjectHashMap. forEachKey(IntProcedure procedure)
void
IntObjectHashMap.KeysMapWrapper. forEachKey(IntProcedure procedure)
void
IntShortHashMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntBooleanMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntByteMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntCharMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntDoubleMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntFloatMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntIntMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntLongMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntObjectMap. forEachKey(IntProcedure procedure)
void
SynchronizedIntShortMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntBooleanMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntByteMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntCharMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntDoubleMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntFloatMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntIntMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntLongMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntObjectMap. forEachKey(IntProcedure procedure)
void
UnmodifiableIntShortMap. forEachKey(IntProcedure procedure)
void
AbstractMutableIntValuesMap. forEachValue(IntProcedure procedure)
void
ObjectIntHashMap. forEachValue(IntProcedure procedure)
void
ObjectIntHashMapWithHashingStrategy. forEachValue(IntProcedure procedure)
void
SynchronizedByteIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedCharIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedDoubleIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedFloatIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedIntIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedLongIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedObjectIntMap. forEachValue(IntProcedure procedure)
void
SynchronizedShortIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableByteIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableCharIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableDoubleIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableFloatIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableIntIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableLongIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableObjectIntMap. forEachValue(IntProcedure procedure)
void
UnmodifiableShortIntMap. forEachValue(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.map.primitive
Methods in org.eclipse.collections.impl.map.primitive with parameters of type IntProcedure Modifier and Type Method Description void
IntKeysMap. forEachKey(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type IntProcedure Modifier and Type Method Description void
SynchronizedIntIterable. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
ImmutableIntEmptySet. each(IntProcedure procedure)
void
ImmutableIntSingletonSet. each(IntProcedure procedure)
void
ImmutableIntEmptySet. forEach(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
IntHashSet. each(IntProcedure procedure)
void
IntHashSet.ImmutableIntHashSet. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
ImmutableIntEmptyStack. each(IntProcedure procedure)
void
ImmutableIntSingletonStack. each(IntProcedure procedure)
void
ImmutableIntEmptyStack. forEach(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntProcedure Modifier and Type Method Description void
SynchronizedIntStack. each(IntProcedure procedure)
void
UnmodifiableIntStack. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type IntProcedure Modifier and Type Method Description void
AbstractIntStack. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type IntProcedure Modifier and Type Method Description void
CodePointAdapter. each(IntProcedure procedure)
void
CodePointList. each(IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type IntProcedure Modifier and Type Method Description static void
IntIterableIterate. forEach(IntIterable iterable, IntProcedure procedure)
static void
IntIteratorIterate. forEach(IntIterator iterator, IntProcedure procedure)
-
Uses of IntProcedure in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type IntProcedure Modifier and Type Method Description static LazyIntIterable
LazyIntIterate. tap(IntIterable iterable, IntProcedure procedure)
Creates a deferred tap iterable for the specified iterable.
-