public class StringValueMax extends java.lang.Object implements ValueAggregator
| Constructor and Description |
|---|
StringValueMax()
the default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNextValue(java.lang.Object val)
add a value to the aggregator
|
java.util.ArrayList<java.lang.String> |
getCombinerOutput() |
java.lang.String |
getReport() |
java.lang.String |
getVal() |
void |
reset()
reset the aggregator
|
public void addNextValue(java.lang.Object val)
addNextValue in interface ValueAggregatorval - a string.public java.lang.String getVal()
public java.lang.String getReport()
getReport in interface ValueAggregatorpublic void reset()
reset in interface ValueAggregatorpublic java.util.ArrayList<java.lang.String> getCombinerOutput()
getCombinerOutput in interface ValueAggregatorCopyright © 2009 The Apache Software Foundation