All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractDelegated<T> |
|
| Array<T> |
A wrapper for arrays with hash code and equals.
|
| AutoCloseableBase |
|
| AutoCloseableWithLeakDetectionBase |
A base implementation of AutoClosable that helps detecting resource leaks.
|
| BoundTypeUtils |
|
| BreadthFirstSearchIterator<T,C extends Collection<T>> |
|
| BreadthFirstSearchLib |
|
| BulkConsumer |
|
| BulkingSink<T> |
A sink that collects items in a buffer.
|
| Caster |
Utility class for common casts.
|
| ClassUtils |
|
| Column |
|
| ColumnsReference |
|
| CompletableFutureDelegate<T> |
CompletableFuture with a delegate that can be set at most once.
|
| CompletionTracker |
|
| ConverterRegistry |
|
| ConverterRegistryImpl |
|
| ConvertFunction<I,O> |
A function with information about the input and output types
|
| ConvertFunctionBase |
|
| ConvertFunctionImpl<I,O> |
|
| ConvertFunctionRaw |
Interface to describe a conversion from one Java type to another
|
| ConvertFunctionRawImpl |
|
| CountInfo |
A class that captures a (possibly minimum) count of items.
|
| CountingCompletionService<V> |
Source:
http://stackoverflow.com/questions/9987019/how-to-know-when-a-completionservice-is-finished-delivering-results
http://www.javaspecialists.eu/archive/Issue214.html
|
| DatabaseObject |
|
| DataSourceConfig |
|
| DataSourceConfigDefault |
|
| Delegated<T> |
This is similar to Guava's ForwardingObject, except that
this thing is an interface and the delegate is publicly exposed.
|
| Directed<E> |
A class for 'tagging' another entity with a direction (forward / backward)
|
| Endpoint<T> |
A poor-man's version of guava's internal Cut class
|
| EntityInfo |
Core content metadata describing encoding, content type, charset and
language.
|
| EntityInfoImpl |
A basic java implementation of the EntityInfo interface
|
| Envsubst |
A basic 'envsubst' implementation.
|
| ExceptionUtilsAksw |
Utils for dealing with typical situtations w.r.t.
|
| ExecutorServiceUtils |
|
| FileName |
A model to represent file names - comprising a base name, a content type part and a list of encodings
|
| FileNameImpl |
|
| FileNameUtils |
|
| FinallyRunAll |
Force all actions in a list to run.
|
| ForeignKey |
|
| HealthcheckRunner<T> |
Run a configurable (health check) action at fixed intervals until this action longer raises
an exception.
|
| HealthcheckRunner.Builder<X> |
|
| HealthcheckUtils |
|
| Index |
|
| IniUtils |
Loads all key-value pairs from a given file.
|
| Inserter |
|
| JdbcUtils |
|
| LazyRef<T> |
A supplier for a ref backed by a root ref.
|
| LifeCycle |
A very basic life cycle for things that can start and end
|
| LifeCycleBase |
Basic implementation of a LifeCycle that checks for state violations
|
| LifeCycleBase.State |
|
| ListUtils |
|
| LockUtils |
|
| LoggerCount |
Wraps a logger and counts errors.
|
| MapReader |
A simple utility class for reading Map objects from
two column TSV files.
|
| Memoized<I,O> |
|
| MemoizedBiFunction<I1,I2,O> |
|
| MemoizedBiFunctionImpl<I1,I2,O> |
|
| MemoizedFunction<I,O> |
|
| MemoizedFunctionImpl<I,O> |
|
| MemoizedSupplier<T> |
|
| MemoizedSupplierImpl<T> |
|
| MethodSignature |
|
| MultiMethod |
|
| MultiMethodContainer<T> |
A container where multiple objects/classes can register their methods.
|
| MultipleMethodsInvocationException |
|
| NoMethodInvocationException |
|
| NumberChunker |
|
| ObjectUtils |
|
| Page |
|
| PageHelper |
Interface to ease working with fixed size pages.
|
| PageHelperImpl |
Util class to map a global offset to a page id and relative offset within the page - w.r.t.
|
| PageImpl |
|
| PageInfo<T extends Comparable<T>> |
|
| PageUtils |
Utility methods for working with (fixed-size) pages.
|
| Paginator<T> |
|
| PaginatorBase<T> |
Item-based paginator implementation
|
| PaginatorImpl |
|
| Pair<K,V> |
A pair class based on Map.Entry.
|
| PrimaryKey |
|
| RangeMapUtils |
|
| RangeUtils |
|
| Ref<T> |
Interface for nested references.
|
| RefDelegate<T,R extends Ref<T>> |
Interface with default methods that delegate Ref's methods
|
| RefDelegateBase<T,R extends Ref<T>> |
|
| RefFuture<T> |
In principle a typedef for Ref>
|
| RefFutureImpl<T> |
|
| RefImpl<T> |
Implementation of a Ref
TODO Avoid needless synchronization; a ConcurrentHashMap may help;
ref.equals could do only reference comparison
|
| RefSupplier<T> |
|
| Relation |
|
| ResourceHolder<T> |
|
| ResourceHolderImpl<T> |
Associate a resource with a closing mechanism
|
| RetryUtils |
|
| ScheduleOnce |
Class to schedule a task after a certain delay and ensure that it only
executes once.
|
| ScheduleOnce2 |
Class to schedule a task after a certain delay and ensure that it only
executes once.
|
| Schema |
|
| SingletonLazyRef<T> |
A wrapper that turns a supplier of references into a singleton such that
at any given time (on a specific jvm) only a most a single reference will have been
acquired from that supplier.
|
| Sink<T> |
|
| SqlUtils |
|
| StackTraceUtils |
|
| StreamUtils |
Deprecated. |
| StringPrettyComparator |
Identifies sub-strings that correspond to integers and compares those parts
as integers.
|
| StringUtils |
|
| ThrowingRunnable |
|
| Time |
|
| TriConsumer<A,B,C> |
|
| Triplet<V,E> |
A generalization of a triple; an edge in a graph with node type V and edge attribute type E
|
| TripletImpl<V,E> |
|
| TripletPath<V,E> |
A path from triplets.
|
| Unwrappable |
Generic interface to access associated (context information / aspects / APIs / whatever to call it) of objects.
|