Uses of Enum Class
java.util.concurrent.TimeUnit

Packages that use TimeUnit
Package
Description
Provides classes that are fundamental to the design of the Java programming language.
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Utility classes commonly useful in concurrent programming.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.