All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
Alphabet |
A base-n encoder/decoder alphabet.
|
Archive |
|
ArrayIterator<E> |
A read-only iterator over an array.
|
Arrays2 |
Useful general array manipulations beyond what Arrays provides.
|
Assert |
A set of assertions and checks.
|
Base32Alphabet |
A base-32 alphabet.
|
Base64Alphabet |
A base-64 alphabet.
|
BiDirIntIterator |
A bi-directional primitive iterator.
|
Branch |
Branch probability directives.
|
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 |
|
CommonMessages_$bundle |
Warning this class consists of generated code.
|
CompositeCharSequence |
A CharSequence composed of other character sequences.
|
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.
|
EnumerationIterator<E> |
An enumeration which is also an iterator.
|
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
|
ExtendedLock |
A thread-owned lock which exposes additional informational methods.
|
Factory<T> |
An object which produces another object.
|
Flags<E extends java.lang.Enum<E>,This extends Flags<E,This>> |
A base class for implementing value-like flags and flag sets, where flags and flag sets may be used without allocation
overhead.
|
Functions |
A set of utility methods which return common functions.
|
GeneralFlag |
General formatting flags.
|
GeneralFlags |
|
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.
|
Locks |
A utility class to create ExtendedLock objects.
|
Log_$logger |
Warning this class consists of generated code.
|
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.
|
NumericFlag |
|
NumericFlags |
|
PhantomReference<T,A> |
A reapable phantom reference with an attachment.
|
Printf |
A string formatter which can be customized.
|
Process |
Utilities for getting information about the current process.
|
ProcessorInfo |
Provides general information about the processors on this host.
|
ProcessRedirect |
Process redirections that work on all JDK versions.
|
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.
|
SpinLock |
A spin lock.
|
StrongReference<T,A> |
A strong reference with an attachment.
|
ThreadLocalSelector<T> |
Deprecated.
|
URIs |
URI-specific utilities.
|
WeakReference<T,A> |
A reapable weak reference with an attachment.
|