abstract class DescendingBoundIterator<K, V>
<init> |
DescendingBoundIterator(m: BTreeMap<K, V>, lo: K?, loInclusive: Boolean, hi: K?, hiInclusive: Boolean) |
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> |
advance |
fun advance(): Unit |
advanceNode |
fun advanceNode(): Unit |
checkLoBound |
fun checkLoBound(): Unit |
hasNext |
fun hasNext(): Boolean |
remove |
fun remove(): Unit |