org.mapdb / BTreeMap / DescendingBoundIterator

DescendingBoundIterator

abstract class DescendingBoundIterator<K, V>


Constructors

<init> DescendingBoundIterator(m: BTreeMap<K, V>, lo: K?, loInclusive: Boolean, hi: K?, hiInclusive: Boolean)

Properties

currentLeaf var currentLeaf: Node?
currentPos var currentPos: Int
descLeafIter val descLeafIter: Iterator<Node>
hi val hi: K?
hiInclusive val hiInclusive: Boolean
lastReturnedKey var lastReturnedKey: K?
lo val lo: K?
loC val loC: Int
loInclusive val loInclusive: Boolean
m val m: BTreeMap<K, V>

Functions

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