Uses of Class
org.apache.sling.query.impl.iterator.AbstractIterator
-
Packages that use AbstractIterator Package Description org.apache.sling.query.impl.iterator org.apache.sling.query.impl.iterator.tree org.apache.sling.query.impl.resource.jcr -
-
Uses of AbstractIterator in org.apache.sling.query.impl.iterator
Subclasses of AbstractIterator in org.apache.sling.query.impl.iterator Modifier and Type Class Description classAlternativeIterator<T>classDescendantsIterator<T>classEmptyElementFilter<T>classExpandingIterator<T>This iterator evaluates each element from the source iterator, expanding it using given function.classFilteringIterator<T>classLastIterator<T>classMergingIterator<T>classParentsIterator<T>classReverseIterator<T>classSiblingsIterator<T>classSliceIterator<T>classSuppIterator<T>This iterator returns all elements of the input list which are mapped to non-empty values by the input function.classUniqueIterator<T>Provides an iteration of unique objects.classWarningIterator<T> -
Uses of AbstractIterator in org.apache.sling.query.impl.iterator.tree
Subclasses of AbstractIterator in org.apache.sling.query.impl.iterator.tree Modifier and Type Class Description classBfsTreeIterator<T>classDfsTreeIterator<T> -
Uses of AbstractIterator in org.apache.sling.query.impl.resource.jcr
Subclasses of AbstractIterator in org.apache.sling.query.impl.resource.jcr Modifier and Type Class Description classJcrQueryIterator
-