public class URLClassPathRootIterator extends Object implements Iterator<ClassPathResource>
| Constructor and Description |
|---|
URLClassPathRootIterator(URL url) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
boolean |
hasNext() |
ClassPathResource |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic URLClassPathRootIterator(URL url) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<ClassPathResource>public ClassPathResource next()
next in interface Iterator<ClassPathResource>public void remove()
remove in interface Iterator<ClassPathResource>Copyright © 2021 vpc open source initiative. All rights reserved.