Class TesterForPartII

java.lang.Object
TesterForPartII

public class TesterForPartII extends Object
  • Constructor Details

    • TesterForPartII

      public TesterForPartII()
  • Method Details

    • main

      public static void main(String[] args)
    • stringTest

      public static void stringTest()
      Uses a heap of String Objects and StringComparator. Prints out the strings in order by decreasing length. Strings of the same length are in reverse lexicographical order.