public class Table extends Object
Modifier and Type | Method and Description |
---|---|
List<String> |
column(int num) |
boolean |
contains(String... values) |
boolean |
hasHeaders() |
List<String> |
headers() |
static Table |
of(List<List<String>> data) |
static Table |
of(List<List<String>> data,
List<String> headers) |
List<List<String>> |
rows() |
String |
toString() |
public boolean hasHeaders()
public boolean contains(String... values)
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.