|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.iface.QuadTree.Node
public static class QuadTree.Node
Quad-tree node.
| Field Summary | |
|---|---|
java.lang.Object |
data
Node's data ( Boolean, int[], double[], etc.). |
QuadTree.Node[] |
succ
Successors of the node. |
| Constructor Summary | |
|---|---|
QuadTree.Node()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object data
Boolean, int[], double[], etc.).
null can have special meaning - "outside" marker for example..
public QuadTree.Node[] succ
null for leaf node.
| Constructor Detail |
|---|
public QuadTree.Node()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||