Class ContentIterator

  • All Implemented Interfaces:
    Iterator<String>

    public class ContentIterator
    extends Object
    implements Iterator<String>
    Iterates over the content list in a DuraCloud space. Handles the chunked nature of long item lists internally, allowing the caller to simply call next() to iterate through the entire content listing, regardless of its length.