Package org.apache.pivot.util

Contains a collection of common utility classes.

See:
          Description

Interface Summary
Command Generic command interface.
Filter<T> Generic filter interface.
MessageBusListener<T> Message bus listener interface.
 

Class Summary
Base64 Implements the "base64" binary encoding scheme as defined by RFC 2045.
CalendarDate CalendarDate allows a specific day to be identified within the Gregorian calendar system.
CalendarDate.Range Represents a range of calendar dates.
Console Utility class for a simple log to the console, for example from scripts.
EmptyIterator<T> A no-op iterator.
ImmutableIterator<T> Immutable implementation of the Iterator interface.
ListenerList<T> Abstract base class for listener lists.
MessageBus Provides support for basic intra-application message passing.
MIMEType Utility class for introspection a MIME type string.
Resources Represents a set of localizable resources.
Service Utility class for locating and instantiating service providers.
Time Class representing a time of day, independent of any particular time zone.
Time.Range Represents a range of times.
TypeLiteral<T> Represents a generic type T.
Version Represents a version number.
 

Enum Summary
Vote Enumeration representing a vote.
 

Package org.apache.pivot.util Description

Contains a collection of common utility classes.