Class | Description |
---|---|
IOUtils |
A utility class with IO-specific helper methods.
|
LatLongUtils |
A utility class to convert, parse and validate geographical latitude/longitude coordinates.
|
LRUCache<K,V> |
An LRUCache with a fixed size and an access-order policy.
|
MercatorProjection |
An implementation of the spherical Mercator projection.
|
Parameters | |
Utils | |
WorkingSetCache<K,V> |
Cache that maintains a working set of elements in the cache, given to it by
setWorkingSet(Set
|