| Class | Description |
|---|---|
| Checksum |
Provides convenience functions for dealing with MessageDigest algorithms.
|
| FileNames |
Utility class for working with file names.
|
| GeoHash |
This class provides an implementation of the GeoHash (http://www.geohash.org)
algorithm.
|
| LoggedPerformanceTimer |
A very simple performance timer implementation using System.nanoTime() that
writes its results to a file.
|
| Pair<A,B> |
Simple tuple class for holding arbitrary value pairs.
|
| PerformanceTimer |
A very simple performance timer implementation using System.nanoTime().
|
| SimplePair<T> |
Represents a
Pair that contains two items of the same type. |
| Version |