Class IntSetsClient

java.lang.Object
it.unimi.di.prog2.h08.IntSetsClient

public class IntSetsClient extends Object
A class to test some methods of IntSet.
  • Constructor Details

    • IntSetsClient

      private IntSetsClient()
      .
  • Method Details

    • main

      public static void main(String[] args)
      Builds a set from an array of elements.
      Parameters:
      args - the elements of the set.