Package | Description |
---|---|
java.util |
Utilities
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequentialList<E>
Abstract superclass to make it easier to implement the List interface when
backed by a sequential-access store, such as a linked list.
|
class |
ArrayList<E>
An array-backed implementation of the List interface.
|
class |
LinkedList<T>
Linked list implementation of the List interface.
|
class |
Stack<T> |
class |
Vector<T>
The
Vector classes implements growable arrays of Objects. |