Uses of Interface
org.eclipse.collections.api.iterator.MutableIntIterator
-
Packages that use MutableIntIterator Package Description org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection 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.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list 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.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of MutableIntIterator in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorMutableIntCollection. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorMutableIntValuesMap. intIterator()MutableIntIteratorMutableObjectIntMap. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableIntIterator Modifier and Type Class Description private classIntHashBag.InternalIteratorFields in org.eclipse.collections.impl.bag.mutable.primitive declared as MutableIntIterator Modifier and Type Field Description private MutableIntIteratorIntHashBag.InternalIterator. intIteratorMethods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorIntHashBag. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorAbstractSynchronizedIntCollection. intIterator()Must be called in a synchronized block.MutableIntIteratorAbstractUnmodifiableIntCollection. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement MutableIntIterator Modifier and Type Class Description classUnmodifiableIntIteratorUnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove. -
Uses of MutableIntIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableIntIterator Modifier and Type Class Description private classIntArrayList.InternalIntIteratorMethods in org.eclipse.collections.impl.list.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorIntArrayList. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorByteIntHashMap. intIterator()MutableIntIteratorByteIntHashMap.ValuesCollection. intIterator()MutableIntIteratorCharIntHashMap. intIterator()MutableIntIteratorCharIntHashMap.ValuesCollection. intIterator()MutableIntIteratorDoubleIntHashMap. intIterator()MutableIntIteratorDoubleIntHashMap.ValuesCollection. intIterator()MutableIntIteratorFloatIntHashMap. intIterator()MutableIntIteratorFloatIntHashMap.ValuesCollection. intIterator()MutableIntIteratorIntBooleanHashMap.KeySet. intIterator()MutableIntIteratorIntByteHashMap.KeySet. intIterator()MutableIntIteratorIntCharHashMap.KeySet. intIterator()MutableIntIteratorIntDoubleHashMap.KeySet. intIterator()MutableIntIteratorIntFloatHashMap.KeySet. intIterator()MutableIntIteratorIntIntHashMap. intIterator()MutableIntIteratorIntIntHashMap.KeySet. intIterator()MutableIntIteratorIntIntHashMap.ValuesCollection. intIterator()MutableIntIteratorIntLongHashMap.KeySet. intIterator()MutableIntIteratorIntObjectHashMap.KeySet. intIterator()MutableIntIteratorIntShortHashMap.KeySet. intIterator()MutableIntIteratorLongIntHashMap. intIterator()MutableIntIteratorLongIntHashMap.ValuesCollection. intIterator()MutableIntIteratorObjectIntHashMap. intIterator()MutableIntIteratorObjectIntHashMap.ValuesCollection. intIterator()MutableIntIteratorObjectIntHashMapWithHashingStrategy. intIterator()MutableIntIteratorObjectIntHashMapWithHashingStrategy.ValuesCollection. intIterator()MutableIntIteratorShortIntHashMap. intIterator()MutableIntIteratorShortIntHashMap.ValuesCollection. intIterator()MutableIntIteratorSynchronizedByteIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedCharIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedDoubleIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedFloatIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedIntIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedLongIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorSynchronizedObjectIntMap. intIterator()Must be called in a synchronized block.MutableIntIteratorSynchronizedShortIntMap. intIterator()This must be manually synchronized by the developer.MutableIntIteratorUnmodifiableByteIntMap. intIterator()MutableIntIteratorUnmodifiableCharIntMap. intIterator()MutableIntIteratorUnmodifiableDoubleIntMap. intIterator()MutableIntIteratorUnmodifiableFloatIntMap. intIterator()MutableIntIteratorUnmodifiableIntIntMap. intIterator()MutableIntIteratorUnmodifiableLongIntMap. intIterator()MutableIntIteratorUnmodifiableObjectIntMap. intIterator()MutableIntIteratorUnmodifiableShortIntMap. intIterator() -
Uses of MutableIntIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableIntIterator Modifier and Type Class Description private classIntHashSet.InternalIntIteratorFields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableIntIterator Modifier and Type Field Description private MutableIntIteratorBoxedMutableIntSet.BoxedPrimitiveIntSetIterator. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorIntHashSet. intIterator()Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableIntIterator Constructor Description BoxedPrimitiveIntSetIterator(MutableIntIterator iterator)
-