We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7befe49 commit 5c7a7daCopy full SHA for 5c7a7da
1 file changed
JavaArrayList/Readme.md
@@ -31,7 +31,9 @@ import java.util.ArrayList; // import the ArrayList class
31
ArrayList<Boolean> list3 = new ArrayList<Boolean>();
32
```
33
<hr>
34
+
35
## ArrayList Methods
36
37
| Methods | Description|
38
| :---------| :----------|
39
| `add(int index, Object element)` | This method is used to insert a specific element at a specific position index in a list. |
0 commit comments