public static class FilterContentPackage.FilteringIterator extends Object implements Iterator
| Constructor and Description |
|---|
FilteringIterator(Session session,
List<org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content> contentList,
boolean includeProperties)
Creates a new tree walker that uses the given filter as include and
traversal filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FilteringIterator(Session session, List<org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content> contentList, boolean includeProperties)
session - The session.contentList - The list of content objects.includeProperties - Should properties be included.public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public void remove()
remove in interface IteratorIterator.remove()Copyright © 2010 - 2020 Adobe. All Rights Reserved