edu.neu.ccs.demeterf.lib
Class RBColor

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.RBColor
Direct Known Subclasses:
BLACK, RED

public abstract class RBColor
extends java.lang.Object

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

RBColor

public RBColor()
Method Detail

red

public static RBColor red()

black

public static RBColor black()

isRed

public boolean isRed()

isBlack

public boolean isBlack()