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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java810 * chunk in bytes is greater than that of <code>comparand</code></li>
812 * chunk in bytes is less than that of <code>comparand</code></li>
816 public int compareTo(Object comparand) { argument
817 return getChunkSize() - ((Chunk)comparand).getChunkSize();

Completed in 34 milliseconds