public static class AbstractDataSet
extends java.lang.Object
Abstract class to simplify defining datasets. This handles the
properties for implementations, and they
need only implement rank, and override the corresponding value and length
methods.
- See Also:
- Serialized Form