Package org.capnproto
Class StructList.Reader.Iterator
- java.lang.Object
-
- org.capnproto.StructList.Reader.Iterator
-
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- StructList.Reader<T>
public final class StructList.Reader.Iterator extends Object implements Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description intidxStructList.Reader<T>list
-
Constructor Summary
Constructors Constructor Description Iterator(StructList.Reader<T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()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 StructList.Reader<T> list
-
idx
public int idx
-
-
Constructor Detail
-
Iterator
public Iterator(StructList.Reader<T> list)
-
-