public int hashCode()

in docker/ops-playground-image/java/flink-playground-clickcountjob/src/main/java/org/apache/flink/playgrounds/ops/clickcount/records/ClickEventStatistics.java [102:104]


	public int hashCode() {
		return Objects.hash(windowStart, windowEnd, page, count);
	}