Home
last modified time | relevance | path

Searched defs:getDeclaredConstructor (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java140 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.@lib… in getDeclaredConstructor() method in Class
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java153 public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>... parameterTypes… in getDeclaredConstructor() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java298 public java.lang.reflect.Constructor<T> getDeclaredConstructor( in getDeclaredConstructor() method in Class
/libcore/ojluni/src/main/java/java/lang/
DClass.java2168 public Constructor<T> getDeclaredConstructor(Class<?>... parameterTypes) in getDeclaredConstructor() method in Class