public static class ExportableColumn.ColumnIterator extends Object implements Iterator<Selectable>
Constructor and Description |
---|
ColumnIterator(ExportableColumn column) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ExportableColumn |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ColumnIterator(ExportableColumn column)
public boolean hasNext()
hasNext
in interface Iterator<Selectable>
public ExportableColumn next()
next
in interface Iterator<Selectable>
public void remove()
remove
in interface Iterator<Selectable>
Copyright © 2016 JBoss by Red Hat. All rights reserved.