| Interface | Description |
|---|---|
| Accumulator<E> | |
| LogRedirector.Logger |
Custom logger implementation that can forward logs to something other than Android's
Log API. |
| Predicate<T> | |
| ThreadBound |
Implemented by an object whose methods must be called on a specific thread.
|
| UncheckedCallable<V> |
A task that returns a result.
|
| Class | Description |
|---|---|
| ArrayListAccumulator<E> | |
| ExceptionUtil | |
| ListUtil | |
| LogRedirector |
Logging interface which allows third party code to replace Android's
Log API with
their own implementation. |
| LogUtil |
Logging helper specifically for use by Stetho internals.
|
| ProcessUtil | |
| ReflectionUtil | |
| StringUtil | |
| Utf8Charset | |
| Util |