org.mapdb / BTreeMap / BTreeIterator

BTreeIterator

abstract class BTreeIterator<K, V>


Constructors

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

Properties

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

Functions

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