HomeSort by relevance Sort by last modified time
    Searched defs:cumulativeCount (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedMultiset.java 39 final long cumulativeCount;
44 this.cumulativeCount = count + ((previous == null) ? 0 : previous.cumulativeCount);
124 lastEntry.cumulativeCount - firstEntry.cumulativeCount + firstEntry.count);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 23 milliseconds