|
|
The java.util Package - The List Interface
- provide skeletal implementations that can be used as the basis for building custom collection classes
- available classes are:
- AbstractCollection
- AbstractList
- AbstractMap
- AbstractSequential
- AbstractSet
- JSK implementations extend the applicable Abstract class and implement the appropriate Interface
|