Class TServiceLoader<S>
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.util.TServiceLoader<S>
- All Implemented Interfaces:
Iterable<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiditerator()static <S> ServiceLoader<S> static <S> ServiceLoader<S> load(Class aClass, ClassLoader aLoader) static <S> ServiceLoader<S> loadInstalled(Class<S> service)
-
Constructor Details
-
TServiceLoader
public TServiceLoader()
-
-
Method Details
-
load
-
load
-
loadInstalled
-
iterator
-
forEach
-
spliterator
- Specified by:
spliteratorin interfaceIterable<S>
-