Lines Matching full:comparison
28 * A utility for performing a "lazy" chained comparison statement, which
42 * nonzero</i> comparison result in the chain, or will be zero if every
43 * comparison result was zero.
45 * <p>Once any comparison returns a nonzero value, remaining comparisons are
56 * Begins a new chained comparison statement. See example in the class
137 * Comparable#compareTo}, <i>if</i> the result of this comparison chain
145 * comparison chain has not already been determined.
152 * <i>if</i> the result of this comparison chain has not already been
159 * <i>if</i> the result of this comparison chain has not already been
166 * Float#compare}, <i>if</i> the result of this comparison chain has not
173 * Double#compare}, <i>if</i> the result of this comparison chain has not
180 * Booleans#compare}, <i>if</i> the result of this comparison chain has not
186 * Ends this comparison chain and returns its result: a value having the
187 * same sign as the first nonzero comparison result in the chain, or zero if