Searched refs:ConstructDirect (Results 1 – 1 of 1) sorted by relevance
240 public static class ConstructDirect implements Runnable { class in Test993243 public ConstructDirect(String msg, Supplier<Object> s) { in ConstructDirect() method in Test993.ConstructDirect353 new ConstructDirect("new TestClass1()", TestClass1::new),363 new ConstructDirect("new TestClass1ext()", TestClass1ext::new),392 new ConstructDirect("new Vector()", Vector::new),402 new ConstructDirect("new Stack()", Stack::new),