All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractAsyncEventListener |
|
| AbstractBuildable<F> |
|
| AbstractBuildable.AbstractBuilder<F,T,B extends AbstractBuildable.AbstractBuilder<F,T,B>> |
|
| AbstractComponentRepository<K,C extends Component<K>,F extends ComponentFactory<K,C>> |
Abstract class to encapsulate the loading of implementations that are registered with the ServiceLoader interface.
|
| AbstractSimilarityKeyComponentRepository<K extends Similar<K>,C extends Component<K>,F extends ComponentFactory<K,C>> |
Component repository for keys that can be similar and support for composite keys.
|
| AbstractSimilarityKeyRepository<K extends Similar<K>,C extends Component<K>> |
|
| AbstractThrowingIterator<T,X extends Exception> |
|
| Builder<T,B extends Builder<T,B>> |
|
| Chain<T> |
TODO JavaDoc
|
| CharacterClass |
Class to represent a characater class.
|
| CharacterClasses |
TODO JavaDoc
|
| ClassBasedComponentKey<T> |
|
| Classes |
TODO JavaDoc
|
| ClassHelper |
|
| Comparables |
|
| Component<K> |
Base interface for keyed components.
|
| ComponentFactory<K,C extends Component<K>> |
|
| ComponentRepository<K,C extends Component<K>> |
Generic interface for repositories containing Components.
|
| CompositeException |
TODO JavaDoc
|
| CompositeSimilar<T extends Similar<T>> |
TODO JavaDoc
|
| ConfigLocationProvider |
TODO JavaDoc
|
| Constructable |
|
| Consumers |
|
| Copyable<T extends Copyable<T>> |
A class that can produce a deep copy of itself.
|
| Debouncer |
Postpones a operation until a configurable amount of time is passed without further requests for the operation.
|
| Destroyable |
|
| Event |
|
| EventBus |
|
| EventListener |
Interface for the Event listener
|
| EventListenerRegistrator |
|
| Functions |
|
| GroupedAndNamedThreadFactory |
|
| HTTPConstants |
TODO JavaDoc
|
| HTTPHeaders |
TODO JavaDoc
|
| HTTPMethods |
TODO JavaDoc
|
| HTTPStatus |
TODO JavaDoc
|
| IntervalMap<K,V> |
A map that uses intervals (specified as an upper and lower bound) as keys.
|
| IntervalTree<K,V> |
|
| IPAddress |
Encapsulation of an IP address.
|
| IPAddressRange |
Representation of an IPv4 address range based on an address and a subnet mask.
|
| ISO6392B |
Enum for ISO 639 bibliographic codes.
|
| Json |
TODO JavaDoc
|
| Keyed<K> |
Interface for keyed classes
|
| LocaleHelper |
|
| LocalizedString |
Immutable localized variant of a string.
|
| LocationHintException |
Exception with an additional location hint.
|
| MediaType |
TODO JavaDoc
|
| MediaTypes |
TODO JavaDoc
|
| MoreCollectors |
TODO JavaDoc
|
| MoreIterators |
|
| MultilingualString |
|
| NcName |
TODO JavaDoc
|
| Optionals |
|
| Predicates |
|
| Producer<T> |
Generic Factory interface.
|
| Producers |
TODO JavaDoc
|
| ProxyChain |
Representation of a proxy chain as found in HTTP X-Forwarded-For header.
|
| ProxySimilarityComparator<T,K extends Similar<K>> |
TODO JavaDoc
|
| QueryBuilder |
TODO JavaDoc
|
| Similar<T> |
TODO JavaDoc
|
| SimilarityComparator<T extends Similar<T>> |
TODO JavaDoc
|
| SingleTypeComponentFactory<K,C extends Component<K>> |
|
| Stopwatch |
TODO JavaDoc
|
| Streamable<T> |
Interface for classes that have a stream() method.
|
| StreamingIterable<T> |
|
| Streams |
|
| StringInterpolationException |
Exception with additional formatting parameters.
|
| Suppliers |
|
| ThrowableFunction<F,T> |
TODO JavaDoc
|
| ThrowingBiConsumer<A,B,X extends Exception> |
Represents an operation that accepts two input arguments and returns no result.
|
| ThrowingBiFunction<T,U,R,X extends Exception> |
Represents a function that accepts two arguments and produces a result.
|
| ThrowingBiPredicate<T,U,X extends Exception> |
Represents a predicate (boolean-valued function) of two arguments.
|
| ThrowingCallable<V,X extends Exception> |
TODO JavaDoc
|
| ThrowingConsumer<A,X extends Exception> |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingFunction<T,R,X extends Exception> |
Represents a function that accepts one argument and produces a result.
|
| ThrowingIterator<T,X extends Exception> |
|
| ThrowingPredicate<T,X extends Exception> |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingRunnable<X extends Exception> |
TODO JavaDoc
|
| ThrowingSupplier<T,X extends Exception> |
Represents a supplier of results.
|
| ThrowingTriConsumer<A,B,C,X extends Exception> |
TODO JavaDoc
|
| ThrowingUnaryOperator<T,X extends Exception> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| Times |
TODO JavaDoc
|
| TimeValue |
TODO JavaDoc
|
| TriConsumer<A,B,C> |
TODO JavaDoc
|