IntSet.add

@uml Adds the specified value to the current set.

@param el the value to add

@exception IllegalStateException if the current set is read-only

interface IntSet
void
add
(
int el
)

Meta