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 IntIteratorIntIterable. 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 interfaceMutableIntIteratorThis 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 IntIteratorImmutableIntEmptyBag. intIterator()IntIteratorImmutableIntHashBag. intIterator()IntIteratorImmutableIntSingletonBag. 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 classIntHashBag.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 classImmutableEmptyIntIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonIntIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableIntIteratorUnmodifiableIntIterator 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 IntIteratorUnmodifiableIntIterator. intIteratorConstructors 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 classReverseIntIterable.ReverseIntIteratorprivate static classSelectIntIterable.SelectIntIteratorstatic classTapIntIterable.TapIntIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as IntIterator Modifier and Type Field Description private IntIteratorChunkIntIterable.ChunkIntIterator. iteratorprivate IntIteratorFlatCollectIntToObjectIterable.FlatCollectIntIterator. iteratorprivate IntIteratorSelectIntIterable.SelectIntIterator. iteratorprivate IntIteratorTapIntIterable.TapIntIterator. iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return IntIterator Modifier and Type Method Description IntIteratorCollectBooleanToIntIterable. intIterator()IntIteratorCollectByteToIntIterable. intIterator()IntIteratorCollectCharToIntIterable. intIterator()IntIteratorCollectDoubleToIntIterable. intIterator()IntIteratorCollectFloatToIntIterable. intIterator()IntIteratorCollectIntIterable. intIterator()IntIteratorCollectIntToIntIterable. intIterator()IntIteratorCollectLongToIntIterable. intIterator()IntIteratorCollectShortToIntIterable. intIterator()IntIteratorLazyIntIterableAdapter. intIterator()IntIteratorReverseIntIterable. intIterator()IntIteratorSelectIntIterable. intIterator()IntIteratorTapIntIterable. 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 classImmutableIntArrayList.InternalIntIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return IntIterator Modifier and Type Method Description IntIteratorImmutableIntArrayList. intIterator()IntIteratorImmutableIntEmptyList. intIterator()IntIteratorImmutableIntSingletonList. 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 classIntArrayList.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 classIntInterval.IntIntervalIteratorMethods in org.eclipse.collections.impl.list.primitive that return IntIterator Modifier and Type Method Description IntIteratorIntInterval. 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 IntIteratorImmutableByteIntEmptyMap. intIterator()IntIteratorImmutableByteIntHashMap. intIterator()IntIteratorImmutableByteIntSingletonMap. intIterator()IntIteratorImmutableCharIntEmptyMap. intIterator()IntIteratorImmutableCharIntHashMap. intIterator()IntIteratorImmutableCharIntSingletonMap. intIterator()IntIteratorImmutableDoubleIntEmptyMap. intIterator()IntIteratorImmutableDoubleIntHashMap. intIterator()IntIteratorImmutableDoubleIntSingletonMap. intIterator()IntIteratorImmutableFloatIntEmptyMap. intIterator()IntIteratorImmutableFloatIntHashMap. intIterator()IntIteratorImmutableFloatIntSingletonMap. intIterator()IntIteratorImmutableIntIntEmptyMap. intIterator()IntIteratorImmutableIntIntHashMap. intIterator()IntIteratorImmutableIntIntSingletonMap. intIterator()IntIteratorImmutableLongIntEmptyMap. intIterator()IntIteratorImmutableLongIntHashMap. intIterator()IntIteratorImmutableLongIntSingletonMap. intIterator()IntIteratorImmutableObjectIntEmptyMap. intIterator()IntIteratorImmutableObjectIntHashMap. intIterator()IntIteratorImmutableObjectIntSingletonMap. intIterator()IntIteratorImmutableShortIntEmptyMap. intIterator()IntIteratorImmutableShortIntHashMap. intIterator()IntIteratorImmutableShortIntSingletonMap. 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 IntIteratorImmutableIntIntMapKeySet. intIterator()IntIteratorImmutableIntMapKeySet. intIterator()IntIteratorIntBooleanHashMap.KeysView. intIterator()IntIteratorIntByteHashMap.KeysView. intIterator()IntIteratorIntCharHashMap.KeysView. intIterator()IntIteratorIntDoubleHashMap.KeysView. intIterator()IntIteratorIntFloatHashMap.KeysView. intIterator()IntIteratorIntIntHashMap.KeysView. intIterator()IntIteratorIntLongHashMap.KeysView. intIterator()IntIteratorIntObjectHashMap.KeysView. intIterator()IntIteratorIntShortHashMap.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 IntIteratorSynchronizedIntIterable. 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 IntIteratorImmutableIntEmptySet. intIterator()IntIteratorImmutableIntSingletonSet. 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 classIntHashSet.ImmutableIntHashSet.InternalIntIteratorprivate classIntHashSet.InternalIntIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return IntIterator Modifier and Type Method Description IntIteratorIntHashSet.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 IntIteratorImmutableIntEmptyStack. intIterator()IntIteratorImmutableIntSingletonStack. 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 IntIteratorSynchronizedIntStack. intIterator()Must be called in a synchronized block.IntIteratorUnmodifiableIntStack. 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 IntIteratorAbstractIntStack. 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 classCodePointAdapter.InternalIntIteratorMethods in org.eclipse.collections.impl.string.immutable that return IntIterator Modifier and Type Method Description IntIteratorCodePointAdapter. intIterator()IntIteratorCodePointList. 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 booleanIntIteratorIterate. allSatisfy(IntIterator iterator, IntPredicate predicate)static booleanIntIteratorIterate. anySatisfy(IntIterator iterator, IntPredicate predicate)static <V,R extends java.util.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)
-