Package it.unimi.di.prog2.s19
Class OrderedIntListClient
java.lang.Object
it.unimi.di.prog2.s19.OrderedIntListClient
A class to test
OrderedIntList
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrderedIntListClient
private OrderedIntListClient().
-
-
Method Details
-
main
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.
-