|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.demeterf.lib.RBColor
public abstract class RBColor
Represents the Color of an RBTree
Constructor Summary | |
---|---|
RBColor()
|
Method Summary | |
---|---|
static RBColor |
black()
|
boolean |
isBlack()
|
boolean |
isRed()
|
static RBColor |
red()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RBColor()
Method Detail |
---|
public static RBColor red()
public static RBColor black()
public boolean isRed()
public boolean isBlack()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |