C D E F G H I L M O P T V 

C

clone() - Method in class Lfraction
Clone of the fraction.
compareTo(Lfraction) - Method in class Lfraction
Comparision of fractions.

D

divideBy(Lfraction) - Method in class Lfraction
Quotient of fractions.

E

equals(Object) - Method in class Lfraction
Equality test.

F

fractionPart() - Method in class Lfraction
Extract fraction part of the (improper) fraction (a proper fraction without the integer part).

G

getDenominator() - Method in class Lfraction
Public method to access the denominator field.
getNumerator() - Method in class Lfraction
Public method to access the numerator field.

H

hashCode() - Method in class Lfraction
Hashcode has to be equal for equal fractions.

I

integerPart() - Method in class Lfraction
Integer part of the (improper) fraction.
inverse() - Method in class Lfraction
Inverse of the fraction.

L

Lfraction - Class in <Unnamed>
This class presents fractions of form n/d where n and d are long integer numbers.
Lfraction(long, long) - Constructor for class Lfraction
Constructor.

M

main(String[]) - Static method in class Lfraction
Main method.
minus(Lfraction) - Method in class Lfraction
Difference of fractions.

O

opposite() - Method in class Lfraction
Opposite of the fraction.

P

plus(Lfraction) - Method in class Lfraction
Sum of fractions.

T

times(Lfraction) - Method in class Lfraction
Multiplication of fractions.
toDouble() - Method in class Lfraction
Approximate value of the fraction.
toLfraction(double, long) - Static method in class Lfraction
Double value f presented as a fraction with denominator d > 0.
toString() - Method in class Lfraction
Conversion to string.

V

valueOf(String) - Static method in class Lfraction
Conversion from string to the fraction.
C D E F G H I L M O P T V