Class SimpleReadableResourceIterator

java.lang.Object
org.apache.sling.distribution.resources.impl.common.SimpleReadableResourceIterator
All Implemented Interfaces:
Iterator<org.apache.sling.api.resource.Resource>

public class SimpleReadableResourceIterator extends Object implements Iterator<org.apache.sling.api.resource.Resource>
Read only resource collection.
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<org.apache.sling.api.resource.Resource>
    • next

      public org.apache.sling.api.resource.Resource next()
      Specified by:
      next in interface Iterator<org.apache.sling.api.resource.Resource>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<org.apache.sling.api.resource.Resource>