Package | Description |
---|---|
java.util |
Contains utility classes including the collections framework and date manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayList<E>
Resizable-array implementation of the
List interface. |
class |
Stack<E>
The
Stack class represents a last-in-first-out (LIFO) stack of objects. |
class |
Vector<E>
The
Vector class implements a growable array of objects. |