public class CSVHeader extends BasicHeader
| Constructor and Description |
|---|
CSVHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
add()
Adds a new column without specified name.
|
void |
add(String name)
Adds an entry to this header
|
protected String |
getNextEmptyColumnName() |
protected void |
incrementEmptyColumnIndex() |
clear, contains, get, getIndex, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(String name)
BasicHeaderadd in class BasicHeadername - entry to be addedpublic void add()
protected String getNextEmptyColumnName()
protected void incrementEmptyColumnIndex()
Copyright © 2020. All rights reserved.