org.apache.commons.lang.math.FractionTest Test cases for the {@link Fraction} class @author Stephen Colebourne @author C. Scott Ananian @version $Id: FractionTest.java 155423 2005-02-26 13:08:30Z dirkv $
org.apache.commons.lang.math.Fraction <p><code>Fraction</code> is a <code>Number</code> implementation that stores fractions accurately.</p> <p>This class is immutable, and interoperable with most methods that accept a <code>Number</code>.</p> @author Travis Reeder @author ...
com.mysql.jdbc.ResultSet A ResultSet provides access to a table of data generated by executing a Statement. The table rows are retrieved in sequence. Within a row its column values can be accessed in any order. <P> A ResultSet maintains a cursor pointing to its current row of data. Initially the cursor is positione ...
org.apache.commons.math.util.MathUtils Some useful additions to the built-in functions in {@link Math}. @version $Revision$ $Date: 2005-06-25 18:19:16 -0700 (Sat, 25 Jun 2005) $