Class BinaryTree.Node
java.lang.Object
org.gvsig.remoteclient.wfs.filters.BinaryTree.Node
- Enclosing class:
BinaryTree
This class represents a binary tree node.
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Method Details
-
isField
public boolean isField() -
getLeftNode
- Returns:
- Returns the leftNode.
-
getRigthNode
- Returns:
- Returns the rigthNode.
-
getValue
- Returns:
- Returns the value.
-