Package org.symphonyoss.s2.canon.parser
Class ParserContext.ArrayIterator
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.ParserContext.ArrayIterator
-
- All Implemented Interfaces:
Iterator<ParserContext>
- Enclosing class:
- ParserContext
public class ParserContext.ArrayIterator extends Object implements Iterator<ParserContext>
-
-
Constructor Summary
Constructors Constructor Description ArrayIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ParserContextnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ParserContext>
-
next
public ParserContext next()
- Specified by:
nextin interfaceIterator<ParserContext>
-
-