Package | Description |
---|---|
cn.orionsec.kit.office.csv | |
cn.orionsec.kit.office.csv.reader |
Modifier and Type | Method and Description |
---|---|
<K,V> CsvMapReader<K,V> |
CsvExt.mapReader() |
<K,V> CsvMapReader<K,V> |
CsvExt.mapReader(Collection<MutableMap<K,V>> rows) |
<K,V> CsvMapReader<K,V> |
CsvExt.mapReader(Consumer<MutableMap<K,V>> consumer)
获取 map 读取器
|
Modifier and Type | Method and Description |
---|---|
CsvMapReader<K,V> |
CsvMapReader.defaultValue(K key,
V value)
设置默认值
|
CsvMapReader<K,V> |
CsvMapReader.linked()
使用 linkedMap
|
CsvMapReader<K,V> |
CsvMapReader.mapping(int column,
K k) |
CsvMapReader<K,V> |
CsvMapReader.mapping(int column,
K k,
V defaultValue)
映射
|
CsvMapReader<K,V> |
CsvMapReader.nullPutKey(boolean nullPutKey)
如果为 null 是否插入 key
|
Copyright © 2024. All rights reserved.