Class BinaryTree


  • public class BinaryTree
    extends java.lang.Object
    Simple binary tree class.
    • Constructor Detail

      • BinaryTree

        public BinaryTree()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
      • getValue

        public java.lang.Object getValue()