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

/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DBoundedGenericMethodsTests.java33 public <T extends BoundedGenericMethods> T noParamReturn() { method in class:BoundedGenericMethodsTests.BoundedGenericMethods
117 Method method = clazz.getMethod("noParamReturn");
H A DGenericMethodsTests.java37 public <T> T noParamReturn() { return (T) new Object(); } method in class:GenericMethodsTests.GenericMethods
98 Method method = clazz.getMethod("noParamReturn");

Completed in 3 milliseconds