Searched refs:copy2 (Results 1 – 3 of 3) sorted by relevance
74 Set<Integer> copy2 = Set.copyOf(copy1); in copyOfIdentity() local77 assertSame(copy1, copy2); in copyOfIdentity()
76 Map<Integer, String> copy2 = Map.copyOf(copy1); in copyOfIdentity() local79 assertSame(copy1, copy2); in copyOfIdentity()
329 List<Integer> copy2 = List.copyOf(copy1); in copyOfIdentity() local332 assertSame(copy1, copy2); in copyOfIdentity()