| Class | Description |
|---|---|
| BasicLruCache<K,V> |
A minimal least-recently-used cache for libcore.
|
| CharsetUtils |
Various special-case charset conversions (for performance).
|
| CollectionUtils | |
| CountingOutputStream |
An output stream that keeps count of the number of bytes written to it.
|
| EmptyArray | |
| HexEncoding |
Hexadecimal encoding where each byte is represented by two hexadecimal digits.
|
| Objects | |
| SneakyThrow |
Provides a hacky method that always throws
t even if t is a checked exception. |
| ZoneInfo |
Our concrete TimeZone implementation, backed by zoneinfo data.
|
| ZoneInfo.WallTime |
A class that represents a "wall time".
|
| ZoneInfoDB |
A class used to initialize the time zone database.
|
| ZoneInfoDB.TzData | |
| ZoneInfoDB.TzDataDefault |
| Annotation Type | Description |
|---|---|
| NonNull |
Denotes that a type use can never be null.
|
| Nullable |
Denotes that a type use can be a null.
|