Class BoxedMutableShortSet.BoxedPrimitiveShortSetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.primitive.BoxedMutableShortSet.BoxedPrimitiveShortSetIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Short>
- Enclosing class:
- BoxedMutableShortSet
private static final class BoxedMutableShortSet.BoxedPrimitiveShortSetIterator extends java.lang.Object implements java.util.Iterator<java.lang.Short>
-
-
Field Summary
Fields Modifier and Type Field Description private MutableShortIteratordelegate
-
Constructor Summary
Constructors Modifier Constructor Description privateBoxedPrimitiveShortSetIterator(MutableShortIterator iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Shortnext()
-
-
-
Field Detail
-
delegate
private final MutableShortIterator delegate
-
-
Constructor Detail
-
BoxedPrimitiveShortSetIterator
private BoxedPrimitiveShortSetIterator(MutableShortIterator iterator)
-
-