- Enclosing class:
- RangeTombstoneList
public class RangeTombstoneList.InOrderTester
extends java.lang.Object
This object allow testing whether a given column (name/timestamp) is deleted
or not by this RangeTombstoneList, assuming that the column given to this
object are passed in (comparator) sorted order.
This is more efficient that calling RangeTombstoneList.isDeleted() repeatedly
in that case since we're able to take the sorted nature of the RangeTombstoneList
into account.