All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractRange<V> Implementation ofRange
.Alignment This enum contains the available values for the alignment of an object.AppendableWriter ApplicationException ExtendsRuntimeException
with the following features: aUUID
unique per exception instance automatically generated once per exceptionchain
. anerror code
that should be unique per exception type. distinction betweentechnical
exceptions and exceptionsintended for end-users
. NOTE:
Exceptions should only occur in unexpected or undesired situations.Builder<T> This is the generic interface for a builder.CaseConversion Represents the different character cases and allowsconversion
.CaseHelper Simple helper for case conversion likeCaseHelper.toLowerCase(String)
orCaseHelper.toUpperCase(String)
.CaseSyntax Defines the different styles of lower-/upper-case usage such ascamlCase
,train-case
, etc.CharFilter This is the interface for a filter thatdecides
if a given character is acceptable or should be filtered.CompareOperator ACompareOperator
represents an operator able tocompare
two given values.Composable<C> Interface for an object that may containchildren
.ComposedCharFilter Implementation ofCharFilter
that combines multiple givenCharFilter
s with a logical OR so that if any of the givenCharFilter
smatches
then thisComposedCharFilter
will match.ConfigMap Simple wrapper for aMap
with configuration.ConfigOption<T> Represents a single configuration option for aConfigMap
.Conjunction Enum
with the common boolean conjunction operatorsConjunction.AND
,Conjunction.OR
,Conjunction.NAND
, andConjunction.NOR
.Direction This enum contains all possible directions.DuplicateObjectException AnDuplicateObjectException
is thrown if an object was rejected because it is a duplicate.FromStringParser<T> HorizontalAlignment This enum represents a horizontal alignment.InstantParser FromStringParser
forInstant
values.Justification This is the interface for a specific justification.JustificationImpl Implementation of aJustification
.ListCharFilter LocaleHelper Simple helper forLocale
specific stuff.Localizable Interface for an object that can betranslated
to a givenLocale
.LocalizableObject This is the interface for aLocalizable
object with native language support (NLS).LongParser FromStringParser
forLong
.NegatedCharFilter Implementation ofCharFilter
resulting in the negation of a givenCharFilter
so it filters what the givenCharFilter
accepts
and vice versa.NumberComparator Implementation ofComparator
forNumber
s capable to compare different types.NumberRangeType NumberType<N extends Number> ObjectMismatchException AnObjectMismatchException
is thrown if an object or value does not match an expected result.ObjectNotFoundException AnObjectNotFoundException
is thrown if an object was requested but does not exist or could not be found.Orientation This enum contains the available values for the orientation.Range<V> RangeType<V> Implementation ofRange
.ReadOnlyException AReadOnlyException
is thrown if the modification of something failed because it is read-only.RuntimeIoException ServiceHelper Helper class forServiceLoader
.SortedProperties This class extendsProperties
and makes them sorted by theirkeys
.SortOrder This enum contains the possible values for the sort order.TemporalConverter TemporalConverterDefault Simple utility class to convert to standardTemporal
types.TemporalConverterJavaUtil TemporalConverterLegacy TemporalParser Parser that can detectString
s representing aTemporal
value viaTemporalParser.parse(String)
but returnsnull
if not aTemporal
instead of throwing an exception.ToStringFormatter<V> FormatterFunction
that delegates toObject.toString()
.UuidParser FromStringParser
forUUID
.VerticalAlignment This enum represents a vertical alignment of some object.WritableRange<V>