public class StringTable extends java.lang.Object implements IObjectTable<java.lang.String>
| Constructor and Description |
|---|
StringTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(java.util.List<java.lang.String> pValues)
Adds a new line at the end of the string table containing the given list
of values.
|
void |
addLine(java.lang.String[] pValues)
Adds a new line at the end of the string table containing the given array
of values.
|
java.lang.String[][] |
getValues()
Returns the table's values while the first array dimension represents a
line and the second dimension its values.
|
public void addLine(java.util.List<java.lang.String> pValues)
pValues - the values for the new line.public void addLine(java.lang.String[] pValues)
pValues - the values for the new line.public java.lang.String[][] getValues()
IObjectTablegetValues in interface IObjectTable<java.lang.String>Copyright © 2015 Micro Focus GmbH. All rights reserved.