org.apache.commons.discovery
public interface ResourceNameIterator
Modifier and Type | Method and 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()
Copyright © 2002-2014. All Rights Reserved.