< prev index next >

test/java/util/Collections/Disjoint.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4339792 * @summary Basic test for Collections.disjoint * @author Josh Bloch + * @key randomness */ import java.util.*; public class Disjoint {
< prev index next >