public static class ServiceLoader.ServicesIterator<S> extends Object implements Iterator<S>
boolean
hasNext()
S
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<S>
public S next()
next
public void remove()
remove