Description: Integer set is composed of a plurality of different integers.Please according to the following requirements, design a collection class.
(1) the elements in the collection are preserved in a one-dimensional array.
(2) in the definition of the class structure method.In order for the object given initial value at the same time, to ensure the uniqueness of the elements in the collection.
(3) implemented in the class "for the union of the two sets of function".
(4) implemented in the class "and the intersection of the two sets of function".
(5) in the main method completes the related test.
To Search:
File list (Check if you may need any files):
TableTest.java