jdk/test/java/util/stream/bootlib/java.base/java/util/stream/StreamTestScenario.java
changeset 43792 05d6b8f2eff5
parent 33827 2d5adfe636ee
equal deleted inserted replaced
43791:116beb9c53a5 43792:05d6b8f2eff5
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25 import java.util.Collections;
    25 import java.util.Collections;
    26 import java.util.EnumSet;
    26 import java.util.EnumSet;
    27 import java.util.Iterator;
    27 import java.util.Iterator;
    28 import java.util.Set;
    28 import java.util.Set;
    29 import java.util.Spliterator;
    29 import java.util.Spliterator;
       
    30 import java.util.SpliteratorTestHelper;
    30 import java.util.function.Consumer;
    31 import java.util.function.Consumer;
    31 import java.util.function.Function;
    32 import java.util.function.Function;
    32 
    33 
    33 /**
    34 /**
    34  * Test scenarios for reference streams.
    35  * Test scenarios for reference streams.