private class DatabaseImpl.TableIterator extends java.lang.Object implements java.util.Iterator<Table>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<java.lang.String> |
_tableNameIter |
| Modifier | Constructor and Description |
|---|---|
private |
TableIterator(java.util.Set<java.lang.String> tableNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Table |
next() |
void |
remove() |