public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.function.Function<String,Integer> |
MOST_SPECIFIC
Function to apply a most specific MIME encoding secondary ordering
|
_keepQuotes, _values| 构造器和说明 |
|---|
QuotedQualityCSV()
Sorts values with equal quality according to the length of the value String.
|
QuotedQualityCSV(java.util.function.Function<String,Integer> secondaryOrdering)
Orders values with equal quality with the given function.
|
QuotedQualityCSV(String[] preferredOrder)
Sorts values with equal quality according to given order.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getValues() |
Iterator<String> |
iterator() |
protected void |
parsedParam(StringBuffer buffer,
int valueLength,
int paramName,
int paramValue)
Called when a parameter has been parsed
|
protected void |
parsedValue(StringBuffer buffer)
Called when a value has been parsed
|
protected void |
sort() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static java.util.function.Function<String,Integer> MOST_SPECIFIC
public QuotedQualityCSV()
public QuotedQualityCSV(String[] preferredOrder)
preferredOrder - Array indicating the preferred order of known valuespublic QuotedQualityCSV(java.util.function.Function<String,Integer> secondaryOrdering)
secondaryOrdering - Function to apply an ordering other than specified by qualityprotected void parsedValue(StringBuffer buffer)
QuotedCSVparsedValue 在类中 QuotedCSVbuffer - Containing the trimmed value, which may be mutatedprotected void parsedParam(StringBuffer buffer, int valueLength, int paramName, int paramValue)
QuotedCSVparsedParam 在类中 QuotedCSVbuffer - Containing the trimmed value and all parameters, which may be mutatedvalueLength - The length of the valueparamName - The index of the start of the parameter just parsedparamValue - The index of the start of the parameter value just parsed, or -1protected void sort()
Copyright © 2017. All rights reserved.