Class Table.Node

  • All Implemented Interfaces:
    java.lang.Comparable<Table.Node>
    Enclosing class:
    Table

    public static class Table.Node
    extends java.lang.Object
    implements java.lang.Comparable<Table.Node>
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(java.lang.String value)  
    • Constructor Detail

      • Node

        public Node​(java.lang.String value)
    • Method Detail

      • addNext

        public void addNext​(Table.Node next)
      • compareTo

        public int compareTo​(Table.Node o)
        Specified by:
        compareTo in interface java.lang.Comparable<Table.Node>