Class AbstractPlexusIoArchiveResourceCollection.FilteringIterator
java.lang.Object
org.codehaus.plexus.components.io.resources.AbstractPlexusIoArchiveResourceCollection.FilteringIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<PlexusIoResource>
- Enclosing class:
- AbstractPlexusIoArchiveResourceCollection
class AbstractPlexusIoArchiveResourceCollection.FilteringIterator
extends Object
implements Iterator<PlexusIoResource>, Closeable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Iterator<PlexusIoResource>
(package private) PlexusIoResource
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
it
-
next
PlexusIoResource next
-
-
Constructor Details
-
FilteringIterator
- Throws:
IOException
-
-
Method Details
-
doNext
boolean doNext() -
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<PlexusIoResource>
-
next
- Specified by:
next
in interfaceIterator<PlexusIoResource>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<PlexusIoResource>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-