| ArrayUtilities |
|
| CacheTable<K> |
|
| CodeTimer |
Deprecated.
|
| DataUtil |
|
| GeoUtils |
Author: Meletis Margaritis
Date: 8/4/14
Time: 1:38 PM
|
| GeoUtils.LatLong |
|
| JavaRosaCoreModule |
|
| Map<K,V> |
A Map is a data object that maintains a map from one set of data
objects to another.
|
| MathUtils |
Static utility functions for mathematical operations
|
| MemoryUtils |
J2ME suffers from major disparities in the effective use of memory.
|
| MultiInputStream |
MultiInputStream allows for concatenating multiple
input streams together to be read serially in the
order that they were added.
|
| Objects |
TODO: replace with java.util.Objects once all clients use Java 1.7+ (for Android, that means a minSDK of 19+).
|
| OrderedMap<K,V> |
|
| PropertyUtils |
|
| SHA1 |
|
| SortedIntSet |
|
| StopWatch |
Helps with timing an operation and logging the time
|
| StreamsUtil |
Deprecated. |