The java.util Package

This package contains date and time facilities and miscellaneous utility classes.

Interface

The Enumeration interface provides methods for accessing a series of elements in a class implementing this interface.

Classes

Calendar The Calendar class is an abstract class for setting and getting dates using a set of integer fields.
Date The Date class represents a specific point of time in millisecond precision.
Hashtable The Hashtable class implements a hashtable in order to map keys to values.
Random The Random class implements a stream of pseudorandom numbers.
Stack The Stack class implements a last-in-first-out (LIFO) stack of objects.
Timer The Timer class is an MIDP extension to CLDC and is available only in MIDP-conforming ...

Get Java™ 2 Micro Edition Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.