Class DistinctValuesCollector.GroupCount<T,​R>

    • Constructor Summary

      Constructors 
      Constructor Description
      GroupCount​(T groupValue, java.util.Set<R> values)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • groupValue

        public final T groupValue
      • uniqueValues

        public final java.util.Set<R> uniqueValues
    • Constructor Detail

      • GroupCount

        public GroupCount​(T groupValue,
                          java.util.Set<R> values)