Abstract.java revision 3233:b5d08bc0d224
121439Sjdp/*
221439Sjdp * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
321439Sjdp * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
421439Sjdp *
521439Sjdp * This code is free software; you can redistribute it and/or modify it
621439Sjdp * under the terms of the GNU General Public License version 2 only, as
721439Sjdp * published by the Free Software Foundation.
821439Sjdp *
921439Sjdp * This code is distributed in the hope that it will be useful, but WITHOUT
1021439Sjdp * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1121439Sjdp * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1221439Sjdp * version 2 for more details (a copy is included in the LICENSE file that
1321439Sjdp * accompanied this code).
1421439Sjdp *
1521439Sjdp * You should have received a copy of the GNU General Public License version
1621439Sjdp * 2 along with this work; if not, write to the Free Software Foundation,
1721439Sjdp * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1821439Sjdp *
1921439Sjdp * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2021439Sjdp * or visit www.oracle.com if you need additional information or have any
2121439Sjdp * questions.
2221439Sjdp */
2321439Sjdp
2421439Sjdppackage pkg2;
2521439Sjdp
2699112Sobrienpublic class Abstract implements Spliterator.OfDouble {
2799112Sobrien    static class AbstractV1<Double> implements Spliterator.OfDouble {}
2899112Sobrien}
2921439Sjdp
3021439Sjdp