|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.cs.algs4.growingtree.framework.NodeProperties
edu.princeton.cs.algs4.growingtree.demos.AVLNodeProperties
public class AVLNodeProperties
Field Summary |
---|
Fields inherited from class edu.princeton.cs.algs4.growingtree.framework.NodeProperties |
---|
NULL_HEIGHT |
Constructor Summary | |
---|---|
AVLNodeProperties()
|
Method Summary | |
---|---|
java.lang.Integer |
getULIntegerFieldValue()
|
AVLNodeProperties |
makeDefaultProperties()
This functions as a factory for NodeProperty objects. |
Methods inherited from class edu.princeton.cs.algs4.growingtree.framework.NodeProperties |
---|
clone, colorParentLink, getHeight, getIntegerFieldColor, getLeftLinkColor, getLLIntegerFieldValue, getLRIntegerFieldValue, getNodeColor, getRightLinkColor, getSize, getURIntegerFieldValue, setHeight, setSize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVLNodeProperties()
Method Detail |
---|
public java.lang.Integer getULIntegerFieldValue()
getULIntegerFieldValue
in class NodeProperties
public AVLNodeProperties makeDefaultProperties()
NodeProperties
makeDefaultProperties
in class NodeProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |