Searched defs:Public (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/beans/EventHandler/
H A DTest6788531.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
43 public static class Public { class in class:Test6788531
49 static class Private extends Public {
/openjdk7/jdk/test/java/beans/Statement/
H A DTest6788531.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
39 public static class Public { class in class:Test6788531
45 static class Private extends Public {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceState.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
49 Public = 2; field in class:InterfaceState
55 if (modifier < Private || modifier > Public)
56 modifier = Public;
59 public int modifier = Public;
H A DToken.java6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
107 Public = 42, // | | field in class:Token
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest8013416.java6 * under the terms of the GNU General Public License version 2 only, as
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * You should have received a copy of the GNU General Public License version
46 Public<String, String> map = new Public<String, String>();
55 encoder.setPersistenceDelegate(Public.class, new PublicPersistenceDelegate());
68 Public<String, String> map = (Public) oldInstance;
76 public static final class Public<K, V> extends Private<K, V> { class in class:Test8013416

Completed in 351 milliseconds