edu.princeton.cs.algs4.growingtree.demos
Class RedBlackOperator<P extends RBNodeProperties>

java.lang.Object
  extended by edu.princeton.cs.algs4.growingtree.demos.RedBlackOperator<P>
Direct Known Subclasses:
RedBlackDeletion, RedBlackInsertion

public class RedBlackOperator<P extends RBNodeProperties>
extends java.lang.Object


Constructor Summary
RedBlackOperator()
           
 
Method Summary
 boolean isRed(IAlgorithmNode<P> h)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedBlackOperator

public RedBlackOperator()
Method Detail

isRed

public boolean isRed(IAlgorithmNode<P> h)