class AbstractPlexusIoArchiveResourceCollection.FilteringIterator extends java.lang.Object implements java.util.Iterator<PlexusIoResource>, java.io.Closeable
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Iterator<PlexusIoResource> |
it |
(package private) PlexusIoResource |
next |
Constructor and Description |
---|
FilteringIterator() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
(package private) boolean |
doNext() |
boolean |
hasNext() |
PlexusIoResource |
next() |
void |
remove() |
final java.util.Iterator<PlexusIoResource> it
PlexusIoResource next
public FilteringIterator() throws java.io.IOException
java.io.IOException
boolean doNext()
public boolean hasNext()
hasNext
in interface java.util.Iterator<PlexusIoResource>
public PlexusIoResource next()
next
in interface java.util.Iterator<PlexusIoResource>
public void remove()
remove
in interface java.util.Iterator<PlexusIoResource>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException