public static interface NodeCacheIterator.NodeFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeNode(CachedNode node,
NodeCache cache)
Determine if the supplied node is to be included in the iterator.
|
boolean includeNode(CachedNode node, NodeCache cache)
node - the node; never nullcache - the node cache; never nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.