All Classes and Interfaces
Class
Description
Abstract base implementation of
CharFilter.Implementation of
Range.Default implementation of
TextFormatMessageHandler.Extends
Exceptions should only occur in unexpected or undesired situations.
RuntimeException with the following features:
a UUID unique per exception instance automatically generated once per exception
chain.
an error code that should be unique per exception type.
distinction between technical exceptions and exceptions intended for
end-users.
NOTE:Exceptions should only occur in unexpected or undesired situations.
Implementation of both
Iterator and Enumeration to iterate a given array.This is the generic interface for a builder.
Represents the different character cases and allows
conversion.Simple helper for case conversion like
CaseHelper.toLowerCase(String) or CaseHelper.toUpperCase(String).Defines the different styles of lower-/upper-case usage such as
camlCase, train-case, etc.Interface for a filter of characters that decides if a given character is
accepted.A
CompareOperator represents an operator able to compare two
given values.Interface for an object that may contain
children.Implementation of
CharFilter that combines multiple given CharFilters with a logical OR so that if
any of the given CharFilters matches then this ComposedCharFilter will match.Simple wrapper for a
Map with configuration.Represents a single configuration option for a
ConfigMap.Enum with the common boolean conjunction operators Conjunction.AND, Conjunction.OR, Conjunction.NAND, and
Conjunction.NOR.An
DuplicateObjectException is thrown if an object was rejected because it is a duplicate.FromStringParser for Instant values.This is the interface for a specific justification.
Simple helper for
Locale specific stuff.Interface for an object that can be
translated to a given Locale.This is the interface for a
Localizable object with native language support (NLS).FromStringParser for Long.Implementation of
CharFilter resulting in the negation of a given CharFilter so it filters what the
given CharFilter accepts and vice versa.Implementation of
Comparator for Numbers capable to compare different types.An
ObjectMismatchException is thrown if an object or value does not match an expected result.An
ObjectNotFoundException is thrown if an object was requested but does not exist or could not be found.Implementation of
Range.A
ReadOnlyException is thrown if the modification of something failed because it is read-only.Helper class for
ServiceLoader.This class extends
Properties and makes them sorted by their keys.This enum contains the possible values for the sort order.
Interface for a converter of temporal values.
Simple utility class to convert to standard
Temporal types.Parser that can detect
Strings representing a Temporal value via TemporalParser.parse(String) but returns
null if not a Temporal instead of throwing an exception.A message that occurred whilst reading (parsing) or writing (formatting) textual data.
Interface for the mode to configure
TextFormatProcessor for handling TextFormatMessages.Type of a
TextFormatMessage.Interface for a reader or writer of data in a textual format.
Formatter
Function that delegates to Object.toString().FromStringParser for UUID.