Uses of Class
org.passay.dictionary.TernaryNode
-
Packages that use TernaryNode Package Description org.passay.dictionary -
-
Uses of TernaryNode in org.passay.dictionary
Methods in org.passay.dictionary that return TernaryNode Modifier and Type Method Description TernaryNode
TernaryNode. getEqkid()
Returns the eqkid node in relation to this node.TernaryNode
TernaryNode. getHikid()
Returns the hikid node in relation to this node.TernaryNode
TernaryNode. getLokid()
Returns the lokid node in relation to this node.Methods in org.passay.dictionary with parameters of type TernaryNode Modifier and Type Method Description void
TernaryNode. setEqkid(TernaryNode node)
Sets the eqkid node in relation to this node.void
TernaryNode. setHikid(TernaryNode node)
Sets the hikid node in relation to this node.void
TernaryNode. setLokid(TernaryNode node)
Sets the lokid node in relation to this node.
-