| Interface | Description |
|---|---|
| NamedStream |
Marker interface for
InputStream that need special handling. |
| Class | Description |
|---|---|
| Join |
Utility class used to join strings together with a delimiter.
|
| Logger |
Logger for Robolectric.
|
| Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
| Scheduler |
Class that manages a queue of Runnables that are scheduled to run now (or at some time in
the future).
|
| SimpleFuture<T> |
A Future represents the result of an asynchronous computation.
|
| SoftThreadLocal<T> |
Soft reference to a
java.lang.ThreadLocal. |
| Strftime |
An implementation of the Unix strftime with some glibc extensions.
|
| Strings |
Utility methods for dealing with strings.
|
| TempDirectory | |
| TestRunnable | |
| TimeUtils |
Utility methods for dealing with time.
|
| Util |
Generic collection of utility methods.
|
| Enum | Description |
|---|---|
| Scheduler.IdleState |
Describes the current state of a
Scheduler. |