All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractSimpleComponentsMonitor Abstract implementation of a components monitor.Base64 Encoding and decoding of Base64 characters to and from raw bytes.CharConstants Various Character constants are kept here.Chars Various Character methods are kept here.CollectionUtils Collection and Iterator utils.ComponentsMonitor Monitor used to track existence or duplication of components.DateUtils Gets the generalized time using the "Z" form of the g-time-zone.EmptyEnumeration<T> An empty NamingEnumeration without any values: meaning hasMore/hasMoreElements() always returns false, and next/nextElement() always throws a NoSuchElementException.Exceptions Provides utilities for manipulating and examiningThrowable
objects.ExpansibleByteBuffer A dynamically growing byte[].FileUtils This code comes from Apache commons.io library.GeneralizedTime This class represents the generalized time syntax as defined in RFC 4517 section 3.3.13.GeneralizedTime.Format The format of the generalized time.GeneralizedTime.FractionDelimiter The fraction delimiter of the generalized time.GeneralizedTime.TimeZoneFormat The time zone format of the generalized time.Hex Various hex and string manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of intermediate String objects.InvalidCharacterException Exception thrown when a Character is invalidIOUtils This code comes from Apache commons.io library.KeyValue Defines a simple key value pair.MandatoryAndOptionalComponentsMonitor A monitor that tracks both, mandatory and optional components.MandatoryComponentsMonitor A components monitor for manadatory components.MethodUtils MockTimeProvider Implementation ofTimeProvider
that always returns a fixed time.MultiException This exception is thrown when Base class for nested exceptions.Network Network utils.NoDuplicateKeysMap A Map implementation derived from HashMap that only overrides a single method put() in order to prevent duplicate keyed entries to be added.NotImplementedException This exception is thrown when a Backend operation is either temporarily unsupported or perminantly unsupported as part of its implementation.OptionalComponentsMonitor A components monitor for optional components.OsgiUtils Utilities for OSGi environments and embedding OSGi containers.Position This class is used to store the position of a token in a string.RuntimeMultiException This exception is thrown when Base class for nested exceptions.SequencedHashMap A map of objects whose mapping entries are sequenced based on the order in which they were added.SequencedHashMap.MapEntry Map.Entry
that doubles as a node in the linked list of sequenced mappings.Serialize A class containing static methods used to serialize and deserialize base typesSingletonEnumeration<T> A NamingEnumeration over a single element.StringBuilderWriter Writer
implementation that outputs to aStringBuilder
.StringConstants Various String constants are kept here.Strings Various string manipulation methods that are more efficient then chaining string operations: all is done in the same buffer without creating a bunch of string objects.SynchronizedLRUMap An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added.TimeProvider Provides the current time, i.e.TimeZones PredefinedTimeZone
s.Unicode Various unicode manipulation methods that are more efficient then chaining operations: all is done in the same buffer without creating a bunch of string objects.