Searched refs:intf2 (Results 1 – 2 of 2) sorted by relevance
485 Key2(Class<?> intf1, Class<?> intf2) { in Key2() argument487 hash = 31 * intf1.hashCode() + intf2.hashCode(); in Key2()488 ref2 = new WeakReference<Class<?>>(intf2); in Key2()498 Class<?> intf1, intf2; in equals() local504 (intf2 = ref2.get()) != null && in equals()505 intf2 == ((Key2) obj).ref2.get(); in equals()
165 Key2(java.lang.Class<?> intf1, java.lang.Class<?> intf2) { in Key2() argument