@StorableClass public class TreeMem<E> extends Tree<E>
Modifier and Type | Field and Description |
---|---|
protected RedBlackTree<E> |
redBlackTree |
instanceFactory
Constructor and Description |
---|
TreeMem() |
protected final RedBlackTree<E> redBlackTree
public void append(E element) throws RBTException
append
in class Tree<E>
RBTException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.