Class ServiceLoaderIterator<E>
java.lang.Object
org.apache.commons.compress.utils.ServiceLoaderIterator<E>
- Type Parameters:
E
- The service to load
- All Implemented Interfaces:
Iterator<E>
Deprecated.
No longer needed.
Iterates all services for a given class through the standard
ServiceLoader
mechanism.- Since:
- 1.13
-
Constructor Summary
ConstructorDescriptionServiceLoaderIterator
(Class<E> service) Deprecated.ServiceLoaderIterator
(Class<E> service, ClassLoader classLoader) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining