Searched refs:setCopy (Results 1 – 1 of 1) sorted by relevance
334 Set<Integer> setCopy = Set.copyOf(Arrays.asList(1, 2, 3)); in realMain() local335 testCollection(setCopy); in realMain()336 testImmutableSet(setCopy, 99); in realMain()337 testCollMutatorsAlwaysThrow(setCopy); in realMain()