6667686970717273
//maps is a hashtable from client test (key) to server test (value) private static MapManager map = null; public static MapManager getMapManager() { if (map == null) map = new MapManager(); return map; }