Description
Methods | Methods | Description |
|---|---|
| void add(int index, Object item) | To add an item. |
| boolean add(Object item) | To add the value at end. |
| boolean addAll(Collection c) | It includes every one of the components of the predefined gathering c to the rundown. |
| Object clone() | To get the copy of an elenent. |
| E pop() | To pops a component from the stack. |
Example
Key Points