class FlatTree::Iterator
- FlatTree::Iterator
- Reference
- Object
Defined in:
iterator.crConstructors
Instance Method Summary
- #contains(i : UInt64)
- #factor : UInt64
- #factor=(factor : UInt64)
- #full_root(i : UInt64)
- #index : UInt64
- #index=(index : UInt64)
-
#is_left
Is the iterator at a left sibling?
-
#is_right
Is the iterator at a right sibling?
-
#left_child
Move the iterator to the current left child index.
-
#left_span
Move the iterator to the current left span index.
-
#next
Move the iterator the next item in the tree.
- #next_tree
- #offset : UInt64
- #offset=(offset : UInt64)
-
#parent
Move the iterator to the current parent index
-
#prev
Move the iterator the prev item in the tree.
- #prev_tree
-
#right_child
Move the iterator to the current right child index.
-
#right_span
Move the iterator to the current right span index.
-
#seek(i : UInt64)
Move the iterator the this specific tree index.
-
#sibling
Move the iterator to the current sibling