Uses of Interface
org.eclipse.collections.api.iterator.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
Methods 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
Methods 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()MutableIntIteratorCharIntHashMap. intIterator()MutableIntIteratorDoubleIntHashMap. intIterator()MutableIntIteratorFloatIntHashMap. intIterator()MutableIntIteratorIntIntHashMap. intIterator()MutableIntIteratorLongIntHashMap. intIterator()MutableIntIteratorObjectIntHashMap. intIterator()MutableIntIteratorObjectIntHashMapWithHashingStrategy. intIterator()MutableIntIteratorShortIntHashMap. 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
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableIntIterator Modifier and Type Method Description MutableIntIteratorIntHashSet. intIterator()