Uses of Interface
org.eclipse.collections.api.iterator.IntIterator
-
Packages that use IntIterator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.iterator This package contains primitive iterator 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.iterator org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.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.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 -
-
Uses of IntIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return IntIterator Modifier and Type Method Description IntIterator
IntIterable. intIterator()
Returns a primitive iterator that can be used to iterate over the IntIterable in an imperative style. -
Uses of IntIterator in org.eclipse.collections.api.iterator
Subinterfaces of IntIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interface
MutableIntIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of IntIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableIntEmptyBag. intIterator()
IntIterator
ImmutableIntHashBag. intIterator()
IntIterator
ImmutableIntSingletonBag. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement IntIterator Modifier and Type Class Description private class
IntHashBag.InternalIterator
-
Uses of IntIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement IntIterator Modifier and Type Class Description class
ImmutableEmptyIntIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonIntIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableIntIterator
UnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as IntIterator Modifier and Type Field Description private IntIterator
UnmodifiableIntIterator. intIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type IntIterator Constructor Description UnmodifiableIntIterator(IntIterator intIterator)
-
Uses of IntIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement IntIterator Modifier and Type Class Description private class
ReverseIntIterable.ReverseIntIterator
private static class
SelectIntIterable.SelectIntIterator
static class
TapIntIterable.TapIntIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as IntIterator Modifier and Type Field Description private IntIterator
ChunkIntIterable.ChunkIntIterator. iterator
private IntIterator
FlatCollectIntToObjectIterable.FlatCollectIntIterator. iterator
private IntIterator
SelectIntIterable.SelectIntIterator. iterator
private IntIterator
TapIntIterable.TapIntIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return IntIterator Modifier and Type Method Description IntIterator
CollectBooleanToIntIterable. intIterator()
IntIterator
CollectByteToIntIterable. intIterator()
IntIterator
CollectCharToIntIterable. intIterator()
IntIterator
CollectDoubleToIntIterable. intIterator()
IntIterator
CollectFloatToIntIterable. intIterator()
IntIterator
CollectIntIterable. intIterator()
IntIterator
CollectIntToIntIterable. intIterator()
IntIterator
CollectLongToIntIterable. intIterator()
IntIterator
CollectShortToIntIterable. intIterator()
IntIterator
LazyIntIterableAdapter. intIterator()
IntIterator
ReverseIntIterable. intIterator()
IntIterator
SelectIntIterable. intIterator()
IntIterator
TapIntIterable. intIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntIterator Constructor Description FlatCollectIntIterator(IntIterator newIterator, IntToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
SelectIntIterator(IntIterator iterator, IntPredicate predicate)
TapIntIterator(IntIterator iterator, IntProcedure procedure)
-
Uses of IntIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement IntIterator Modifier and Type Class Description private class
ImmutableIntArrayList.InternalIntIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableIntArrayList. intIterator()
IntIterator
ImmutableIntEmptyList. intIterator()
IntIterator
ImmutableIntSingletonList. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement IntIterator Modifier and Type Class Description private class
IntArrayList.InternalIntIterator
-
Uses of IntIterator in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement IntIterator Modifier and Type Class Description private class
IntInterval.IntIntervalIterator
Methods in org.eclipse.collections.impl.list.primitive that return IntIterator Modifier and Type Method Description IntIterator
IntInterval. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableByteIntEmptyMap. intIterator()
IntIterator
ImmutableByteIntHashMap. intIterator()
IntIterator
ImmutableByteIntSingletonMap. intIterator()
IntIterator
ImmutableCharIntEmptyMap. intIterator()
IntIterator
ImmutableCharIntHashMap. intIterator()
IntIterator
ImmutableCharIntSingletonMap. intIterator()
IntIterator
ImmutableDoubleIntEmptyMap. intIterator()
IntIterator
ImmutableDoubleIntHashMap. intIterator()
IntIterator
ImmutableDoubleIntSingletonMap. intIterator()
IntIterator
ImmutableFloatIntEmptyMap. intIterator()
IntIterator
ImmutableFloatIntHashMap. intIterator()
IntIterator
ImmutableFloatIntSingletonMap. intIterator()
IntIterator
ImmutableIntIntEmptyMap. intIterator()
IntIterator
ImmutableIntIntHashMap. intIterator()
IntIterator
ImmutableIntIntSingletonMap. intIterator()
IntIterator
ImmutableLongIntEmptyMap. intIterator()
IntIterator
ImmutableLongIntHashMap. intIterator()
IntIterator
ImmutableLongIntSingletonMap. intIterator()
IntIterator
ImmutableObjectIntEmptyMap. intIterator()
IntIterator
ImmutableObjectIntHashMap. intIterator()
IntIterator
ImmutableObjectIntSingletonMap. intIterator()
IntIterator
ImmutableShortIntEmptyMap. intIterator()
IntIterator
ImmutableShortIntHashMap. intIterator()
IntIterator
ImmutableShortIntSingletonMap. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableIntIntMapKeySet. intIterator()
IntIterator
ImmutableIntMapKeySet. intIterator()
IntIterator
IntBooleanHashMap.KeysView. intIterator()
IntIterator
IntByteHashMap.KeysView. intIterator()
IntIterator
IntCharHashMap.KeysView. intIterator()
IntIterator
IntDoubleHashMap.KeysView. intIterator()
IntIterator
IntFloatHashMap.KeysView. intIterator()
IntIterator
IntIntHashMap.KeysView. intIterator()
IntIterator
IntLongHashMap.KeysView. intIterator()
IntIterator
IntObjectHashMap.KeysView. intIterator()
IntIterator
IntShortHashMap.KeysView. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return IntIterator Modifier and Type Method Description IntIterator
SynchronizedIntIterable. intIterator()
Must be called in a synchronized block. -
Uses of IntIterator in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableIntEmptySet. intIterator()
IntIterator
ImmutableIntSingletonSet. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement IntIterator Modifier and Type Class Description private class
IntHashSet.ImmutableIntHashSet.InternalIntIterator
private class
IntHashSet.InternalIntIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
IntHashSet.ImmutableIntHashSet. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
ImmutableIntEmptyStack. intIterator()
IntIterator
ImmutableIntSingletonStack. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return IntIterator Modifier and Type Method Description IntIterator
SynchronizedIntStack. intIterator()
Must be called in a synchronized block.IntIterator
UnmodifiableIntStack. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return IntIterator Modifier and Type Method Description IntIterator
AbstractIntStack. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement IntIterator Modifier and Type Class Description private class
CodePointAdapter.InternalIntIterator
Methods in org.eclipse.collections.impl.string.immutable that return IntIterator Modifier and Type Method Description IntIterator
CodePointAdapter. intIterator()
IntIterator
CodePointList. intIterator()
-
Uses of IntIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type IntIterator Modifier and Type Method Description static boolean
IntIteratorIterate. allSatisfy(IntIterator iterator, IntPredicate predicate)
static boolean
IntIteratorIterate. anySatisfy(IntIterator iterator, IntPredicate predicate)
static <V,R extends java.util.Collection<V>>
RIntIteratorIterate. collect(IntIterator iterator, IntToObjectFunction<? extends V> function, R targetCollection)
static int
IntIteratorIterate. count(IntIterator iterator, IntPredicate predicate)
static int
IntIteratorIterate. detectIfNone(IntIterator iterator, IntPredicate predicate, int ifNone)
static void
IntIteratorIterate. forEach(IntIterator iterator, IntProcedure procedure)
static <T> T
IntIteratorIterate. injectInto(IntIterator iterator, T injectedValue, ObjectIntToObjectFunction<? super T,? extends T> function)
static int
IntIteratorIterate. max(IntIterator iterator)
static int
IntIteratorIterate. min(IntIterator iterator)
static boolean
IntIteratorIterate. noneSatisfy(IntIterator iterator, IntPredicate predicate)
static <R extends MutableIntCollection>
RIntIteratorIterate. reject(IntIterator iterator, IntPredicate predicate, R targetCollection)
static <R extends MutableIntCollection>
RIntIteratorIterate. select(IntIterator iterator, IntPredicate predicate, R targetCollection)
static long
IntIteratorIterate. sum(IntIterator iterator)
-