public interface IRBTVisitable<E>
Modifier and Type | Method and Description |
---|---|
void |
accept(IRBTVisitor<E> visitor)
accept red black tree visitor
|
void accept(IRBTVisitor<E> visitor) throws RBTException
visitor
- the red black tree visitorRBTException
- node access errorCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.