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 ValueAggregator
val
- a string.public java.lang.String getVal()
public java.lang.String getReport()
getReport
in interface ValueAggregator
public void reset()
reset
in interface ValueAggregator
public java.util.ArrayList<java.lang.String> getCombinerOutput()
getCombinerOutput
in interface ValueAggregator
Copyright © 2009 The Apache Software Foundation