protected class NodeIterator
<init> |
NodeIterator(map: SortedTableMap<*, *>, pageOffset: Long, pageWithHeadOffset: Long, pageNodeCount: Long, node: Long) |
keysOffset |
fun keysOffset(): Long |
keysOffsetEnd |
fun keysOffsetEnd(): Long |
keysSize |
fun keysSize(): Int |
loadKeys |
fun loadKeys(): Array<Any> |
loadVals |
fun loadVals(keysSize: Int): Array<Any> |
moveToNext |
fun moveToNext(): Boolean |
moveToPrev |
fun moveToPrev(): Boolean |
valsOffset |
fun valsOffset(): Long |
valsOffsetEnd |
fun valsOffsetEnd(): Long |