Uses of Interface
com.bc.ceres.binio.SequenceType
-
Packages that use SequenceType Package Description com.bc.ceres.binio The corebinioAPI. -
-
Uses of SequenceType in com.bc.ceres.binio
Subinterfaces of SequenceType in com.bc.ceres.binio Modifier and Type Interface Description interfaceVarSequenceTypeMethods in com.bc.ceres.binio that return SequenceType Modifier and Type Method Description SequenceTypeSequenceData. getType()SequenceTypeVarSequenceType. resolve(CollectionData parent)static SequenceTypeTypeBuilder. SEQUENCE(Type elementType, int elementCount)Creates a sequence type for the given element type and count.
-