public final class StringTable extends Object
Constructor and Description |
---|
StringTable(String[] indexedFieldNames) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(StringTableRow strTableRow) |
StringTableRow[] |
getAllRows() |
StringTableRow[] |
getRows(String indexedFieldName,
String fieldVal) |
public StringTable(String[] indexedFieldNames)
public void addRow(StringTableRow strTableRow)
public StringTableRow[] getRows(String indexedFieldName, String fieldVal)
public StringTableRow[] getAllRows()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.