private class StandardTable.CellIterator extends java.lang.Object implements java.util.Iterator<Table.Cell<R,C,V>>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Iterator<java.util.Map.Entry<C,V>> |
columnIterator |
(package private) java.util.Map.Entry<R,java.util.Map<C,V>> |
rowEntry |
(package private) java.util.Iterator<java.util.Map.Entry<R,java.util.Map<C,V>>> |
rowIterator |
| Modifier | Constructor and Description |
|---|---|
private |
CellIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Table.Cell<R,C,V> |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<Table.Cell<R,C,V>>public Table.Cell<R,C,V> next()
next in interface java.util.Iterator<Table.Cell<R,C,V>>public void remove()
remove in interface java.util.Iterator<Table.Cell<R,C,V>>