Package org.irods.irods4j.high_level.vfs
Class IRODSRecursiveCollectionIterator.RecursiveCollectionEntryIterator
java.lang.Object
org.irods.irods4j.high_level.vfs.IRODSRecursiveCollectionIterator.RecursiveCollectionEntryIterator
- All Implemented Interfaces:
Iterator<CollectionEntry>
- Enclosing class:
- IRODSRecursiveCollectionIterator
public static final class IRODSRecursiveCollectionIterator.RecursiveCollectionEntryIterator
extends Object
implements Iterator<CollectionEntry>
The class providing the iterator implementation over a collection.
- Since:
- 0.1.0
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<CollectionEntry>
-
next
- Specified by:
nextin interfaceIterator<CollectionEntry>
-