abstract class DescendingIterator<K, V>| <init> |
DescendingIterator(m: BTreeMap<K, V>) |
| currentLeaf |
var currentLeaf: Node? |
| currentPos |
var currentPos: Int |
| descLeafIter |
val descLeafIter: Iterator<Node> |
| lastReturnedKey |
var lastReturnedKey: K? |
| m |
val m: BTreeMap<K, V> |
| advance |
fun advance(): Unit |
| advanceNode |
fun advanceNode(): Unit |
| hasNext |
fun hasNext(): Boolean |
| remove |
fun remove(): Unit |