Package org.capnproto
Class StructList.Reader<T>
- java.lang.Object
-
- org.capnproto.ListReader
-
- org.capnproto.StructList.Reader<T>
-
- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
- StructList
public static final class StructList.Reader<T> extends ListReader implements Iterable<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStructList.Reader.Iterator-
Nested classes/interfaces inherited from class org.capnproto.ListReader
ListReader.Factory<T>
-
-
Field Summary
Fields Modifier and Type Field Description StructReader.Factory<T>factory
-
Constructor Summary
Constructors Constructor Description Reader(StructReader.Factory<T> factory, SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget(int index)Iterator<T>iterator()-
Methods inherited from class org.capnproto.ListReader
_getBooleanElement, _getByteElement, _getDoubleElement, _getFloatElement, _getIntElement, _getLongElement, _getPointerElement, _getPointerElement, _getShortElement, _getStructElement, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
factory
public final StructReader.Factory<T> factory
-
-
Constructor Detail
-
Reader
public Reader(StructReader.Factory<T> factory, SegmentReader segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
-
-