Searched refs:Impl (Results 1 – 4 of 4) sorted by relevance
259 return new Impl(classpath); in getInstance()287 private static class Impl extends ExcludeClasspathFilter { class in DependencyAnalyzer.ExcludeClasspathFilter295 private Impl(Path classpath) throws IOException { in Impl() method in DependencyAnalyzer.ExcludeClasspathFilter.Impl
2587 private Key.Impl first, last; // first and last in FIFO queue2600 Key.Impl key = new Key.Impl(fields); in putIfAbsentAndGet()2663 static final class Impl extends Key { class in ObjectStreamClass.DeserializationConstructorsCache.Key2664 Impl next;2668 Impl(ObjectStreamField[] fields) { in Impl() method in ObjectStreamClass.DeserializationConstructorsCache.Key.Impl
474 public static class Impl implements IntExample { class477 public Impl() { name = "Impl#"+nextArg(); } in Impl() method in MethodHandlesTest.IntExample.Impl
175 testFindVirtual(IntExample.Impl.class, IntExample.class, void.class, "Int/v0"); in testFindVirtual()417 testBind(IntExample.Impl.class, void.class, "Int/v0"); in testBind()