Class ResourceIteratorDecorator

java.lang.Object
org.apache.sling.resourceresolver.impl.helper.ResourceIteratorDecorator
All Implemented Interfaces:
Iterator<org.apache.sling.api.resource.Resource>

public class ResourceIteratorDecorator extends Object implements Iterator<org.apache.sling.api.resource.Resource>
Resource iterator handling the decoration of resources.
  • Constructor Details

  • Method Details

    • hasNext

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

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

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