FileDocCategorySizeDatePackage
Rational.javaAPI DocAndroid 5.1 API1753Sat Mar 14 14:09:36 GMT 2015android.util

Rational

public final class Rational extends Number implements Comparable

Fields Summary
public static final Rational
NEGATIVE_INFINITY
public static final Rational
NaN
public static final Rational
POSITIVE_INFINITY
public static final Rational
ZERO
Constructors Summary
public Rational(int numerator, int denominator)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intcompareTo(android.util.Rational another)

 throw new RuntimeException("Stub!"); 
public doubledoubleValue()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public floatfloatValue()

 throw new RuntimeException("Stub!"); 
public intgetDenominator()

 throw new RuntimeException("Stub!"); 
public intgetNumerator()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public intintValue()

 throw new RuntimeException("Stub!"); 
public booleanisFinite()

 throw new RuntimeException("Stub!"); 
public booleanisInfinite()

 throw new RuntimeException("Stub!"); 
public booleanisNaN()

 throw new RuntimeException("Stub!"); 
public booleanisZero()

 throw new RuntimeException("Stub!"); 
public longlongValue()

 throw new RuntimeException("Stub!"); 
public static android.util.RationalparseRational(java.lang.String string)

 throw new RuntimeException("Stub!"); 
public shortshortValue()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");