Class TombstoneSkippingIterator<K extends Comparable<K>,V>

java.lang.Object
com.usatiuk.objects.iterators.ReversibleKvIterator<K,V>
com.usatiuk.objects.iterators.TombstoneSkippingIterator<K,V>
Type Parameters:
K - the type of the keys
V - the type of the values
All Implemented Interfaces:
CloseableKvIterator<K,V>, AutoCloseable, Iterator<org.apache.commons.lang3.tuple.Pair<K,V>>

public class TombstoneSkippingIterator<K extends Comparable<K>,V> extends ReversibleKvIterator<K,V>
A key-value iterator that skips tombstones.