Class ImmutableArrayBag.ArrayBagIterator
- java.lang.Object
-
- org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag.ArrayBagIterator
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- ImmutableArrayBag<T>
private final class ImmutableArrayBag.ArrayBagIterator extends java.lang.Object implements java.util.Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description private int
position
private int
remainingOccurrences
-
Constructor Summary
Constructors Modifier Constructor Description private
ArrayBagIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-