public static class DistinctValuesCollector.GroupCount<T,R>
extends java.lang.Object
DistinctValuesCollector.getGroups()
,
representing the value and set of distinct values for the group.Modifier and Type | Field and Description |
---|---|
T |
groupValue |
java.util.Set<R> |
uniqueValues |
Constructor and Description |
---|
GroupCount(T groupValue,
java.util.Set<R> values) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.