C E F H I L S V 
All Classes All Packages

C

clone() - Method in class io.slifer.csv.CsvFile
Creates a clone of the current instance of the object, allowing "save points" between filter/exclude operations, or multiple filter/exclude paths for a single file.
columnValues(String) - Method in class io.slifer.csv.CsvFile
Retrieves a list of all row values in a given column.
CsvFile - Class in io.slifer.csv
Virtualizes a CSV file for fast and simple use in referencing and retrieving values.
CsvFile(String[], List<String[]>) - Constructor for class io.slifer.csv.CsvFile
 
CsvLoader - Class in io.slifer.csv
The CsvLoader performs the sole task of reading a CSV file from the classpath and loading a CsvFile instance that represents the contents of the file.
CsvLoader() - Constructor for class io.slifer.csv.CsvLoader
 
currentRowValues() - Method in class io.slifer.csv.CsvFile
Retrieves all values from the current row.

E

exclude(String) - Method in class io.slifer.csv.CsvFile
Reduces the rows to those not matching a specific value in the first column.
exclude(String, String) - Method in class io.slifer.csv.CsvFile
Reduces the rows to those not matching a specific value in a given column.

F

filter(String) - Method in class io.slifer.csv.CsvFile
Reduces the rows to those matching a specific value in the first column.
filter(String, String) - Method in class io.slifer.csv.CsvFile
Reduces the rows to those matching a specific value in a given column.

H

hasNextRow() - Method in class io.slifer.csv.CsvFile
Indicates whether or not another row exists below the current row.

I

io.slifer.csv - package io.slifer.csv
 

L

load(String) - Static method in class io.slifer.csv.CsvLoader
Loads the CSV file from resources and imports CSV content.
load(String, boolean) - Static method in class io.slifer.csv.CsvLoader
Loads the CSV file from resources and imports CSV content.

S

setCurrentRow(int) - Method in class io.slifer.csv.CsvFile
Changes focus to a specific row.
setNextRow() - Method in class io.slifer.csv.CsvFile
Updates focus to the next row beneath the current row.
setPreviousRow() - Method in class io.slifer.csv.CsvFile
Updates focus to the previous row above the current row.

V

valueOf(String) - Method in class io.slifer.csv.CsvFile
Retrieves the value of the given column from the current row.
C E F H I L S V 
All Classes All Packages