Class DataValidationIndex

java.lang.Object
io.keikai.model.impl.DataValidationIndex
All Implemented Interfaces:
Serializable

public final class DataValidationIndex extends Object implements Serializable
Encapsulates the R-tree index used to look up AbstractDataValidationAdv instances by cell or region. The index is mutable from the caller's point of view but internally swaps a new persistent r-tree on every modification, matching the original SheetImpl behaviour.
Since:
7.0.0
See Also: