Package org.duracloud.sync.endpoint
Class ChunkFilteredIterator
- java.lang.Object
-
- org.duracloud.sync.endpoint.ChunkFilteredIterator
-
public class ChunkFilteredIterator extends Object implements Iterator<String>
This class exposes an iterator to a String listing that excludes content chunks (as defined in ChunksManifest.java) and replaces items named as chunk manifests (as defined in ChunksManifest.java) with their original content name.- Author:
- Andrew Woods Date: 9/9/11
-
-
Constructor Summary
Constructors Constructor Description ChunkFilteredIterator(Iterator<String> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Stringnext()voidremove()-
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
-
-