|
Class Summary |
| DefaultMap<K,V> |
Provides a map implementation that automatically creates, and inserts into the map, a default
value for any value retrieved via the DefaultMap.fetch(K) method which has no entry for that key. |
| MessageBundle |
A message bundle provides an easy mechanism by which to obtain translated message strings from
a resource bundle. |
| MessageManager |
The message manager provides a thin wrapper around Java's built-in localization support,
supporting a policy of dividing up localization resources into logical units, all of the
translations for which are contained in a single messages file. |
| MethodProfiler |
Records the times that it takes to call methods. |
| MethodProfiler.Result |
The results of sampling for a single method. |
| RunningStats |
Calculates live values for the mean, variance and standard deviation of a set of samples. |
| TimeUtil |
Utility for times. |