< prev index next >

test/java/util/BitSet/PreviousBits.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* * @test * @bug 6410729 6586631 * @summary Test previousClearBit, previousSetBit + * @key randomness */ import java.util.*; public class PreviousBits {
< prev index next >