JcrUtils.in(NodeIterator)
instead@Deprecated public class NodeIterable extends Object implements Iterable<Node>
NodeIterator
instance to an
Iterable
instance that always returns the same underlying
iterator.Constructor and Description |
---|
NodeIterable(NodeIterator iterator)
Deprecated.
Creates an iterable adapter for the given node iterator.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Node> |
iterator()
Deprecated.
Returns the node iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public NodeIterable(NodeIterator iterator)
iterator
- the node iterator to be adaptedCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.