public static class BoxTree.BoxNode<T extends BoxTree.BoxItem<?>> extends TreeNode<BoxTree.BoxNode<T>,T>
int
x1
x2
y1
y2
child00, child01, child10, child11, item, parent
BoxNode()
java.lang.String
toString()
child, isRoot, parent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int x1
public int x2
public int y1
public int y2
public BoxNode()
public java.lang.String toString()
toString
java.lang.Object