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
This class implements methods to be able to tell what color a position in a red black tree's binary tree is.


Constructor Index

 o RBColorInfo()

Method Index

 o isBlack(Position)
 o isDoubleBlack(Position)
 o isRed(Position)

Constructors

 o RBColorInfo
 public RBColorInfo()

Methods

 o isRed
 public boolean isRed(Position p) throws InvalidLocatorException
 o isBlack
 public boolean isBlack(Position p) throws InvalidLocatorException
 o isDoubleBlack
 public boolean isDoubleBlack(Position p) throws InvalidLocatorException

All Packages  Class Hierarchy  This Package  Previous  Next  Index