|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.btree.tool.BTreeDisplay
public class BTreeDisplay
an utility to display a btree
Constructor Summary | |
---|---|
BTreeDisplay()
|
Method Summary | |
---|---|
java.lang.StringBuffer |
build(IBTree btree,
boolean withIds)
|
java.lang.StringBuffer |
build(IBTreeNode node,
int height,
boolean withIds)
|
java.lang.StringBuffer |
getResult()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTreeDisplay()
Method Detail |
---|
public java.lang.StringBuffer build(IBTree btree, boolean withIds)
public java.lang.StringBuffer build(IBTreeNode node, int height, boolean withIds)
public java.lang.StringBuffer getResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |