Class ImmutableArrayBag.ArrayBagIterator
java.lang.Object
org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag.ArrayBagIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ImmutableArrayBag<T>
-
Field Details
-
position
private int position -
remainingOccurrences
private int remainingOccurrences
-
-
Constructor Details
-
ArrayBagIterator
private ArrayBagIterator()
-
-
Method Details