Uses of Class
org.capnproto.ListFactory
-
-
Uses of ListFactory in org.capnproto
Subclasses of ListFactory in org.capnproto Modifier and Type Class Description static classDataList.Factorystatic classEnumList.Factory<T extends Enum>static classListList.Factory<ElementBuilder,ElementReader extends ListReader>static classPrimitiveList.Boolean.Factorystatic classPrimitiveList.Byte.Factorystatic classPrimitiveList.Double.Factorystatic classPrimitiveList.Float.Factorystatic classPrimitiveList.Int.Factorystatic classPrimitiveList.Long.Factorystatic classPrimitiveList.Short.Factorystatic classPrimitiveList.Void.Factorystatic classStructList.Factory<ElementBuilder extends StructBuilder,ElementReader extends StructReader>static classTextList.FactoryFields in org.capnproto declared as ListFactory Modifier and Type Field Description ListFactory<ElementBuilder,ElementReader>ListList.Factory. factoryMethods in org.capnproto with parameters of type ListFactory Modifier and Type Method Description <U extends ListReader>
ListList.Reader<U>ListList.Builder. asReader(ListFactory<T,U> factor)Constructors in org.capnproto with parameters of type ListFactory Constructor Description Builder(ListFactory<T,?> factory, SegmentBuilder segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount)Factory(ListFactory<ElementBuilder,ElementReader> factory)
-