private static class ArrayTable.Content.ObjectEnumerator extends Object implements Enumerator<Object>
| Modifier and Type | Field and Description |
|---|---|
(package private) Object |
dataSet |
(package private) int |
i |
(package private) ArrayTable.Representation |
representation |
(package private) int |
rowCount |
| Constructor and Description |
|---|
ObjectEnumerator(int rowCount,
ArrayTable.Column column) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
current() |
boolean |
moveNext() |
void |
reset() |
final int rowCount
final Object dataSet
final ArrayTable.Representation representation
int i
ObjectEnumerator(int rowCount,
ArrayTable.Column column)
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.