Searched refs:dopsTable (Results 1 – 1 of 1) sorted by relevance
56 static Hashtable<String, DopInfo> dopsTable; field in DopInfo105 return (DopInfo) dopsTable.get(name); in get()109 return dopsTable.get(name) != null; in contains()120 dopsTable.put(name, info); in add()229 dopsTable = new Hashtable<String, DopInfo>();