Simple AVL Tree storing items of {@link AVLItem} class. It uses the getNumber() method toget item's key. With the iterator, nodes in the tree will be returned in a ascending order.
The AVL tree implementaion is based on a iterative method and guarantee O(ln(n)) access.
@author Mathieu Bastian
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.