Constructor | Description |
---|---|
CellIterator() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
Cell |
next() |
|
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<Cell>
public Cell next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<Cell>
java.util.NoSuchElementException
public void remove()
remove
in interface java.util.Iterator<Cell>
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.