Searched defs:cumulativeCounts (Results 1 – 2 of 2) sorted by relevance
34 private final transient long[] cumulativeCounts; field in RegularImmutableSortedMultiset41 long[] cumulativeCounts, in RegularImmutableSortedMultiset()
106 long[] cumulativeCounts = {0, 1}; in of() local297 long[] cumulativeCounts = new long[entries.size() + 1]; in copyOfSortedEntries() local