Uses of Interface
com.bc.ceres.binio.CollectionData
-
Packages that use CollectionData Package Description com.bc.ceres.binio The corebinio
API.com.bc.ceres.binio.expr Contains interfaces and classes which shall enable users to describe their data formats using an interpreted language by constructing an evaluatable tree of expressions.com.bc.ceres.binio.util Utilities for thebinio
API. -
-
Uses of CollectionData in com.bc.ceres.binio
Subinterfaces of CollectionData in com.bc.ceres.binio Modifier and Type Interface Description interface
CompoundData
A compound of members of any type.interface
SequenceData
A sequence of elements of same type.Methods in com.bc.ceres.binio that return CollectionData Modifier and Type Method Description CollectionData
CollectionData. getParent()
Methods in com.bc.ceres.binio with parameters of type CollectionData Modifier and Type Method Description SequenceType
VarSequenceType. resolve(CollectionData parent)
-
Uses of CollectionData in com.bc.ceres.binio.expr
Methods in com.bc.ceres.binio.expr with parameters of type CollectionData Modifier and Type Method Description protected int
ReferenceExpr. getIndex(CollectionData parent)
-
Uses of CollectionData in com.bc.ceres.binio.util
Methods in com.bc.ceres.binio.util with parameters of type CollectionData Modifier and Type Method Description void
DataPrinter. print(CollectionData data)
-