CLDC
1.0

Package java.util

Contains the collections framework, legacy collection classes, date and time facilities and miscellaneous utility classes.

See:
          Description

Interface Summary
Enumeration An object that implements the Enumeration interface generates a series of elements, one at a time.
 

Class Summary
Calendar Calendar is an abstract class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY, and so on.
Date The class Date represents a specific instant in time, with millisecond precision.
Hashtable This class implements a hashtable, which maps keys to values.
Random An instance of this class is used to generate a stream of pseudorandom numbers.
Stack The Stack class represents a last-in-first-out (LIFO) stack of objects.
TimeZone TimeZone represents a time zone offset, and also figures out daylight savings.
Vector The Vector class implements a growable array of objects.
 

Exception Summary
EmptyStackException Thrown by methods in the Stack class to indicate that the stack is empty.
NoSuchElementException Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
 

Package java.util Description

Contains the collections framework, legacy collection classes, date and time facilities and miscellaneous utility classes.

Since:
JDK 1.0

Submit a bug or feature

Copyright (c) 2000 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Portions may be derived from Berkeley BSD systems, licensed from U. of CA. Sun, Sun Microsystems, the Sun logo, Java, Java 2 MicroEdition, Connected Limited Device Configuration are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. andother countries. Federal Acquisitions:Commercial Software -Government Users Subject to Standard License Terms and Conditions.