Searched refs:getThing (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/management/mxbean/
H A DGenericTypeTest.java40 public T getThing() { method in class:GenericTypeTest.Gen
85 public String getThing() { method in class:GenericTypeTest.ConcreteOverride
86 return super.getThing();
/openjdk7/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java64 * method called getThing() and it declares a static field
77 m = c.getMethod("getThing");
82 "nested classes nor getThing() method");
103 "TEST ERROR: class " + c.getName() + " has getThing() method " +
264 public T getThing() { method in class:TestTypeResolver.Outer.Inner
275 public T getThing() { method in class:TestTypeResolver.Super
287 public Integer getThing() { method in class:TestTypeResolver.IntOverride
309 public List<Integer> getThing() { method in class:TestTypeResolver.ListIntSub
328 public List<V> getThing() { method in class:TestTypeResolver.ListUSub
353 public T getThing(); method in interface:TestTypeResolver.Intf
393 public <T> T getThing() { method in class:TestTypeResolver.MethodParam
486 public Map<K, V> getThing() { method in class:TestTypeResolver.SuperMap
[all...]
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java189 public int getThing(); method in interface:CounterMonitorDeadlockTest.TestMBean
199 public int getThing() { method in class:CounterMonitorDeadlockTest.Test
H A DGaugeMonitorDeadlockTest.java190 public int getThing(); method in interface:GaugeMonitorDeadlockTest.TestMBean
200 public int getThing() { method in class:GaugeMonitorDeadlockTest.Test
H A DStringMonitorDeadlockTest.java189 public String getThing(); method in interface:StringMonitorDeadlockTest.TestMBean
199 public String getThing() { method in class:StringMonitorDeadlockTest.Test

Completed in 647 milliseconds