| Modifier and Type | Field and Description |
|---|---|
protected String[] |
columns |
protected Map<String,Integer> |
mappings |
| Constructor and Description |
|---|
RowValues(String[] columns,
Map<String,Integer> mappings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHeader(String header) |
String |
get(String header) |
String[] |
getColumns() |
void |
put(String header,
String value) |
String |
toDebugString() |
Map<String,String> |
toMap() |
String |
tryGet(String header) |
Copyright © 2024. All rights reserved.