java.util

Package java.util

Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).

See: Description

Interface Summary
Interface Description
Collection<E>

The root interface in the collection hierarchy.

Comparator<T>

A comparison function, which imposes a total ordering on some collection of objects.

Deque<E>

A linear collection that supports element insertion and removal at both ends-

<