Skip navigation links
A B C D E F G H I L P R S T U V 

A

add(String) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
add(int, String) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
addAll(int, Collection<? extends String>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
addAll(Collection<? extends String>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
autoSep() - Method in class berlin.yuna.logic.CsvReader
 
autoSep(boolean) - Method in class berlin.yuna.logic.CsvReader
 

B

berlin.yuna.logic - package berlin.yuna.logic
 
berlin.yuna.model - package berlin.yuna.model
 

C

charset() - Method in class berlin.yuna.logic.CsvReader
 
charset(Charset) - Method in class berlin.yuna.logic.CsvReader
 
clear() - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
consume(Path, Consumer<CsvIndexRow>) - Method in class berlin.yuna.logic.CsvReader
 
ConsumeCSV - Class in berlin.yuna.logic
 
consumeCsv(Path, Consumer<CsvIndexRow>, char...) - Static method in class berlin.yuna.logic.ConsumeCSV
 
consumeCsv(Path, Consumer<CsvIndexRow>, long, char...) - Static method in class berlin.yuna.logic.ConsumeCSV
 
consumeCsv(Path, Consumer<CsvIndexRow>, long, Charset, char...) - Static method in class berlin.yuna.logic.ConsumeCSV
consumeCsv(Path, Consumer<CsvIndexRow>, long, Charset, boolean, char...) - Static method in class berlin.yuna.logic.ConsumeCSV
 
consumeCsv(Path, Consumer<CsvIndexRow>, long, Charset, boolean, boolean, char...) - Static method in class berlin.yuna.logic.ConsumeCSV
 
CsvIndexRow - Class in berlin.yuna.model
 
CsvIndexRow(long, Collection<String>) - Constructor for class berlin.yuna.model.CsvIndexRow
 
csvIndexRowOf(long, CsvRow) - Static method in class berlin.yuna.model.CsvIndexRow
 
CsvReader - Class in berlin.yuna.logic
 
CsvReader() - Constructor for class berlin.yuna.logic.CsvReader
 
csvReader() - Static method in class berlin.yuna.logic.CsvReader
 
CsvRow - Class in berlin.yuna.model
 
CsvRow(Collection<String>) - Constructor for class berlin.yuna.model.CsvRow
 
csvRowArrayOf(Collection<String[]>) - Static method in class berlin.yuna.model.CsvRow
 
csvRowListOf(Collection<List<String>>) - Static method in class berlin.yuna.model.CsvRow
 
csvRowOf(Collection<String>) - Static method in class berlin.yuna.model.CsvRow
 
csvRowOf(String...) - Static method in class berlin.yuna.model.CsvRow
 
csvRowOf(String) - Static method in class berlin.yuna.model.CsvRow
 
csvRowOf(String, char...) - Static method in class berlin.yuna.model.CsvRow
 

D

deleteTmpFile(Path) - Static method in class berlin.yuna.logic.FileUtils
 
detectSeparator(Path, Charset) - Static method in class berlin.yuna.logic.FileUtils
 
detectSeparator(Collection<String>) - Static method in class berlin.yuna.logic.FileUtils
 

E

equals(Object) - Method in class berlin.yuna.model.CsvIndexRow
 
extractFile(Path) - Static method in class berlin.yuna.logic.FileExtraction
 

F

FileExtraction - Class in berlin.yuna.logic
 
FileUtils - Class in berlin.yuna.logic
 

G

get(int) - Method in class berlin.yuna.model.CsvRow
Returns the column value at the specified position in this CsvRow.
get(int, char...) - Method in class berlin.yuna.model.CsvRow
Returns the column value at the specified position in this CsvRow.
getFile(String) - Static method in class berlin.yuna.logic.FileUtils
 
getFile(Path) - Static method in class berlin.yuna.logic.FileUtils
 
getFile(Path, Supplier<Path>) - Static method in class berlin.yuna.logic.FileUtils
 
getOpt(int) - Method in class berlin.yuna.model.CsvRow
Returns the column value at the specified position in this CsvRow.
getOpt(int, char...) - Method in class berlin.yuna.model.CsvRow
Returns the column value at the specified position in this CsvRow.
getPopularElement(Long[]) - Static method in class berlin.yuna.logic.FileUtils
 
getResourceFile(Path) - Static method in class berlin.yuna.logic.FileUtils
 

H

hashCode() - Method in class berlin.yuna.model.CsvIndexRow
 

I

index() - Method in class berlin.yuna.model.CsvIndexRow
 
IoCsvException - Exception in berlin.yuna.model
 
IoCsvException(String, Throwable) - Constructor for exception berlin.yuna.model.IoCsvException
 

L

ListCSV - Class in berlin.yuna.logic
 
listCSV(Path, char...) - Static method in class berlin.yuna.logic.ListCSV
 
listCSV(Path, long, char...) - Static method in class berlin.yuna.logic.ListCSV
 
listCSV(Path, long, Charset, char...) - Static method in class berlin.yuna.logic.ListCSV
 
listCSV(Path, long, Charset, boolean, char...) - Static method in class berlin.yuna.logic.ListCSV
 
listCSV(Path, long, Charset, boolean, boolean, char...) - Static method in class berlin.yuna.logic.ListCSV
 

P

POSSIBLE_CSV_SEPARATORS - Static variable in class berlin.yuna.logic.FileUtils
 

R

readAllLines(Path, Charset, int) - Static method in class berlin.yuna.logic.FileUtils
 
readAllRows(Path) - Method in class berlin.yuna.logic.CsvReader
 
remove(Object) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
remove(int) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
removeAll(Collection<?>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
removeIf(Predicate<? super String>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
removeRange(int, int) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
replaceAll(UnaryOperator<String>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
retainAll(Collection<?>) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object

S

separator() - Method in class berlin.yuna.logic.CsvReader
 
separator(char...) - Method in class berlin.yuna.logic.CsvReader
 
set(int, String) - Method in class berlin.yuna.model.CsvRow
Not implemented cause of immutable object
skipLines() - Method in class berlin.yuna.logic.CsvReader
 
skipLines(long) - Method in class berlin.yuna.logic.CsvReader
 
stream(Path) - Method in class berlin.yuna.logic.CsvReader
'Stream<CsvRow>' must be closed with 'try'-with-resources statement
StreamCSV - Class in berlin.yuna.logic
 
streamCSV(Path, char...) - Static method in class berlin.yuna.logic.StreamCSV
'Stream<CsvRow>' must be closed with 'try'-with-resources statement
streamCSV(Path, long, char...) - Static method in class berlin.yuna.logic.StreamCSV
'Stream<CsvRow>' must be closed with 'try'-with-resources statement
streamCSV(Path, long, Charset, char...) - Static method in class berlin.yuna.logic.StreamCSV
'Stream<CsvRow>' must be closed with 'try'-with-resources statement
streamCSV(Path, long, Charset, boolean, char...) - Static method in class berlin.yuna.logic.StreamCSV
'Stream<CsvRow>' must be closed with 'try'-with-resources statement
streamCSV(Path, long, Charset, boolean, boolean, char...) - Static method in class berlin.yuna.logic.StreamCSV
'Stream<CsvRow>' must be closed with 'try'-with-resources statement

T

toArray(Collection<String>) - Static method in class berlin.yuna.model.CsvRow
 
toArray() - Method in class berlin.yuna.model.CsvRow
 
toCsvRow() - Method in class berlin.yuna.model.CsvIndexRow
 
toList() - Method in class berlin.yuna.model.CsvRow
 

U

unGzip(Path) - Static method in class berlin.yuna.logic.FileExtraction
 
unzip() - Method in class berlin.yuna.logic.CsvReader
 
unzip(boolean) - Method in class berlin.yuna.logic.CsvReader
 
unzip(Path) - Static method in class berlin.yuna.logic.FileExtraction
 

V

validateInputStream(T, Supplier<Path>) - Static method in class berlin.yuna.logic.FileUtils
 
validateSeparator(char[]) - Static method in class berlin.yuna.model.CsvRow
Validates the separator
A B C D E F G H I L P R S T U V 
Skip navigation links

Copyright © 2023. All rights reserved.