Class ReversedKvIterator<K extends Comparable<? super K>,V>

java.lang.Object
com.usatiuk.objects.iterators.ReversedKvIterator<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 ReversedKvIterator<K extends Comparable<? super K>,V> extends Object implements CloseableKvIterator<K,V>
A wrapper for a key-value iterator that iterates in reverse order.