public class CsvIndexRow extends CsvRow
modCount| Constructor and Description |
|---|
CsvIndexRow(long index,
Collection<String> collection) |
| Modifier and Type | Method and Description |
|---|---|
static CsvIndexRow |
csvIndexRowOf(long index,
CsvRow row) |
boolean |
equals(Object o) |
int |
hashCode() |
long |
index() |
CsvRow |
toCsvRow() |
add, add, addAll, addAll, clear, csvRowArrayOf, csvRowListOf, csvRowOf, csvRowOf, csvRowOf, csvRowOf, get, get, getOpt, getOpt, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, toArray, toArray, toList, validateSeparatorclone, contains, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, sort, spliterator, subList, toArray, trimToSizecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic CsvIndexRow(long index,
Collection<String> collection)
public static CsvIndexRow csvIndexRowOf(long index, CsvRow row)
public long index()
public CsvRow toCsvRow()
public boolean equals(Object o)
equals in interface Collection<String>equals in interface List<String>equals in class AbstractList<String>public int hashCode()
hashCode in interface Collection<String>hashCode in interface List<String>hashCode in class AbstractList<String>Copyright © 2023. All rights reserved.