All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.core.ref.RBColorInfo
java.lang.Object
|
+----jdsl.core.ref.RBColorInfo
- public class RBColorInfo
- extends Object
- implements RBColorConstants, RedBlackTreeColorInfo
This class implements methods to be able to tell what color a position
in a red black tree's binary tree is.
- Author:
- Ming En Cho
-
RBColorInfo()
-
-
isBlack(Position)
-
-
isDoubleBlack(Position)
-
-
isRed(Position)
-
RBColorInfo
public RBColorInfo()
isRed
public boolean isRed(Position p) throws InvalidLocatorException
isBlack
public boolean isBlack(Position p) throws InvalidLocatorException
isDoubleBlack
public boolean isDoubleBlack(Position p) throws InvalidLocatorException
All Packages Class Hierarchy This Package Previous Next Index