| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayList<E>
ArrayList is an implementation of
List, backed by an array. |
class |
Stack<E>
Stack is a Last-In/First-Out(LIFO) data structure which represents a
stack of objects. |
class |
Vector<E>
Vector is a variable size contiguous indexable array of objects.
|
Copyright © 2022. All rights reserved.