public class ExcelRowTokenizer extends Object implements LineTokenizer<ExcelRow,ExcelCell>
| Constructor and Description |
|---|
ExcelRowTokenizer(ExcelRow aLine) |
| Modifier and Type | Method and Description |
|---|---|
ExcelCell |
continueParse(ExcelCell aSingleValue,
ExcelRow aRecord) |
boolean |
hasMoreElements() |
boolean |
isLineIncomplete() |
ExcelCell |
nextElement() |
public ExcelRowTokenizer(ExcelRow aLine)
public boolean isLineIncomplete()
isLineIncomplete in interface LineTokenizer<ExcelRow,ExcelCell>public ExcelCell continueParse(ExcelCell aSingleValue, ExcelRow aRecord)
continueParse in interface LineTokenizer<ExcelRow,ExcelCell>public boolean hasMoreElements()
hasMoreElements in interface Enumeration<ExcelCell>public ExcelCell nextElement()
nextElement in interface Enumeration<ExcelCell>Copyright © 2008-2016. All Rights Reserved.