Class UniqueResourceIterator
java.lang.Object
org.apache.sling.resourceresolver.impl.helper.AbstractIterator<Resource>
org.apache.sling.resourceresolver.impl.helper.UniqueResourceIterator
This iterator removes duplicated Resource entries. Regular resources
overrides the synthetic ones.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sling.resourceresolver.impl.helper.AbstractIterator
hasNext, next, remove
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
-
Constructor Details
-
UniqueResourceIterator
-
-
Method Details
-
seek
Description copied from class:AbstractIterator
Abstract method to be overriden by subclasses- Specified by:
seek
in classAbstractIterator<Resource>
-