| Constructor and Description |
|---|
TServiceLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<? super S> action) |
Iterator<S> |
iterator() |
static <S> ServiceLoader<S> |
load(Class aClass) |
static <S> ServiceLoader<S> |
load(Class aClass,
ClassLoader aLoader) |
static <S> ServiceLoader<S> |
loadInstalled(Class<S> service) |
Spliterator<S> |
spliterator() |
public static <S> ServiceLoader<S> load(Class aClass)
public static <S> ServiceLoader<S> load(Class aClass, ClassLoader aLoader)
public static <S> ServiceLoader<S> loadInstalled(Class<S> service)
public Spliterator<S> spliterator()
spliterator in interface Iterable<S>Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.