T - type of the collected valuepublic abstract class ValueCollector<T> extends Object
ValueExtractor| Constructor and Description | 
|---|
| ValueCollector() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | addObject(T value)Collects a value passed as an argument | 
public abstract void addObject(T value)
value - value to be collectedCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.