org.neodatis.btree.tool
Class BTreeDisplay

java.lang.Object
  extended by org.neodatis.btree.tool.BTreeDisplay

public class BTreeDisplay
extends java.lang.Object

an utility to display a btree

Author:
osmadja

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

BTreeDisplay

public BTreeDisplay()
Method Detail

build

public java.lang.StringBuffer build(IBTree btree,
                                    boolean withIds)

build

public java.lang.StringBuffer build(IBTreeNode node,
                                    int height,
                                    boolean withIds)

getResult

public java.lang.StringBuffer getResult()