All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Class Description AbstractTokenIterator Abstract base class forTokenIterator
s to extend.BeanMap AMap
adapter for a Java Bean.BeanUtil A utility class with some useful bean-related functions.CollectionUtil A utility class with some useful collection-related functions.ConversionException This exception may be thrown by PropertyConverters, when an attempted conversion fails.Converter The converter (singleton).DateConverter Converts strings to dates and back.DateUtil A utility class with useful date manipulation methods and constants.DefaultConverter Converts strings to objects and back.DuplicateHandler<T> DuplicateHandlerExpiringMap<K,V> Call-back inteface forMap
implementations that have mappings that may expire.FilterIterator<E> Wraps (decorates) anIterator
with extra functionality, to allow element filtering.FilterIterator.Filter<E> Used to tests whether or not an element fulfills certain criteria, and hence should be accepted by the FilterIterator instance.IgnoreCaseMap<V> AMap
decorator that makes the mappings in the backing map case insensitive (this is implemented by converting all keys to uppercase), if the keys used areStrings
.LinkedMap<K,V> Generic map and linked list implementation of theMap
interface, with predictable iteration order.LinkedMap.LinkedEntry<K,V> Linked list implementation ofMap.Entry
.LinkedSet<E> Generic map and linked list implementation of theSet
interface, with predictable iteration order.LRUHashMap<K,V> Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.LRUMap<K,V> Map implementation with size limit, that keeps its entries in LRU (least recently used) order, also known as access-order.MissingTypeException This exception may be thrown byPropertyConverter
s, if a conversion is attempted without type (class).NoAvailableConverterException This exception may be thrown byPropertyConverter
s, if a conversion is attempted for a type (class), that has no registeredPropertyConverter
.NullMap<K,V> An (immutable) emptyMap
, that supports allMap
operations without throwing exceptions (in contrast toCollections.EMPTY_MAP
that will throw exceptions onput
/remove
).NumberConverter Converts strings to numbers and back.Platform PlatformPlatform.Architecture Enumeration of common SystemArchitecture
s.Platform.OperatingSystem Enumeration of commonOperatingSystem
s.PropertyConverter Converts strings to objects and back.ReflectUtil Util class for various reflection-based operations.RegExTokenIterator StringTokenizer
replacement, that uses regular expressions to split strings into tokens.RegisterableService An optional interface that may be implemented by service provider objects.ServiceConfigurationError Error thrown by theServiceRegistry
in case of a configuration error.ServiceRegistry A registry for service provider objects.StringTokenIterator StringTokenIterator, a drop-in replacement forStringTokenizer
.StringUtil A utility class with some useful string manipulation methods.SystemUtil A utility class with some useful system-related functions.Time Utility class for storing times in a simple way.TimeConverter Converts strings to times and back.TimeFormat Format for converting and parsing time.TimeoutMap<K,V> AMap
implementation that removes (expires) its elements after a given period.TokenIterator TokenIterator, Iterator-based replacement for StringTokenizer.TypeMismathException This exception may be thrown byPropertyConverter
s, if a conversion is attempted on the wrong type (class).Validate Kind of likeorg.apache.commons.lang.Validate
.Visitor<T> A generic visitor.WeakWeakMap<K,V> Special-purpose map implementation with weak keys and weak values.WildcardStringParser Deprecated. Will probably be removed in the near future