Package org.openl.domain
Class AIntIterator
- All Implemented Interfaces:
Iterator<Integer>,IIntIterator,IOpenIterator<Integer>
- Direct Known Subclasses:
IIntSelector.IntSelectIterator,IntArrayIterator
- Author:
- snshor
-
Field Summary
Fields inherited from class org.openl.util.AOpenIterator
EMPTY_ITERATORFields inherited from interface org.openl.util.IOpenIterator
UNKNOWN_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods 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.domain.IIntIterator
isResetable, nextInt, resetMethods inherited from interface org.openl.util.IOpenIterator
sizeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
AIntIterator
public AIntIterator()
-
-
Method Details
-
next
-
select
- Specified by:
selectin interfaceIIntIterator
-