E - The service to loadpublic class ServiceLoaderIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
ServiceLoader mechanism.| Constructor and Description |
|---|
ServiceLoaderIterator(java.lang.Class<E> service) |
ServiceLoaderIterator(java.lang.Class<E> service,
java.lang.ClassLoader classLoader) |