Package org.irods.irods4j.high_level.vfs
Class IRODSCollectionIterator.CollectionEntryIterator
java.lang.Object
org.irods.irods4j.high_level.vfs.IRODSCollectionIterator.CollectionEntryIterator
- All Implemented Interfaces:
Iterator<CollectionEntry>
- Enclosing class:
- IRODSCollectionIterator
public static final class IRODSCollectionIterator.CollectionEntryIterator
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>
-