A healthy dash of google-collections

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5798 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-05-23 01:04:08 +00:00
parent 1bdb2cae16
commit b222eed2fd
34 changed files with 152 additions and 91 deletions
@@ -23,6 +23,8 @@ package com.threerings.presents.server;
import java.util.HashMap;
import com.google.common.collect.Maps;
import com.threerings.presents.client.TimeBaseService.GotTimeBaseListener;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.data.TimeBaseCodes;
@@ -91,8 +93,7 @@ public class TimeBaseProvider
}
/** Used to keep track of our time base objects. */
protected static HashMap<String,TimeBaseObject> _timeBases =
new HashMap<String,TimeBaseObject>();
protected static HashMap<String,TimeBaseObject> _timeBases = Maps.newHashMap();
/** The invocation manager with which we interoperate. */
protected static InvocationManager _invmgr;