All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Class Description AbstractTokenIterator Abstract base class forTokenIterators to extend.BeanMap AMapadapter 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 forMapimplementations that have mappings that may expire.FilterIterator<E> Wraps (decorates) anIteratorwith 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> AMapdecorator 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 theMapinterface, with predictable iteration order.LinkedMap.LinkedEntry<K,V> Linked list implementation ofMap.Entry.LinkedSet<E> Generic map and linked list implementation of theSetinterface, 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 byPropertyConverters, if a conversion is attempted without type (class).NoAvailableConverterException This exception may be thrown byPropertyConverters, if a conversion is attempted for a type (class), that has no registeredPropertyConverter.NullMap<K,V> An (immutable) emptyMap, that supports allMapoperations without throwing exceptions (in contrast toCollections.EMPTY_MAPthat will throw exceptions onput/remove).NumberConverter Converts strings to numbers and back.Platform PlatformPlatform.Architecture Enumeration of common SystemArchitectures.Platform.OperatingSystem Enumeration of commonOperatingSystems.PropertyConverter Converts strings to objects and back.ReflectUtil Util class for various reflection-based operations.RegExTokenIterator StringTokenizerreplacement, 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 theServiceRegistryin 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> AMapimplementation that removes (expires) its elements after a given period.TokenIterator TokenIterator, Iterator-based replacement for StringTokenizer.TypeMismathException This exception may be thrown byPropertyConverters, 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