Interface AggregationSet<T,K,R>  
- All Known Implementing Classes:
- OperationAggregator.AggregationEntry
public interface AggregationSet<T,K,R>  
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()voidsetErrorResult(R value) voidsetResults(List<R> values) 
- 
Method Details- 
getKeyK getKey()
- 
getValues
- 
setResults
- 
setErrorResult
 
-