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

java.lang.Object
  extended by edu.princeton.cs.algs4.growingtree.demos.LLRBOperator<P>
Direct Known Subclasses:
LLRBDeletion, LLRBInsertion

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


Constructor Summary
LLRBOperator()
           
 
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

LLRBOperator

public LLRBOperator()
Method Detail

isRed

public boolean isRed(IAlgorithmNode<P> h)