| Package | Description |
|---|---|
| org.xbup.io.stream.buffer | |
| org.xbup.io.tree |
| Modifier and Type | Method and Description |
|---|---|
XBTreeNode |
XBOMOutputStream.getTreeNode() |
| Constructor and Description |
|---|
XBOMOutputStream(XBTreeNode treeNode)
Creates a new instance of XBOMOutputStream
|
| Modifier and Type | Method and Description |
|---|---|
XBTreeNode |
XBTreeNode.clone() |
XBTreeNode |
XBTreeNode.clone(boolean recursive) |
XBTreeNode |
XBTree.findNodeByIndex(long index) |
XBTreeNode |
XBTreeNode.findNodeByIndex(long index)
Find Node on given depth-first order index (recursive, no cache)
|
XBTreeNode |
XBTreeNode.getChildAt(int childIndex) |
XBTreeNode |
XBTreeNode.getParent() |
XBTreeNode |
XBTree.getRootBlock() |
XBTreeNode |
XBTree.newNodeInstance(XBTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
XBTreeNode |
XBTreeNode.newNodeInstance(XBTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
| Modifier and Type | Method and Description |
|---|---|
XBTreeNode |
XBTree.newNodeInstance(XBTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
XBTreeNode |
XBTreeNode.newNodeInstance(XBTreeNode parent)
TODO: This is stub, because I'm to lazy to think about proper solution
|
void |
XBTree.setRootBlock(XBTreeNode rootNode) |
| Constructor and Description |
|---|
XBTreeNode.MyXBListener(XBTreeNode target,
boolean recursive) |
XBTreeNode(XBTreeNode parent)
Creates a new instance of XBTreeNode.
|