Ejemplo n.º 1
0
 /* Returns a negative integer, zero, or a positive integer as val1
 is less than, equal to, or greater val2. */
 public int compareValues(Value val1, Value val2) {
   return Variable.compareIntValues(val1, val2);
 }