Searched defs:Grand (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6422403.java35 test(Grand.class, "array", new Object[0].getClass());
52 private static class Grand<A> { class in class:Test6422403
64 private static class Parent<N extends Number> extends Grand<N> {
H A DTest6194788.java38 test(Grand.class, new PropertyDescriptor("index", Grand.class));
39 test(Grand.class, new IndexedPropertyDescriptor("name", Grand.class, null, null, "getName", "setName"));
62 public static class Grand { class in class:Test6194788

Completed in 35 milliseconds