| Interface | Description |
|---|---|
| WorkQueue.WorkUnitProcessor<T> |
| Class | Description |
|---|---|
| AdditionOrderedSet<T> |
A simplified set that has O(1) add time, but also preserves a list of elements in the order they were added.
|
| AutoCloseableExecutorService |
A ThreadPoolExecutor that can be used in a try-with-resources block.
|
| FastManifestParser |
Fast parser for jar manifest files.
|
| FastPathResolver |
Resolve relative paths and URLs/URIs against a base path in a way that is faster than Java's URL/URI parser (and
much faster than Path), while aiming for cross-platform compatibility, and hopefully in particular being robust
to the many forms of Windows path weirdness.
|
| InterruptionChecker |
Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or
has thrown an exception.
|
| Join | |
| LogNode | |
| MultiMapKeyToList<S,T> | |
| MultiMapKeyToSet<S,T> | |
| Recycler<T extends AutoCloseable,E extends Exception> |
Recycle instances of type T.
|
| ReflectionUtils | |
| SimpleThreadFactory |
"Simple" implementation of thread factory.
|
| SingletonMap<K,V> |
A map from keys to singleton instances.
|
| VersionFinder | |
| WorkQueue<T> |
Copyright © 2016. All rights reserved.