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