Uses of Interface
org.capnproto.StructBuilder.Factory
-
-
Uses of StructBuilder.Factory in org.capnproto
Classes in org.capnproto that implement StructBuilder.Factory Modifier and Type Class Description classStructFactory<Builder,Reader extends StructReader>Fields in org.capnproto declared as StructBuilder.Factory Modifier and Type Field Description StructBuilder.Factory<T>StructList.Builder. factoryMethods in org.capnproto with parameters of type StructBuilder.Factory Modifier and Type Method Description protected <T> TListBuilder. _getStructElement(StructBuilder.Factory<T> factory, int index)Constructors in org.capnproto with parameters of type StructBuilder.Factory Constructor Description Builder(StructBuilder.Factory<T> factory, SegmentBuilder segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)
-