FTP-Server API

Package graphic.services.tree

Interface Summary
TreeNode This interface is used as a node in a Binary Tree.
 

Class Summary
BinTree The class is a binary tree, that can sort objects after the toString() method, or by the TreeNodes method (after its getSortingQualifier()).
DefaultTreeNode This class is a default implementation of a TreeNode.
 


FTP-Server API