private static class ArrayTable.Content.ArrayEnumerator extends Object implements Enumerator<Object[]>
| Modifier and Type | Field and Description |
|---|---|
(package private) List<ArrayTable.Column> |
columns |
(package private) int |
i |
(package private) int |
rowCount |
| Constructor and Description |
|---|
ArrayEnumerator(int rowCount,
List<ArrayTable.Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object[] |
current() |
boolean |
moveNext() |
void |
reset() |
final int rowCount
final List<ArrayTable.Column> columns
int i
ArrayEnumerator(int rowCount,
List<ArrayTable.Column> columns)
public Object[] current()
current in interface Enumerator<Object[]>public boolean moveNext()
moveNext in interface Enumerator<Object[]>public void reset()
reset in interface Enumerator<Object[]>public void close()
close in interface AutoCloseableclose in interface Enumerator<Object[]>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.