Class Summary |
AbstractCollection |
A basic implementation of most of the methods in the Collection interface to
make it easier to create a collection. |
AbstractList |
A basic implementation of most of the methods in the List interface to make
it easier to create a List based on a random-access data structure. |
AbstractMap |
An abstract implementation of Map to make it easier to create your own
implementations. |
AbstractSet |
An abstract implementation of Set to make it easier to create your own
implementations. |
ArrayList |
An array-backed implementation of the List interface. |
Arrays |
This class contains various static utility methods performing operations on
arrays, and a method to provide a List "view" of an array to facilitate
using arrays with Collection-based APIs. |
Collections |
Utility class consisting of static methods that operate on, or return
Collections. |
EventObject |
Represents Events fired by Objects. |
HashMap |
This class provides a hashtable-backed implementation of the
Map interface. |
HashSet |
This class provides a HashMap-backed implementation of the Set interface. |
Hashtable |
A class which implements a hashtable data structure. |
Locale |
Locales represent a specific country and culture. |
Properties |
A set of persistent properties, which can be saved or loaded from a stream. |
PropertyResourceBundle |
This class is a concrete ResourceBundle that gets it
resources from a property file. |
ResourceBundle |
A resource bundle contains locale-specific data. |
Vector |
The Vector classes implements growable arrays of Objects. |