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

/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java426 static List<MethodType> allMethodTypes(int minargc, int maxargc, Class<?>... types) { method in class:InvokeGenericTest
453 static List<MethodType> allMethodTypes(int argc, Class<?>... types) { method in class:InvokeGenericTest
454 return allMethodTypes(argc, argc, types);
465 for (MethodType type : allMethodTypes(2, Object.class, String.class, CharSequence.class)) {

Completed in 31 milliseconds