ResourceNameIteratorResourceClassIteratorpublic abstract class ResourceIterator extends java.lang.Object implements ResourceNameIterator
Resource.| Constructor | Description |
|---|---|
ResourceIterator() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Resource |
nextResource() |
Returns the next
Resource 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, waithasNextpublic ResourceIterator()
public abstract Resource nextResource()
Resource in the iteration.public java.lang.String nextResourceName()
nextResourceName in interface ResourceNameIterator