Searched refs:intf1 (Results 1 – 2 of 2) sorted by relevance
485 Key2(Class<?> intf1, Class<?> intf2) { in Key2() argument486 super(intf1); in Key2()487 hash = 31 * intf1.hashCode() + intf2.hashCode(); in Key2()498 Class<?> intf1, intf2; in equals() local502 (intf1 = get()) != null && in equals()503 intf1 == ((Key2) obj).get() && in equals()
165 Key2(java.lang.Class<?> intf1, java.lang.Class<?> intf2) { in Key2() argument