|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.utils.RBTree.RBNode
public static class RBTree.RBNode
| Constructor Summary | |
|---|---|
RBTree.RBNode(boolean color,
int key,
int value,
RBTree.RBNode parent)
|
|
RBTree.RBNode(int key,
int value,
RBTree.RBNode parent)
|
|
RBTree.RBNode(RBTree.RBNode other,
RBTree.RBNode parent)
|
|
| Method Summary | |
|---|---|
int |
getKey()
|
int |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RBTree.RBNode(int key,
int value,
RBTree.RBNode parent)
public RBTree.RBNode(boolean color,
int key,
int value,
RBTree.RBNode parent)
public RBTree.RBNode(RBTree.RBNode other,
RBTree.RBNode parent)
| Method Detail |
|---|
public int getKey()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||