Package | Description |
---|---|
java.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequentialList
AbstractSequentialList is an abstract implementation of the List interface.
|
class |
ArrayList
ArrayList is an implementation of
List , backed by an array. |
class |
LinkedList |
class |
Stack
Stack is an implementation of a LIFO (last in, first out) queue on top of a Vector
|
class |
Vector |