org.granite.scan
Class ServiceLoader.ServicesIterator<S>

java.lang.Object
  extended by org.granite.scan.ServiceLoader.ServicesIterator<S>
All Implemented Interfaces:
Iterator<S>
Enclosing class:
ServiceLoader<S>

public static class ServiceLoader.ServicesIterator<S>
extends Object
implements Iterator<S>


Method Summary
 boolean hasNext()
           
 S next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<S>

next

public S next()
Specified by:
next in interface Iterator<S>

remove

public void remove()
Specified by:
remove in interface Iterator<S>