Class OrderedIntListClient

java.lang.Object
it.unimi.di.prog2.s19.OrderedIntListClient

public class OrderedIntListClient extends Object
A class to test OrderedIntList.
  • Constructor Details

    • OrderedIntListClient

      private OrderedIntListClient()
      .
  • Method Details

    • main

      public static void main(String[] args)
      Reads a sequence of integers from standard input and inserts them into an ordered list; then prints the list in ascending and descending order.
      Parameters:
      args - not used.