|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.wfs.filters.BinaryTree.Node
public class BinaryTree.Node
This class represents a binary tree node.
| Method Summary | |
|---|---|
BinaryTree.Node |
getLeftNode()
|
BinaryTree.Node |
getRigthNode()
|
java.lang.String |
getValue()
|
boolean |
isField()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isField()
public BinaryTree.Node getLeftNode()
public BinaryTree.Node getRigthNode()
public java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||