Uses of Interface
java.util.ServiceLoader.Provider
-
Packages that use ServiceLoader.Provider Package Description java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). -
-
Uses of ServiceLoader.Provider in java.util
Methods in java.util that return types with arguments of type ServiceLoader.Provider Modifier and Type Method Description Stream<ServiceLoader.Provider<S>>
ServiceLoader. stream()
Returns a stream that lazily loads the available providers of this loader's service.
-