|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdsl.core.ref.RBColorInfo
This class implements methods to be able to tell what color a position in a red black tree's binary tree is.
| Constructor Summary | |
RBColorInfo()
|
|
| Method Summary | |
boolean |
isBlack(Position p)
|
boolean |
isDoubleBlack(Position p)
|
boolean |
isRed(Position p)
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RBColorInfo()
| Method Detail |
public boolean isRed(Position p)
throws InvalidLocatorException
public boolean isBlack(Position p)
throws InvalidLocatorException
public boolean isDoubleBlack(Position p)
throws InvalidLocatorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||