< prev index next >

test/java/lang/String/ContentEquals.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* * @test * @bug 4242309 4982981 * @summary Test equals and contentEquals in String + * @key randomness */ import java.util.Random; import java.nio.CharBuffer; // Yes, I used cut and paste for this test. Yes more code
< prev index next >