Class SingletonShortIterator
java.lang.Object
org.eclipse.collections.impl.iterator.SingletonShortIterator
- All Implemented Interfaces:
ShortIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SingletonShortIterator
public SingletonShortIterator(short value)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()- Specified by:
next
in interfaceShortIterator
-