public class QuotedQualityCSV extends Object implements Iterable<String>
Constructor and Description |
---|
QuotedQualityCSV()
Sorts values with equal quality according to the length of the value String.
|
QuotedQualityCSV(Function<String,Integer> secondaryOrderingFunction)
Orders values with equal quality with the given function.
|
QuotedQualityCSV(String[] serverPreferredValueOrder)
Sorts values with equal quality according to given order.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(String value) |
List<String> |
getValues() |
Iterator<String> |
iterator() |
protected void |
sort() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public QuotedQualityCSV()
public QuotedQualityCSV(String[] serverPreferredValueOrder)
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.