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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java41 protected final int totalWeight; // sum of all counts field in class:Histogram
60 this.totalWeight = valueSequence.length;
81 this.totalWeight = weight;
140 return totalWeight;
630 assert(totalWeight == weight);

Completed in 39 milliseconds