Class Resolver.Stack.Sequence
java.lang.Object
org.simpleframework.xml.util.Resolver.Stack.Sequence
- All Implemented Interfaces:
Iterator<M>
- Enclosing class:
Resolver.Stack
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intThe cursor used to acquire objects from the stack. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
cursor
private int cursorThe cursor used to acquire objects from the stack.
-
-
Constructor Details
-
Sequence
public Sequence()Constructor for theSequenceobject. This is used to position the cursor at the end of the list so the first inserted match is the first returned from this.
-
-
Method Details
-
next
-
hasNext
-
remove
-