public class CSVLineCriteria extends Object implements RestrictionAppender
| Constructor and Description |
|---|
CSVLineCriteria(List<String[]> lines,
Map<String,Integer> headers) |
| Modifier and Type | Method and Description |
|---|---|
CSVLineCriteria |
add(Restriction restriction) |
void |
append(Restriction r) |
int |
count() |
String[] |
firstResult() |
String[] |
lastResult() |
LinkedList<String[]> |
list() |
String[] |
uniqueResult() |
public CSVLineCriteria add(Restriction restriction)
public void append(Restriction r)
append in interface RestrictionAppenderpublic String[] uniqueResult()
public String[] firstResult()
public String[] lastResult()
public LinkedList<String[]> list()
public int count()
Copyright © 2018. All rights reserved.