| Interface | Description |
|---|---|
| Action2<S1,S2> | |
| CheckedCallable<V,E extends java.lang.Exception> | |
| Debug.StackTraceFilter | |
| DelegatingEquals |
Represents an object that delegates its
equals method to another, delegate, object. |
| Function2<S1,S2,T> | |
| Function3<S1,S2,S3,T> | |
| Function4<S1,S2,S3,S4,T> | |
| Function5<S1,S2,S3,S4,S5,T> |
| Class | Description |
|---|---|
| CharSequences | |
| ConcurrentSet<E> | |
| Debug | |
| Exceptions | |
| ExtendedStackTrace | |
| ExtendedStackTraceElement | |
| Objects | |
| Pair<First,Second> | |
| ProcessUtil | |
| SameThreadExecutor | |
| SameThreadExecutorService | |
| ServiceUtil |
A utility class for loading services with
ServiceLoader. |
| Strings | |
| Substring |
An O(1) substring, necessitated by the JDK's new String representation.
|
| SystemProperties |
System properties utilities.
|
| Tuple<E> | |
| UtilUnsafe |
Simple class to obtain access to the
Unsafe object. |
| Annotation Type | Description |
|---|---|
| VisibleForTesting |
Indicates that the annotated element's visibility was increased only for testing purposes, but should have been "private".
|