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 public class ServiceLoaderIterator<E> extends Object implements Iterator<E>
Deprecated.
No longer needed.
Iterates all services for a given class through the standard ServiceLoader mechanism.
Since:
1.13