Class Count<K,V>

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.aggregator.Count<K,V>
All Implemented Interfaces:
ExternalizableLite, PortableObject, InvocableMap.EntryAggregator<K,V,Integer>, InvocableMap.StreamingAggregator<K,V,Integer,Integer>, Serializable

public class Count<K,V> extends Base implements InvocableMap.StreamingAggregator<K,V,Integer,Integer>, ExternalizableLite, PortableObject
Calculates a number of values in an entry set.
Since:
Coherence 3.1
Author:
gg 2005.09.05
See Also: