Package it.unimi.di.prog2.h18.refactored
Class IntSetsClient
java.lang.Object
it.unimi.di.prog2.h18.refactored.IntSetsClient
A class to test
IntSet
and OrderedIntSet
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
-
Constructor Details
-
IntSetsClient
private IntSetsClient().
-
-
Method Details
-
main
Tests some methods ofIntSet
,OrderedIntSet
andPreallocatedIntSet
.This method reads integers from standard input and inserts them into a set, then it emits the set size and elements in the standard output. The first parameter tells which implementation to use.
- Parameters:
args
- if the set should be ordered.
-