ResourceClassIterator
, ResourceIterator
public interface ResourceNameIterator
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Returns true if the iteration has more elements.
|
java.lang.String |
nextResourceName() |
nextResourceName() returns the name of the next resource,
and MUST be non-destructive.
|
boolean hasNext()
java.lang.String nextResourceName()