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 Summary
ConstructorsConstructorDescriptionResourceIteratorDecorator(ResourceDecoratorTracker tracker, Iterator<org.apache.sling.api.resource.Resource> iterator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ResourceIteratorDecorator
public ResourceIteratorDecorator(ResourceDecoratorTracker tracker, Iterator<org.apache.sling.api.resource.Resource> iterator)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.apache.sling.api.resource.Resource next() -
remove
public void remove()
-