T
- the element classpublic interface ElementIterable<T extends Element> extends Iterable<T>
Modifier and Type | Interface and Description |
---|---|
static class |
ElementIterable.ElementIterableEmpty
Empty element iterable.
|
Modifier and Type | Field and Description |
---|---|
static ElementIterable |
EMPTY
Empty iterable.
|
Modifier and Type | Method and Description |
---|---|
void |
doBreak()
Break the iterator and release read lock (if any).
|
Iterator<T> |
iterator()
Returns the element iterator.
|
T[] |
toArray()
Returns the iterator content as an array.
|
Collection<T> |
toCollection()
Returns the iterator content as a collection.
|
forEach, spliterator
static final ElementIterable EMPTY
T[] toArray()
Collection<T> toCollection()
void doBreak()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.