Uses of Interface
nl.bstoi.poiparser.core.strategy.util.TypedList
| Package | Description |
|---|---|
| nl.bstoi.poiparser.core.strategy | |
| nl.bstoi.poiparser.core.strategy.annotation | |
| nl.bstoi.poiparser.core.strategy.util |
-
Uses of TypedList in nl.bstoi.poiparser.core.strategy
Methods in nl.bstoi.poiparser.core.strategy with parameters of type TypedList Modifier and Type Method Description protected voidAbstractWritePoiParser. writeDataRows(org.apache.poi.ss.usermodel.Sheet sheet, TypedList<?> values, Set<CellDescriptor> sheetCellDescriptors)protected voidAbstractWritePoiParser. writeSheet(String sheetName, TypedList<?> values, Set<CellDescriptor> sheetCellDescriptors) -
Uses of TypedList in nl.bstoi.poiparser.core.strategy.annotation
-
Uses of TypedList in nl.bstoi.poiparser.core.strategy.util
Classes in nl.bstoi.poiparser.core.strategy.util that implement TypedList Modifier and Type Class Description classTypedArrayList<T>Hylke Stapersma hylke.stapersma@gmail.com