All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
| Class |
Description |
| AoByteArrayInputStream |
Provides direct access to the internal byte[].
|
| AoByteArrayOutputStream |
Provides direct access to the internal byte[].
|
| AoCharArrayWriter |
Provides direct access to the internal char[].
|
| AppendableWriter |
|
| AtomicSequence |
Generates incrementing identifiers in a thread-safe manner using atomic
primitives.
|
| Attribute<C,T> |
An attribute has scope, context, and name and is used for value access.
|
| Attribute.Name<T> |
A name without any specific scope or context.
|
| Attribute.Name.ContextFactory<C,T> |
|
| Attribute.Name.ScopeFactory<C,T> |
|
| Attribute.OldValue |
A backup value from before attribute initialization,
which must be closed to restore the old value.
|
| AutoCloseables |
|
| BiConsumerE<T,U,Ex extends Throwable> |
A biconsumer that is allowed to throw a checked exception.
|
| BiFunctionE<T,U,R,Ex extends Throwable> |
A bifunction that is allowed to throw a checked exception.
|
| BiFunctions |
|
| BigFraction |
Stores arbitrary size fractions by their numerator and denominator.
|
| BigFraction.DistributionMethod |
|
| BiPredicateE<T,U,Ex extends Throwable> |
A bipredicate that is allowed to throw a checked exception.
|
| BufferManager |
BufferManager manages a reusable pool of byte[] and char[] buffers.
|
| CalendarUtils |
Calendar utilities.
|
| CalendarUtils.DateTimeProducer<T> |
|
| CallableE<V,Ex extends Exception> |
Deprecated.
|
| CallableE<V,Ex extends Throwable> |
Callable interface with a bounded exception type.
|
| Charsets |
Deprecated.
|
| Classes |
Utilities for dealing with classes.
|
| Clock |
Deprecated.
|
| Coercion |
Coerces objects to String compatible with JSP Expression Language (JSP EL)
and the Java Standard Taglib (JSTL).
|
| CoercionOptimizer |
Implements the optimization of Coercion.
|
| CoercionOptimizerInitializer |
|
| ComparatorUtils |
Utilities that help when working with comparators.
|
| ConfigurationException |
An invalid configuration has been detected.
|
| ConsumerE<T,Ex extends Throwable> |
A consumer that is allowed to throw a checked exception.
|
| ContentType |
Some content-type constants for use by various projects.
|
| Context<C> |
A specifically resolved context.
|
| CorrectedGZIPInputStream |
Works around the "Corrupt GZIP trailer" problem in GZIPInputStream by catching and ignoring this exception.
|
| CurrencyComparator |
Compares currencies and orders them by their currency code.
|
| CurrencyUtil |
Utility methods for working with currencies.
|
| Disposable |
Deprecated.
|
| DisposedException |
Deprecated.
|
| DtoFactory<B> |
Indicates an object is capable of making a simple Data Transfer Object (DTO) representation of itself.
|
| Duration |
Deprecated.
|
| EmptyArrays |
Various empty array constants.
|
| Encoder |
Encodes data as it is written to the provided output.
|
| EncoderWriter |
Writer that encodes during write.
|
| EnumUtils |
Utilities that help when working with Enums.
|
| ErrorPrinter |
Prints errors with more detail than a standard printStackTrace() call.
|
| ErrorPrinter.CustomMessageHandler |
|
| ExecutionExceptions |
|
| ExtraInfo |
Provides optional extra information related to an exception.
|
| FailOnWriteWriter |
|
| FastExternalizable |
A FastExternalizable object does not have any loops in its object graph,
or is able to restore the loops itself upon deserialization.
|
| FastObjectInput |
|
| FastObjectOutput |
|
| FileUtils |
File utilities.
|
| Freezable<F> |
An object that is freezable begins life as mutable, but once frozen becomes
unmodifiable and thread-safe.
|
| FrozenException |
|
| FunctionE<T,R,Ex extends Throwable> |
A function that is allowed to throw a checked exception.
|
| Functions |
|
| GetOpt |
General-purpose command line argument processor.
|
| Instant |
Deprecated.
|
| Internable<T extends Internable<T>> |
An object that may be interned to save heap space, similar to String.intern().
|
| InternUtils |
|
| InvalidResult |
An invalid result with a user-friendly message.
|
| IOBiConsumer<T,U> |
|
| IOBiConsumerE<T,U,Ex extends Throwable> |
A biconsumer that is allowed to throw IOException and a checked exception.
|
| IOConsumer<T> |
|
| IOConsumerE<T,Ex extends Throwable> |
A consumer that is allowed to throw IOException and a checked exception.
|
| IOFunction<T,R> |
|
| IOFunctionE<T,R,Ex extends Throwable> |
A function that is allowed to throw IOException and a checked exception.
|
| IOPredicate<T> |
|
| IOPredicateE<T,Ex extends Throwable> |
A predicate that is allowed to throw IOException and a checked exception.
|
| IORunnable |
|
| IORunnableE<Ex extends Throwable> |
A runnable that is allowed to throw IOException and a checked exception.
|
| IOSupplier<T> |
|
| IOSupplierE<T,Ex extends Throwable> |
A supplier that is allowed to throw IOException and a checked exception.
|
| IoUtils |
I/O utilities.
|
| Iterables |
A set of various Iterable over common Java types,
useful to avoid conflict after type erasure.
|
| Iterables.awt |
A set of various Iterable over common Java types from the java.awt package,
useful to avoid conflict after type erasure.
|
| Iterables.awt.Polygon<T extends Polygon> |
|
| Iterables.awt.Rectangle<T extends Rectangle> |
|
| Iterables.awt.Shape<T extends Shape> |
An Iterable over Shape,
useful to avoid conflict after type erasure.
|
| Iterables.Boolean<T extends Boolean> |
|
| Iterables.Byte<T extends Byte> |
An Iterable over Byte,
useful to avoid conflict after type erasure.
|
| Iterables.Character<T extends Character> |
|
| Iterables.CharSequence<T extends CharSequence> |
|
| Iterables.Double<T extends Double> |
|
| Iterables.Enum<E extends Enum<E>,T extends E> |
An Iterable over Enum,
useful to avoid conflict after type erasure.
|
| Iterables.Float<T extends Float> |
An Iterable over Float,
useful to avoid conflict after type erasure.
|
| Iterables.Integer<T extends Integer> |
|
| Iterables.Long<T extends Long> |
An Iterable over Long,
useful to avoid conflict after type erasure.
|
| Iterables.Number<T extends Number> |
|
| Iterables.Short<T extends Short> |
An Iterable over Short,
useful to avoid conflict after type erasure.
|
| Iterables.String<T extends String> |
|
| Iterables.util |
A set of various Iterable over common Java types from the java.util package,
useful to avoid conflict after type erasure.
|
| Iterables.util.Currency<T extends Currency> |
|
| Iterables.util.Locale<T extends Locale> |
|
| LocaleComparator |
Sorts locales by language, country, then variant.
|
| Locales |
Convenience static access to more locales than provided by the stock Locale class.
|
| LocaleString |
Associates a locale with a string.
|
| LocalizedConsumer |
A localized consumer.
|
| LocalizedConsumerE<Ex extends Throwable> |
A localized consumer that is allowed to throw a checked exception.
|
| LocalizedException |
|
| LocalizedIllegalArgumentException |
Extends IllegalArgumentException to provide exceptions in user locale error messages.
|
| LocalizedIllegalStateException |
|
| LocalizedIOException |
Extends IOException to provide exceptions with user locale error messages.
|
| LocalizedParseException |
Extends ParseException to provide exceptions in user locale error messages.
|
| LocalizedSQLException |
Extends SQLException to provide exceptions with user locale error messages.
|
| LocalizedSupplier<T> |
A localized supplier.
|
| LocalizedSupplierE<T,Ex extends Throwable> |
A localized supplier that is allowed to throw a checked exception.
|
| LocalizedTimeoutException |
|
| LocalizedUnsupportedEncodingException |
|
| LocalizedUnsupportedOperationException |
|
| LongLong |
128-bit number useful for storing values such as MD5 hashes and IPv6 addresses.
|
| MessageFormatFactory |
Creates MessageFormat objects and caches them.
|
| Methods |
Simplifies access to a reflection method.
|
| Money |
Stores a monetary value as a combination of currency and amount.
|
| Monies |
Stores multiple monetary values, with one value per currency.
|
| NoClose |
|
| NoCloseInputStream |
|
| NoCloseOutputStream |
|
| NoCloseReader |
|
| NoCloseWriter |
|
| NotImplementedException |
Deprecated.
|
| NullArgumentException |
Indicates a null argument was passed where not allowed.
|
| NullMath |
Math routines that allow null.
|
| NullOutputStream |
Discards all data.
|
| NullPrintWriter |
Discards all data.
|
| NullWriter |
Discards all data.
|
| ObjectUtils |
Deprecated.
|
| Predicate<T> |
Deprecated.
|
| PredicateE<T,Ex extends Throwable> |
A predicate that is allowed to throw a checked exception.
|
| ProcessResult |
Contains the result of executing a process, including return code, standard output, and standard error.
|
| Projects |
Utilities that help when working with Package and/or Maven projects.
|
| PropertiesUtils |
Property utilities.
|
| ReflectionException |
|
| Resources |
Provides a simplified interface for obtaining localized and formatted values
from a ResourceBundle.
|
| Resources.Listener |
Listeners may be registered to be notified as messages are looked-up.
|
| RunnableE<Ex extends Throwable> |
Runnable interface with a bounded exception type.
|
| Runnables |
|
| RuntimeUtils |
Runtime utilities that enhance behavior of java.lang.Runtime.
|
| SafeMath |
Math routines that check for overflow conditions.
|
| Scope<C> |
The most broad concept is scope.
|
| Scope.Attribute<C,T> |
Attribute: Has scope and name, still needs context.
|
| Sequence |
Generates unique long identifiers.
|
| SerializableBiFunction<T,U,R> |
|
| SerializableFunction<T,R> |
|
| SmartComparator |
Compares strings in a case-insensitive, locale-aware manner.
|
| SniffInputStream |
As data is read from the input stream it is also written to the given output
stream.
|
| Statistics |
Some basic statistics algorithms.
|
| Strings |
|
| SupplierE<T,Ex extends Throwable> |
A supplier that is allowed to throw a checked exception.
|
| Suppliers |
|
| SysExits |
POSIX-compatible process exit values.
|
| ThreadLocalCallable<T> |
Copies a ThreadLocal value from the current thread onto the thread
that runs the provided callable.
|
| ThreadLocale |
Keeps track of the user's locale on a per-thread basis.
|
| ThreadLocale.Supplier<T> |
Deprecated.
|
| ThreadLocaleImpl |
|
| ThreadLocalRunnable |
Copies a ThreadLocal value from the current thread onto the thread
that runs the provided runnable.
|
| ThreadLocalsCallable<T> |
Copies any number of ThreadLocal values from the current thread onto the thread
that runs the provided callable.
|
| ThreadLocalsRunnable |
Copies any number of ThreadLocal values from the current thread onto the thread
that runs the provided runnable.
|
| Throwables |
|
| ThrowableSurrogateFactory<Ex extends Throwable> |
Implements the creation of Throwable surrogates.
|
| ThrowableSurrogateFactoryInitializer |
|
| UnmodifiableCalendar |
Wraps a Calendar to make it unmodifiable.
|
| UnmodifiableDate |
An unmodifiable Date.
|
| UnmodifiableMessageFormat |
A MessageFormat that may not be modified.
|
| UnsignedLong |
Static utilities for dealing with long values as if they are unsigned.
|
| UnsynchronizedSequence |
Generates incrementing identifiers in a thread-unsafe manner using
a simple primitive without any synchronization.
|
| ValidationException |
Thrown when internal object validation fails.
|
| ValidationResult |
For higher performance when validating objects fails, a validator result
is returned from the core validation routines instead of immediately
throwing ValidationException.
|
| ValidResult |
A valid result singleton.
|
| WrappedError |
A wrapped error may be used to rethrow any throwable in a context where Error is expected.
|
| WrappedException |
A wrapped exception may be used to rethrow checked exceptions in a context
where they are otherwise not allowed.
|
| WrappedExceptions |
Wraps multiple exceptions into one.
|
| Writable |
Something that may be written to a Writer output instead of being
converted toString and then having the String written.
|
| WriterFacade |
Wraps a writer while passing-through all methods of the writer class.
|
| WriterOutputStream |
A writer output stream makes a Writer behave like an
OutputStream.
|
| XmlUtils |
Utilities that help when working with XML.
|
| ZipEntryFilter |
Allows filtering ZIP entries in much the same way a FileFilter.
|
| ZipUtils |
ZIP file utilities.
|