Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesTest.java456 public static class PubExample extends Example { class in MethodHandlesTest
457 public PubExample() { this("PubExample"); } in PubExample() method in MethodHandlesTest.PubExample
458 protected PubExample(String prefix) { super(prefix+"#"+nextArg()); } in PubExample() method in MethodHandlesTest.PubExample