Lines Matching refs:HashMap
20 import java.util.HashMap;
31 private HashMap<String,MethodInfo> mMethodList;
33 private HashMap<String,FieldInfo> mFieldList;
62 mMethodList = new HashMap<String,MethodInfo>();
63 mFieldList = new HashMap<String,FieldInfo>();
295 * new hashmap and replace the old.)
300 HashMap<String,FieldInfo> tmpFieldList = new HashMap<String,FieldInfo>();
310 HashMap<String,MethodInfo> tmpMethodList = new HashMap<String,MethodInfo>();