public static final class ElementIterable.ElementIterableEmpty extends Object implements Iterator<Element>, ElementIterable
ElementIterable.ElementIterableEmptyEMPTY| Constructor and Description |
|---|
ElementIterableEmpty() |
| Modifier and Type | Method and Description |
|---|---|
void |
doBreak()
Break the iterator and release read lock (if any).
|
boolean |
hasNext() |
Iterator<Element> |
iterator()
Returns the element iterator.
|
Element |
next() |
void |
remove() |
Element[] |
toArray()
Returns the iterator content as an array.
|
Collection<Element> |
toCollection()
Returns the iterator content as a collection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic Iterator<Element> iterator()
ElementIterableiterator in interface Iterableiterator in interface ElementIterablepublic Element[] toArray()
ElementIterabletoArray in interface ElementIterablepublic Collection<Element> toCollection()
ElementIterabletoCollection in interface ElementIterablepublic void doBreak()
ElementIterabledoBreak in interface ElementIterableCopyright © 2007–2015 Gephi Consortium. All rights reserved.