E - The service to load@Deprecated public class ServiceLoaderIterator<E> extends Object implements Iterator<E>
ServiceLoader mechanism.| Constructor and Description |
|---|
ServiceLoaderIterator(Class<E> service)
Deprecated.
|
ServiceLoaderIterator(Class<E> service,
ClassLoader classLoader)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ServiceLoaderIterator(Class<E> service)
public ServiceLoaderIterator(Class<E> service, ClassLoader classLoader)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.