T
- The SPI typeResourceNameIterator
public abstract class ResourceClassIterator<T> extends ResourceIterator
Constructor | Description |
---|---|
ResourceClassIterator() |
Modifier and Type | Method | Description |
---|---|---|
Resource |
nextResource() |
Returns the next
Resource in the iteration. |
abstract <S extends T> |
nextResourceClass() |
Returns the next SPI Class in the iteration.
|
java.lang.String |
nextResourceName() |
Returns the next resource name in the iteration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public ResourceClassIterator()
public abstract <S extends T> ResourceClass<S> nextResourceClass()
S
- Any type extends Tpublic Resource nextResource()
Resource
in the iteration.nextResource
in class ResourceIterator
public java.lang.String nextResourceName()
nextResourceName
in interface ResourceNameIterator
nextResourceName
in class ResourceIterator