public interface NodeIterable extends ElementIterable<Node>
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeIterable.NodeIterableEmpty
Empty node iterable.
|
ElementIterable.ElementIterableEmpty| Modifier and Type | Field and Description |
|---|---|
static NodeIterable |
EMPTY
The static empty iterable.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Node> |
iterator()
Returns a node iterator.
|
Node[] |
toArray()
Returns the iterator content as an array.
|
Collection<Node> |
toCollection()
Returns the iterator content as a collection.
|
doBreakforEach, spliteratorstatic final NodeIterable EMPTY
Node[] toArray()
toArray in interface ElementIterable<Node>Collection<Node> toCollection()
toCollection in interface ElementIterable<Node>Copyright © 2007–2015 Gephi Consortium. All rights reserved.