public class DataUtilities extends Object
Constructor and Description |
---|
DataUtilities() |
Modifier and Type | Method and Description |
---|---|
static List<List<DTCellValue52>> |
makeDataLists(Object[][] oldData)
Convert a two-dimensional array of Strings to a List of Lists, with
type-safe individual entries
|
static List<DTCellValue52> |
makeDataRowList(Object[] oldRow)
Convert a single dimension array of Strings to a List with type-safe
entries.
|
public static List<List<DTCellValue52>> makeDataLists(Object[][] oldData)
oldData
- public static List<DTCellValue52> makeDataRowList(Object[] oldRow)
oldRow
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.