Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D E F G I L M N P R S T W _

B

byteValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a byte.

C

CompoundException - exception com.drew.lang.CompoundException.
Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions.
CompoundException(String) - Constructor for class com.drew.lang.CompoundException
 
CompoundException(Throwable) - Constructor for class com.drew.lang.CompoundException
 
CompoundException(String, Throwable) - Constructor for class com.drew.lang.CompoundException
 
com.drew.lang - package com.drew.lang
 

D

denominator - Variable in class com.drew.lang.Rational
Holds the denominator.
doubleValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a double.

E

equals(Object) - Method in class com.drew.lang.Rational
Compares two Rational instances, returning true if they are mathematically equivalent.

F

floatValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a float.

G

getDenominator() - Method in class com.drew.lang.Rational
Returns the denominator.
getInnerException() - Method in class com.drew.lang.CompoundException
 
getNumerator() - Method in class com.drew.lang.Rational
Returns the numerator.
getReciprocal() - Method in class com.drew.lang.Rational
Returns the reciprocal value of this obejct as a new Rational.
getSimplifiedInstance() - Method in class com.drew.lang.Rational
Simplifies the Rational number.

I

intValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as an int.
isInteger() - Method in class com.drew.lang.Rational
Checks if this rational number is an Integer, either positive or negative.

L

longValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a long.

M

maxSimplificationCalculations - Variable in class com.drew.lang.Rational
 

N

NullOutputStream - class com.drew.lang.NullOutputStream.
 
NullOutputStream() - Constructor for class com.drew.lang.NullOutputStream
 
numerator - Variable in class com.drew.lang.Rational
Holds the numerator.

P

printStackTrace(PrintStream) - Method in class com.drew.lang.CompoundException
 
printStackTrace(PrintWriter) - Method in class com.drew.lang.CompoundException
 
printStackTrace() - Method in class com.drew.lang.CompoundException
 

R

Rational - class com.drew.lang.Rational.
Immutable class for holding a rational number without loss of precision.
Rational(int, int) - Constructor for class com.drew.lang.Rational
Creates a new instance of Rational.

S

shortValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a short.

T

toSimpleString(boolean) - Method in class com.drew.lang.Rational
Returns the simplest represenation of this Rational's value possible.
toString() - Method in class com.drew.lang.CompoundException
 
toString() - Method in class com.drew.lang.Rational
Returns a string representation of the object of form numerator/denominator.
tooComplexForSimplification() - Method in class com.drew.lang.Rational
Decides whether a brute-force simplification calculation should be avoided by comparing the maximum number of possible calculations with some threshold.

W

write(int) - Method in class com.drew.lang.NullOutputStream
 

_

_innnerException - Variable in class com.drew.lang.CompoundException
 

B C D E F G I L M N P R S T W _