Methods Summary |
---|
public int | compareTo(android.util.Rational another) throw new RuntimeException("Stub!");
|
public double | doubleValue() throw new RuntimeException("Stub!");
|
public boolean | equals(java.lang.Object obj) throw new RuntimeException("Stub!");
|
public float | floatValue() throw new RuntimeException("Stub!");
|
public int | getDenominator() throw new RuntimeException("Stub!");
|
public int | getNumerator() throw new RuntimeException("Stub!");
|
public int | hashCode() throw new RuntimeException("Stub!");
|
public int | intValue() throw new RuntimeException("Stub!");
|
public boolean | isFinite() throw new RuntimeException("Stub!");
|
public boolean | isInfinite() throw new RuntimeException("Stub!");
|
public boolean | isNaN() throw new RuntimeException("Stub!");
|
public boolean | isZero() throw new RuntimeException("Stub!");
|
public long | longValue() throw new RuntimeException("Stub!");
|
public static android.util.Rational | parseRational(java.lang.String string) throw new RuntimeException("Stub!");
|
public short | shortValue() throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|