- add(E) - Method in interface myUtil_List.MyCollection
-
Add element o into (the end of) the collection.
- add(int, E) - Method in interface myUtil_List.MyList
-
Inserts the specified element at the specified position in this list.
- add(E) - Method in class myUtil_Set.MyAbstractSet
-
- add(E) - Method in interface myUtil_Set.MyCollection
-
Add element o into (the end of) the collection.
- add(E) - Method in interface myUtil_Set.MySet
-
Add element o into the set, if it is not already present.
- addAll(MyCollection<? extends E>) - Method in class myUtil_Set.MyAbstractSet
-
- addAll(MyCollection<? extends E>) - Method in interface myUtil_Set.MyCollection
-
Adds all of the elements in the specified collection to this collection