Searched refs:id_nums (Results 1 – 3 of 3) sorted by relevance
31 public static WeakHashMap<Object, Long> id_nums = new WeakHashMap<>(); field in Test198235 Long id = id_nums.get(o); in printGeneric()38 id_nums.put(o, id); in printGeneric()
33 public static WeakHashMap<Object, Long> id_nums = new WeakHashMap<>(); field in Test197537 Long id = id_nums.get(o); in printGeneric()40 id_nums.put(o, id); in printGeneric()
61 public static WeakHashMap<Object, Long> id_nums = new WeakHashMap<>(); field in Test198165 Long id = id_nums.get(o); in printGeneric()68 id_nums.put(o, id); in printGeneric()