Interface MutableIndex

All Superinterfaces:
Index
All Known Implementing Classes:
AbstractIndex, IntervalTreeIndex, LinearIndex

public interface MutableIndex extends Index
Some Index implementations can be modified in memory. Also, properties do not make sense for all index types. Only the relevant index implementations implement this interface.
  • Method Details