Searched defs:cumulativeCounts (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableSortedMultiset.java34 private final transient long[] cumulativeCounts; field in class:RegularImmutableSortedMultiset
41 long[] cumulativeCounts,
46 this.cumulativeCounts = cumulativeCounts;
76 long size = cumulativeCounts[offset + length] - cumulativeCounts[offset];
106 subElementSet, counts, cumulativeCounts, offset + from, to - from);
38 RegularImmutableSortedMultiset( RegularImmutableSortedSet<E> elementSet, int[] counts, long[] cumulativeCounts, int offset, int length) argument

Completed in 106 milliseconds