jdk/test/java/util/regex/RegExTest.java
changeset 30436 17827057ef5a
parent 30375 6da086d0f46d
child 31645 26db68d6758c
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    44 import java.util.Random;
    44 import java.util.Random;
    45 import java.io.*;
    45 import java.io.*;
    46 import java.util.*;
    46 import java.util.*;
    47 import java.nio.CharBuffer;
    47 import java.nio.CharBuffer;
    48 import java.util.function.Predicate;
    48 import java.util.function.Predicate;
       
    49 import jdk.testlibrary.RandomFactory;
    49 
    50 
    50 /**
    51 /**
    51  * This is a test class created to check the operation of
    52  * This is a test class created to check the operation of
    52  * the Pattern and Matcher classes.
    53  * the Pattern and Matcher classes.
    53  */
    54  */