org.mapdb / BTreeMap / DescendingIterator

DescendingIterator

abstract class DescendingIterator<K, V>


Constructors

<init> DescendingIterator(m: BTreeMap<K, V>)

Properties

currentLeaf var currentLeaf: Node?
currentPos var currentPos: Int
descLeafIter val descLeafIter: Iterator<Node>
lastReturnedKey var lastReturnedKey: K?
m val m: BTreeMap<K, V>

Functions

advance fun advance(): Unit
advanceNode fun advanceNode(): Unit
hasNext fun hasNext(): Boolean
remove fun remove(): Unit