Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DConstructor.java32 public final class Constructor<T> extends java.lang.reflect.Executable { class
34 private Constructor() { in Constructor() method in Constructor
38 private Constructor( in Constructor() method in Constructor
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DConstructor.annotated.java32 public final class Constructor<T> extends java.lang.reflect.Executable { class
34 Constructor() { throw new RuntimeException("Stub!"); } in Constructor() method in Constructor
/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java56 public final class Constructor<T> extends Executable { class
67 private Constructor() { in Constructor() method in Constructor
71 private Constructor(Class<?> serializationCtor, in Constructor() method in Constructor