Class TernaryTreeNode


  • public class TernaryTreeNode
    extends java.lang.Object
    The class creates a TST node.
    • Constructor Summary

      Constructors 
      Constructor Description
      TernaryTreeNode()
      Creates a new empty node
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TernaryTreeNode

        public TernaryTreeNode()
        Creates a new empty node