Package org.capnproto
Class TextList.Reader.Iterator
- java.lang.Object
-
- org.capnproto.TextList.Reader.Iterator
-
- All Implemented Interfaces:
Iterator<Text.Reader>
- Enclosing class:
- TextList.Reader
public static final class TextList.Reader.Iterator extends Object implements Iterator<Text.Reader>
-
-
Field Summary
Fields Modifier and Type Field Description intidxTextList.Readerlist
-
Constructor Summary
Constructors Constructor Description Iterator(TextList.Reader list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Text.Readernext()voidremove()-
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
-
-
-
-
Field Detail
-
list
public TextList.Reader list
-
idx
public int idx
-
-
Constructor Detail
-
Iterator
public Iterator(TextList.Reader list)
-
-
Method Detail
-
next
public Text.Reader next()
- Specified by:
nextin interfaceIterator<Text.Reader>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Text.Reader>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<Text.Reader>
-
-