Class BoxedMutableIntSet.BoxedPrimitiveIntSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.BoxedMutableIntSet.BoxedPrimitiveIntSetIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Integer>
- Enclosing class:
- BoxedMutableIntSet
private static final class BoxedMutableIntSet.BoxedPrimitiveIntSetIterator extends java.lang.Object implements java.util.Iterator<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private MutableIntIteratordelegate
-
Constructor Summary
Constructors Modifier Constructor Description privateBoxedPrimitiveIntSetIterator(MutableIntIterator iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Integernext()
-
-
-
Field Detail
-
delegate
private final MutableIntIterator delegate
-
-
Constructor Detail
-
BoxedPrimitiveIntSetIterator
private BoxedPrimitiveIntSetIterator(MutableIntIterator iterator)
-
-