Uses of Interface
com.bc.ceres.binio.CollectionData
-
Packages that use CollectionData Package Description com.bc.ceres.binio The corebinioAPI.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 thebinioAPI. -
-
Uses of CollectionData in com.bc.ceres.binio
Subinterfaces of CollectionData in com.bc.ceres.binio Modifier and Type Interface Description interfaceCompoundDataA compound of members of any type.interfaceSequenceDataA sequence of elements of same type.Methods in com.bc.ceres.binio that return CollectionData Modifier and Type Method Description CollectionDataCollectionData. getParent()Methods in com.bc.ceres.binio with parameters of type CollectionData Modifier and Type Method Description SequenceTypeVarSequenceType. 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 intReferenceExpr. 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 voidDataPrinter. print(CollectionData data)
-