Method | Description | |
---|---|---|
Add ( System obj ) : bool |
Adds a new element to the ArrayList if it is not already present.
|
|
AddAll ( System c ) : bool |
Adds all the elements of the specified collection that are not present to the list.
|
|
Clone ( ) : |
Returns a copy of the HashSet instance.
|
|
HashSet ( ) : System | ||
HashSet ( System c ) : System | ||
HashSet ( int capacity ) : System |
public Add ( System obj ) : bool | ||
obj | System | Element to insert to the ArrayList. |
return | bool |
public AddAll ( System c ) : bool | ||
c | System | Collection where the new elements will be added |
return | bool |