All Classes and Interfaces

Class
Description
Abstract base class for TokenIterators to extend.
A Map adapter for a Java Bean.
A utility class with some useful bean-related functions.
A utility class with some useful collection-related functions.
This exception may be thrown by PropertyConverters, when an attempted conversion fails.
The converter (singleton).
Converts strings to dates and back.
A utility class with useful date manipulation methods and constants.
Converts strings to objects and back.
DuplicateHandler
Call-back inteface for Map implementations that have mappings that may expire.
Wraps (decorates) an Iterator with extra functionality, to allow element filtering.
Used to tests whether or not an element fulfills certain criteria, and hence should be accepted by the FilterIterator instance.
A Map decorator that makes the mappings in the backing map case insensitive (this is implemented by converting all keys to uppercase), if the keys used are Strings.
Generic map and linked list implementation of the Map interface, with predictable iteration order.
Linked list implementation of Map.Entry.
Generic map and linked list implementation of the Set interface, with predictable iteration order.
Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.
Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.
This exception may be thrown by PropertyConverters, if a conversion is attempted without type (class).
This exception may be thrown by PropertyConverters, if a conversion is attempted for a type (class), that has no registered PropertyConverter.
An (immutable) empty Map, that supports all Map operations without throwing exceptions (in contrast to Collections.EMPTY_MAP that will throw exceptions on put/remove).
Converts strings to numbers and back.
Platform
Enumeration of common System Architectures.
Enumeration of common OperatingSystems.
Converts strings to objects and back.
Util class for various reflection-based operations.
StringTokenizer replacement, that uses regular expressions to split strings into tokens.
An optional interface that may be implemented by service provider objects.
Error thrown by the ServiceRegistry in case of a configuration error.
A registry for service provider objects.
StringTokenIterator, a drop-in replacement for StringTokenizer.
A utility class with some useful string manipulation methods.
A utility class with some useful system-related functions.
Utility class for storing times in a simple way.
Converts strings to times and back.
Format for converting and parsing time.
A Map implementation that removes (expires) its elements after a given period.
TokenIterator, Iterator-based replacement for StringTokenizer.
This exception may be thrown by PropertyConverters, if a conversion is attempted on the wrong type (class).
Kind of like org.apache.commons.lang.Validate.
A generic visitor.
Special-purpose map implementation with weak keys and weak values.
Deprecated.
Will probably be removed in the near future