Home
last modified time | relevance | path

Searched defs:generic (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodType.java81 public MethodType generic() { return null; } in generic() method in MethodType
/libcore/ojluni/annotations/sdk/nullability/java/lang/invoke/
DMethodType.annotated.java70 public java.lang.invoke.MethodType generic() { throw new RuntimeException("Stub!"); } in generic() method in MethodType
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodTypeTest.java508 MethodType generic = mt.generic(); in testGeneric() local