public abstract class ResourceIterator extends Object implements ResourceNameIterator
Resource
.Constructor and Description |
---|
ResourceIterator() |
Modifier and Type | Method and Description |
---|---|
abstract Resource |
nextResource()
Returns the next
Resource in the iteration. |
String |
nextResourceName()
Returns the next resource name in the iteration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public abstract Resource nextResource()
Resource
in the iteration.public String nextResourceName()
nextResourceName
in interface ResourceNameIterator
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.