Home | History | Annotate | Download | only in value

Lines Matching refs:IntegerValue

49      * Converts this FloatValue to an IntegerValue.
51 public abstract IntegerValue convertToInteger();
114 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue is
117 public abstract IntegerValue compare(FloatValue other);
123 * Returns an IntegerValue with value 1, 0, or -1, if this FloatValue is
126 public final IntegerValue compareReverse(FloatValue other)
212 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue is
216 public IntegerValue compare(SpecificFloatValue other)
225 * Returns an IntegerValue with value 1, 0, or -1, if this FloatValue is
229 public final IntegerValue compareReverse(SpecificFloatValue other)
315 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue is
319 public IntegerValue compare(ParticularFloatValue other)
328 * Returns an IntegerValue with value 1, 0, or -1, if this FloatValue is
332 public final IntegerValue compareReverse(ParticularFloatValue other)