Class AbstractIndex

  • All Implemented Interfaces:
    Index, MutableIndex
    Direct Known Subclasses:
    IntervalTreeIndex, LinearIndex

    public abstract class AbstractIndex
    extends Object
    implements MutableIndex

    An abstract implementation of the index class. This class takes care of the basics that are common to all of the current indexing classes; including the version information, common header properties, and reading and writing the header to disk.