| Class | Description |
|---|---|
| DateUtils |
Simple Date and time utils.
|
| DateUtils.DefaultCalendarThreadLocal |
Calendar objects are rather expensive: for heavy usage it's a good idea to use a single instance per thread
instead of calling Calendar.getInstance() multiple times.
|
| ObjectCache<KEY,VALUE> |
An in-memory object cache supporting soft/weak/strong references, maximum size (clearing the entries that were put
first), and time-based expiration.
|
| PrimitiveArrayUtils |
Retrieves int and long values from byte arrays.
|
| StringUtils |
Utilities for working with strings like splitting, joining, url-encoding, hex, and digests.
|
| Enum | Description |
|---|---|
| ObjectCache.ReferenceType |
Available under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.