| Package | Description |
|---|---|
| org.forester.util |
| Modifier and Type | Method and Description |
|---|---|
static BasicTable<String> |
BasicTableParser.parse(Object source,
char column_delimiter) |
static BasicTable<String> |
BasicTableParser.parse(Object source,
char column_delimiter,
boolean use_first_separator_only,
boolean use_last_separator_only) |
| Modifier and Type | Method and Description |
|---|---|
static List<BasicTable<String>> |
BasicTableParser.parse(Object source,
char column_delimiter,
boolean use_first_separator_only,
boolean use_last_separator_only,
String start_of_comment_line,
boolean tables_separated_by_single_string_line) |
Copyright © 2016. All rights reserved.