Package org.gephi.graph.api
Interface ColumnIterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doBreak()
Break the iterator and release read lock (if any).Iterator<Column>
iterator()
Returns the element iterator.Column[]
toArray()
Returns the iterator content as an array.List<Column>
toList()
Returns the iterator content as a list.-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-