Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/util/
DServiceLoader.annotated.java31 public final class ServiceLoader<S> implements java.lang.Iterable<S> { class
33 ServiceLoader() { throw new RuntimeException("Stub!"); } in ServiceLoader() method in ServiceLoader
/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java286 public final class ServiceLoader<S> class
405 private ServiceLoader(Class<?> caller, Class<S> svc, ClassLoader cl) { in ServiceLoader() method in ServiceLoader