Package com.bc.ceres.binio
Interface SequenceType
-
- All Superinterfaces:
CollectionType,Type
- All Known Subinterfaces:
VarSequenceType
public interface SequenceType extends CollectionType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetElementCount()TypegetElementType()-
Methods inherited from interface com.bc.ceres.binio.Type
getName, getSize, isCollectionType, isCompoundType, isSequenceType, isSimpleType, isSizeKnown
-
-
-
-
Method Detail
-
getElementType
Type getElementType()
-
getElementCount
int getElementCount()
-
-