- Enclosing class:
- DeletionInfo
public class DeletionInfo.InOrderTester
extends java.lang.Object
This object allow testing whether a given column (name/timestamp) is deleted
or not by this DeletionInfo, assuming that the columns given to this
object are passed in forward or reversed comparator sorted order.
This is more efficient that calling DeletionInfo.isDeleted() repeatedly
in that case.