public static class FilterContentPackage.FilteringIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
FilteringIterator(Session session,
java.util.List<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() |
java.lang.Object |
next() |
void |
remove() |
public FilteringIterator(Session session,
java.util.List<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 java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()public void remove()
remove in interface java.util.IteratorIterator.remove()"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"