Skip to content

Commit 5c7a7da

Browse files
committed
update
1 parent 7befe49 commit 5c7a7da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

JavaArrayList/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ import java.util.ArrayList; // import the ArrayList class
3131
ArrayList<Boolean> list3 = new ArrayList<Boolean>();
3232
```
3333
<hr>
34+
3435
## ArrayList Methods
36+
3537
| Methods | Description|
3638
| :---------| :----------|
3739
| `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

Comments
 (0)