@uml Adds the specified value to the current set.
@uml Modify the current {@link IntSet} object to contain all elements that are present in itself, the specified {@code set}, or both.
@uml Return a new {@link IntSet} object containing all elements that are present in both the current set and the specified set {@code a}.
TODO add interface description