Uses of Class
com.tangosol.util.aggregator.DistinctValues
Packages that use DistinctValues
-
Uses of DistinctValues in com.tangosol.util
Methods in com.tangosol.util that return DistinctValuesModifier and TypeMethodDescriptionstatic <K,
V> DistinctValues <K, V, ?, V> Aggregators.distinctValues()
Return an aggregator that calculates the set of distinct values from the entries in a Map.static <K,
V, T, R>
DistinctValues<K, V, T, R> Aggregators.distinctValues
(ValueExtractor<? super T, ? extends R> extractor) Return an aggregator that calculates the set of distinct values extracted from the entries in a Map.static <K,
V, R> DistinctValues <K, V, ?, R> Aggregators.distinctValues
(String sMethod) Return an aggregator that calculates the set of distinct values extracted from the entries in a Map.