Uses of Class
org.apache.sling.query.impl.iterator.SiblingsIterator.Type
-
Packages that use SiblingsIterator.Type Package Description org.apache.sling.query.impl.iterator -
-
Uses of SiblingsIterator.Type in org.apache.sling.query.impl.iterator
Methods in org.apache.sling.query.impl.iterator that return SiblingsIterator.Type Modifier and Type Method Description static SiblingsIterator.Type
SiblingsIterator.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SiblingsIterator.Type[]
SiblingsIterator.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sling.query.impl.iterator with parameters of type SiblingsIterator.Type Constructor Description SiblingsIterator(Predicate<T> until, T resource, SiblingsIterator.Type type, org.apache.sling.query.api.internal.TreeProvider<T> provider)
-