org.mapdb / BTreeMap / BTreeBoundIterator

BTreeBoundIterator

abstract class BTreeBoundIterator<K, V>


Constructors

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

Properties

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

Functions

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