Home
last modified time | relevance | path

Searched refs:setCopy (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java334 Set<Integer> setCopy = Set.copyOf(Arrays.asList(1, 2, 3)); in realMain() local
335 testCollection(setCopy); in realMain()
336 testImmutableSet(setCopy, 99); in realMain()
337 testCollMutatorsAlwaysThrow(setCopy); in realMain()