All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
Alphabet |
A base-n encoder/decoder alphabet.
|
Assert |
A set of assertions and checks.
|
Base32Alphabet |
A base-32 alphabet.
|
Base64Alphabet |
A base-64 alphabet.
|
BiDirIntIterator |
A bi-directional primitive iterator.
|
ByteIterator |
A byte iterator.
|
ByteStringBuilder |
A builder for byte arrays.
|
CacheInfo |
A class which exposes any available cache line information for the current CPU.
|
CacheLevelInfo |
|
CacheType |
The type of cache.
|
CidrAddress |
A Classless Inter-Domain Routing address.
|
CidrAddressTable<T> |
A table for mapping IP addresses to objects using CidrAddress instances for matching.
|
CidrAddressTable.Mapping<T> |
A single mapping in the table.
|
CleanerReference<T,A> |
A special version of PhantomReference that is strongly retained until it is reaped by the collection thread.
|
CodePointIterator |
A code point by code point iterator.
|
CommonMessages |
|
ContextManager<C extends Contextual<C>> |
|
ContextPermission |
|
Contextual<C extends Contextual<C>> |
A base class for contexts which are activated in a thread-local context.
|
DecodeException |
An exception which indicates that decoding has failed due to invalid or truncated input.
|
DefaultSelector |
Deprecated.
|
ExceptionBiConsumer<T,U,E extends java.lang.Exception> |
A two-argument consumer which can throw an exception.
|
ExceptionBiFunction<T,U,R,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionBinaryOperator<T,E extends java.lang.Exception> |
A binary operator which can throw an exception.
|
ExceptionBiPredicate<T,U,E extends java.lang.Exception> |
A two-argument predicate which can throw an exception.
|
ExceptionConsumer<T,E extends java.lang.Exception> |
A one-argument consumer which can throw an exception.
|
ExceptionFunction<T,R,E extends java.lang.Exception> |
A one-argument function which can throw an exception.
|
ExceptionIntFunction<R,E extends java.lang.Exception> |
A one-argument integer function which can throw an exception.
|
ExceptionLongFunction<R,E extends java.lang.Exception> |
A one-argument long integer function which can throw an exception.
|
ExceptionObjIntConsumer<T,E extends java.lang.Exception> |
A two-argument object and integer consumer which can throw an exception.
|
ExceptionObjLongConsumer<T,E extends java.lang.Exception> |
A two-argument object and long integer consumer which can throw an exception.
|
ExceptionPredicate<T,E extends java.lang.Exception> |
A one-argument predicate which can throw an exception.
|
ExceptionRunnable<E extends java.lang.Exception> |
An operation that can throw an exception.
|
ExceptionSupplier<T,E extends java.lang.Exception> |
A supplier which can throw an exception.
|
ExceptionToIntBiFunction<T,U,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToIntFunction<T,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToLongBiFunction<T,U,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionToLongFunction<T,E extends java.lang.Exception> |
A two-argument function which can throw an exception.
|
ExceptionUnaryOperator<T,E extends java.lang.Exception> |
A unary operator which can throw an exception.
|
Expression |
A compiled property-expansion expression string.
|
Expression.Flag |
Flags that can apply to a property expression compilation
|
Factory<T> |
An object which produces another object.
|
Functions |
A set of utility methods which return common functions.
|
GlobalSelector<T> |
Deprecated.
|
HashMath |
Routines which are useful for hashcode computation, among other things.
|
HostName |
Deprecated.
|
HostName |
Methods for getting the system host name.
|
IndexIterator |
An iterator which can report the current iterator index.
|
Inet |
Utilities relating to Internet protocol (a.k.a.
|
IntIterator |
A primitive iterator, which can be used as the basis for string parsing, tokenizing, and other purposes.
|
NotNull |
An advisory annotation indicating that the given variable, method, or parameter is not nullable.
|
Nullable |
An advisory annotation indicating that the given variable, method, or parameter is nullable.
|
PhantomReference<T,A> |
A reapable phantom reference with an attachment.
|
Process |
Utilities for getting information about the current process.
|
ProcessorInfo |
Provides general information about the processors on this host.
|
Reaper<T,A> |
A cleaner for a dead object.
|
Reference<T,A> |
An enhanced reference type with a type-safe attachment.
|
Reference.Type |
A reference type.
|
References |
A set of utility methods for reference types.
|
RemoteExceptionCause |
A remote exception cause.
|
ResolveContext<E extends java.lang.Exception> |
The expression resolve context, which can be used to query the current expression key, write out expansions or
default values, or perform validation.
|
Selector<T> |
Deprecated.
|
Selector.Getter<T> |
An efficient, unchecked getter for a selector for a given class.
|
SelectorPermission |
Permission to access a specific selector.
|
SoftReference<T,A> |
A reapable soft reference with an attachment.
|
StrongReference<T,A> |
A strong reference with an attachment.
|
ThreadLocalSelector<T> |
Deprecated.
|
WeakReference<T,A> |
A reapable weak reference with an attachment.
|