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, waitforEachRemainingpublic 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 © 2001-2018 Red Hat, Inc. All Rights Reserved.