|
Classes in com.threerings.util used by com.threerings.util |
DefaultMap
Provides a map implementation that automatically creates, and inserts into the map, a default
value for any value retrieved via the 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.Result
The results of sampling for a single method. |