public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
| Modifier and Type | Field and Description |
|---|---|
static ToIntFunction<String> |
MOST_SPECIFIC_MIME_ORDERING
Lambda to apply a most specific MIME encoding secondary ordering.
|
| Constructor and Description |
|---|
QuotedQualityCSV()
Sorts values with equal quality according to the length of the value String.
|
QuotedQualityCSV(String[] preferredOrder)
Sorts values with equal quality according to given order.
|
QuotedQualityCSV(ToIntFunction<String> secondaryOrdering)
Orders values with equal quality with the given function.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValues() |
Iterator<String> |
iterator() |
addValue, unquoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static ToIntFunction<String> MOST_SPECIFIC_MIME_ORDERING
public QuotedQualityCSV()
public QuotedQualityCSV(String[] preferredOrder)
preferredOrder - Array indicating the preferred order of known valuespublic QuotedQualityCSV(ToIntFunction<String> secondaryOrdering)
secondaryOrdering - Function to apply an ordering other than specified by qualityCopyright © 2010 - 2020 Adobe. All Rights Reserved