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