Package | Description |
---|---|
org.apache.sling.query.iterator | |
org.apache.sling.query.iterator.tree | |
org.apache.sling.query.resource.jcr |
Modifier and Type | Class and Description |
---|---|
class |
AlternativeIterator<T> |
class |
DescendantsIterator<T> |
class |
EmptyElementFilter<T> |
class |
ExpandingIterator<T>
This iterator evaluates each element from the source iterator, expanding it using given function.
|
class |
FilteringIterator<T> |
class |
LastIterator<T> |
class |
MergingIterator<T> |
class |
ParentsIterator<T> |
class |
ReverseIterator<T> |
class |
SiblingsIterator<T> |
class |
SliceIterator<T> |
class |
SuppIterator<T>
This iterator returns all elements of the input list which are mapped to
non-empty values by the input function.
|
class |
UniqueIterator<T>
Provides an iteration of unique objects.
|
class |
WarningIterator<T> |
Modifier and Type | Class and Description |
---|---|
class |
BfsTreeIterator<T> |
class |
DfsTreeIterator<T> |
Modifier and Type | Class and Description |
---|---|
class |
JcrQueryIterator |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.