Uses of Interface
org.eclipse.collections.api.iterator.IntIterator
Packages that use IntIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of IntIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return IntIteratorModifier and TypeMethodDescriptionIntIterable.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.iteratorModifier and TypeInterfaceDescriptioninterfaceThis 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 IntIteratorModifier and TypeMethodDescriptionImmutableIntEmptyBag.intIterator()ImmutableIntHashBag.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 -
Uses of IntIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement IntIteratorModifier and TypeClassDescriptionfinal classThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final classThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as IntIteratorConstructors in org.eclipse.collections.impl.iterator with parameters of type IntIterator -
Uses of IntIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement IntIteratorModifier and TypeClassDescriptionprivate classprivate static final classstatic classFields in org.eclipse.collections.impl.lazy.primitive declared as IntIteratorModifier and TypeFieldDescriptionprivate final IntIteratorChunkIntIterable.ChunkIntIterator.iteratorprivate final IntIteratorFlatCollectIntToObjectIterable.FlatCollectIntIterator.iteratorprivate final IntIteratorSelectIntIterable.SelectIntIterator.iteratorprivate final IntIteratorTapIntIterable.TapIntIterator.iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return IntIteratorModifier and TypeMethodDescriptionCollectBooleanToIntIterable.intIterator()CollectByteToIntIterable.intIterator()CollectCharToIntIterable.intIterator()CollectDoubleToIntIterable.intIterator()CollectFloatToIntIterable.intIterator()CollectIntIterable.intIterator()CollectIntToIntIterable.intIterator()CollectLongToIntIterable.intIterator()CollectShortToIntIterable.intIterator()LazyIntIterableAdapter.intIterator()ReverseIntIterable.intIterator()SelectIntIterable.intIterator()TapIntIterable.intIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntIteratorModifierConstructorDescriptionFlatCollectIntIterator(IntIterator newIterator, IntToObjectFunction<? extends Iterable<V>> newFunction) privateSelectIntIterator(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 IntIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return IntIteratorModifier and TypeMethodDescriptionImmutableIntArrayList.intIterator()ImmutableIntEmptyList.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 -
Uses of IntIterator in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement IntIteratorMethods in org.eclipse.collections.impl.list.primitive that return IntIterator -
Uses of IntIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return IntIteratorModifier and TypeMethodDescriptionImmutableByteIntEmptyMap.intIterator()ImmutableByteIntHashMap.intIterator()ImmutableByteIntSingletonMap.intIterator()ImmutableCharIntEmptyMap.intIterator()ImmutableCharIntHashMap.intIterator()ImmutableCharIntSingletonMap.intIterator()ImmutableDoubleIntEmptyMap.intIterator()ImmutableDoubleIntHashMap.intIterator()ImmutableDoubleIntSingletonMap.intIterator()ImmutableFloatIntEmptyMap.intIterator()ImmutableFloatIntHashMap.intIterator()ImmutableFloatIntSingletonMap.intIterator()ImmutableIntIntEmptyMap.intIterator()ImmutableIntIntHashMap.intIterator()ImmutableIntIntSingletonMap.intIterator()ImmutableLongIntEmptyMap.intIterator()ImmutableLongIntHashMap.intIterator()ImmutableLongIntSingletonMap.intIterator()ImmutableObjectIntEmptyMap.intIterator()ImmutableObjectIntHashMap.intIterator()ImmutableObjectIntSingletonMap.intIterator()ImmutableShortIntEmptyMap.intIterator()ImmutableShortIntHashMap.intIterator()ImmutableShortIntSingletonMap.intIterator() -
Uses of IntIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntIteratorModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return IntIteratorModifier and TypeMethodDescriptionImmutableIntIntMapKeySet.intIterator()ImmutableIntMapKeySet.intIterator()IntBooleanHashMap.KeysView.intIterator()IntByteHashMap.KeysView.intIterator()IntCharHashMap.KeysView.intIterator()IntDoubleHashMap.KeysView.intIterator()IntFloatHashMap.KeysView.intIterator()IntIntHashMap.KeysView.intIterator()IntLongHashMap.KeysView.intIterator()IntObjectHashMap.KeysView.intIterator()IntShortHashMap.KeysView.intIterator() -
Uses of IntIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return IntIteratorModifier and TypeMethodDescriptionSynchronizedIntIterable.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 IntIteratorModifier and TypeMethodDescriptionImmutableIntEmptySet.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 IntIteratorModifier and TypeClassDescriptionprivate classprivate classMethods in org.eclipse.collections.impl.set.mutable.primitive that return IntIterator -
Uses of IntIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return IntIteratorModifier and TypeMethodDescriptionImmutableIntEmptyStack.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 IntIteratorModifier and TypeMethodDescriptionSynchronizedIntStack.intIterator()Must be called in a synchronized block.UnmodifiableIntStack.intIterator() -
Uses of IntIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return IntIterator -
Uses of IntIterator in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement IntIteratorMethods in org.eclipse.collections.impl.string.immutable that return 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 IntIteratorModifier and TypeMethodDescriptionstatic booleanIntIteratorIterate.allSatisfy(IntIterator iterator, IntPredicate predicate) static booleanIntIteratorIterate.anySatisfy(IntIterator iterator, IntPredicate predicate) static <V, R extends Collection<V>>
RIntIteratorIterate.collect(IntIterator iterator, IntToObjectFunction<? extends V> function, R targetCollection) static intIntIteratorIterate.count(IntIterator iterator, IntPredicate predicate) static intIntIteratorIterate.detectIfNone(IntIterator iterator, IntPredicate predicate, int ifNone) static voidIntIteratorIterate.forEach(IntIterator iterator, IntProcedure procedure) static <T> TIntIteratorIterate.injectInto(IntIterator iterator, T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) static intIntIteratorIterate.max(IntIterator iterator) static intIntIteratorIterate.min(IntIterator iterator) static booleanIntIteratorIterate.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 longIntIteratorIterate.sum(IntIterator iterator)