|
|
|
| The package (Note: It should not be considered a "utility" package separate from the rest of the language. It is part and parcel of the library, and Java depends heavily on several of the classes in this package.) The Old Collections Classes
The Collections Framework
Date, Calendar, and TimeZoneThe Date class represents a date and time, using a millisecond representation. The Calendar class manipulates dates using years, months, days, hours, minutes, etc. The TimeZone class is used in conjunction with dates. ResourceBundle, ListResourceBundle, PropertyResourceBundleRepresent a "bundle" of localized resources that are read in by an internationalized Java program at run-time. BitSetImplements an arbitrary-size array of bits. RandomGenerates and returns pseudo-random numbers in a variety of forms. StringTokenizerParses a string into tokens. Observer and ObservableProvide infrastructure for implementing the object-oriented model-view paradigm in Java. |
|
This page was last modified on 02 October, 2007 |