Package org.openl.domain
Class IIntSelector.IntSelectIterator
java.lang.Object
org.openl.util.AOpenIterator<Integer>
org.openl.domain.AIntIterator
org.openl.domain.IIntSelector.IntSelectIterator
- All Implemented Interfaces:
Iterator<Integer>,IIntIterator,IOpenIterator<Integer>
- Enclosing interface:
IIntSelector
-
Field Summary
Fields inherited from class org.openl.util.AOpenIterator
EMPTY_ITERATORFields inherited from interface org.openl.util.IOpenIterator
UNKNOWN_SIZE -
Method Summary
Methods inherited from class org.openl.domain.AIntIterator
next, selectMethods inherited from class org.openl.util.AOpenIterator
empty, remove, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openl.util.IOpenIterator
sizeMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
public boolean hasNext() -
nextInt
public int nextInt() -
isResetable
public boolean isResetable()- Returns:
- true if iterator can be reset for repeated use
- See Also:
-
reset
public void reset()Description copied from interface:IIntIteratorresets iterator to it's initial state- See Also:
-