KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > Number > Top Examples

  • org.codehaus.groovy.runtime.DefaultGroovyMethods
    This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
  • org.codehaus.groovy.runtime.NumberMath
    Stateless objects used to perform math on the various Number subclasses. Instances are required so that polymorphic calls work properly, but each subclass creates a singleton instance to minimize garbage. All methods must be thread-safe. The design goals of this class are as follows: <ol> ...
  • org.jboss.mq.selectors.Operator
    An operator for the selector system. @author Norbert Lataille (Norbert.Lataille@m4x.org) @author droy@boostmyscore.com @author Scott.Stark@jboss.org @author adrian@jboss.com @created August 16, 2001 @version $Revision: 1.13.6.2 $
  • com.lowagie.text.pdf.codec.postscript.PAContext
  • freemarker.core.ArithmeticEngine
    Class to perform arithmetic operations. @author <a HREF="mailto:jon@revusky.com">Jonathan Revusky</a> @author Attila Szegedi
  • org.objectweb.joram.shared.selectors.Filter
    CUP v0.10j generated parser. @version Fri Jun 18 16:25:44 CEST 2004
  • org.hsqldb.Column
    fredt@users 20020130 - patch 491987 by jimbag@users fredt@users 20020320 - doc 1.7.0 - update fredt@users 20020401 - patch 442993 by fredt - arithmetic expressions to allow mixed type arithmetic expressions beginning with a narrower type changes applied to several lines of code and not marked separ ...
  • org.xquark.mediator.DOMUtils.EvaluationVisitor
    A simple class for evaluating en attendant the real evaluator. evaluate the expression and return true or false
  • org.apache.velocity.tools.generic.MathTool
    <p>Tool for performing math in Velocity.</p> <p>Some things should be noted here:</p> <ul> <li>This class does not have methods that take primitives. This is simply because Velocity wraps all primitives for us automagically.</li> <li>No null point ...
  • jxl.demo.Write
    Demo class which writes a spreadsheet. This demo illustrates most of the features of the JExcelAPI, such as text, numbers, fonts, number formats and date formats
  • org.codehaus.groovy.runtime.IntegerMath
    Integer NumberMath operations @author Steve Goetze
  • org.apache.tapestry.valid.NumberValidator
    Simple validation for standard number classes. This is probably insufficient for anything tricky and application specific, such as parsing currency. @author Howard Lewis Ship @since 1.0.8
  • org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
    A convenience class that provides a default implementation of the {@link BoxAndWhiskerCategoryDataset} interface. @author David Browning (for Australian Institute of Marine Science)
  • com.ziclix.python.sql.zxJDBC
    Creates database connections. <p/> <pre> from com.ziclix.python.sql import zxJDBC db = zxJDBC.connect("jdbc:mysql://localhost:3306/MySql", None, None, "org.gjt.mm.mysql.Driver") </pre> @author brian zimmer @author last revised by $Author: bzimmer $ @version $Revision: 1.14 $
  • org.jfree.data.statistics.Statistics
    A utility class that provides some simple statistical functions.
  • org.lsmp.djep.groupJep.groups.Integers
    The group of integers, implemented as a BigInteger. @see java.math.BigInteger @author Rich Morris Created on 05-Mar-2004
  • org.lsmp.djep.groupJep.groups.Rationals
    The Field of rational numbers. @author Rich Morris Created on 05-Mar-2004
  • org.codehaus.groovy.runtime.Invoker
    A helper class to invoke methods or extract properties on arbitrary Java objects dynamically @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.65 $
  • org.jfree.data.statistics.BoxAndWhiskerItem
    Represents one data item within a box-and-whisker dataset. This class is immutable.
  • org.lsmp.djep.groupJep.groups.BigReals
    The field of Reals represented by BigDecimals. TODO Sorry power is not implemented. @see BigDecimal @author Rich Morris Created on 05-Mar-2004
  • org.codehaus.groovy.runtime.FloatingPointMath
    FloatingPoint (Double and Float) NumberMath operations @author Steve Goetze
  • net.sf.jasperreports.engine.fill.JRIntegerIncrementerFactory
    @author Teodor Danciu (teodord@users.sourceforge.net) @version $Id: JRIntegerIncrementerFactory.java,v 1.15 2005/07/20 16:11:30 lucianc Exp $
  • org.springframework.jdbc.core.JdbcTemplate
    <b>This is the central class in the JDBC core package.</b> It simplifies the use of JDBC and helps to avoid common errors. It executes core JDBC workflow, leaving application code to provide SQL and extract results. This class executes SQL queries or updates, initiating iteration over ...
  • org.lsmp.djep.groupJep.groups.Quartonians
    Possibly the quatonians, compleatly untested. @author Rich Morris Created on 16-May-2004
  • org.jfree.data.category.DefaultIntervalCategoryDataset
    A convenience class that provides a default implementation of the {@link IntervalCategoryDataset} interface. <p> The standard constructor accepts data in a two dimensional array where the first dimension is the series, and the second dimension is the category. @author Jeremy Bowman
  • org.jfree.data.xy.XYSeries
    Represents a sequence of zero or more data items in the form (x, y). By default, items in the series will be sorted into ascending order by x-value, and duplicate x-values are permitted. Both the sorting and duplicate defaults can be changed in the constructor. Y-values can be <code>null& ...
  • groovy.lang.MetaClass
    Allows methods to be dynamically added to existing classes at runtime @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Guillaume Laforge @version $Revision: 1.85 $
  • org.jfree.data.contour.DefaultContourDataset
    A convenience class that provides a default implementation of the {@link ContourDataset} interface. @author David M. O'Donnell
  • org.codehaus.groovy.runtime.ScriptBytecodeAdapter
    A static helper class to make bytecode generation easier and act as a facade over the Invoker. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.8 $
  • org.nfunk.jep.function.Subtract
  • org.jfree.data.xy.XYBarDataset
    A dataset wrapper class that converts a standard {@link XYDataset} into an {@link IntervalXYDataset} suitable for use in creating XY bar charts.
  • org.apache.xalan.xsltc.runtime.BasisLibrary
    Standard XSLT functions. All standard functions expect the current node and the DOM as their last two arguments.
  • org.apache.commons.lang.math.NumberRange
    <p><code>NumberRange</code> represents an inclusive range of {@link java.lang.Number} objects of the same type.</p> @author <a HREF="mailto:chrise@esha.com">Christopher Elkins</a> @author Stephen Colebourne @since 2.0 (previously in org.apache.commons.lang) @ve ...
  • org.jfree.data.time.TimeSeriesCollection
    A collection of time series objects. This class implements the {@link org.jfree.data.xy.XYDataset} interface, as well as the extended {@link IntervalXYDataset} interface. This makes it a convenient dataset for use with the {@link org.jfree.chart.plot.XYPlot} class.
  • org.xquark.mapper.mapping.MappingTypeInfo
    @author sr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
  • org.springframework.util.NumberUtils
    Miscellaneous utility methods for number conversion and parsing. Mainly for internal use within the framework; consider Jakarta's Commons Lang for a more comprehensive suite of string utilities. @author Juergen Hoeller @author Rob Harrop @since 1.1.2
  • org.lsmp.djep.groupJep.function.GMod
    @author Rich Morris Created on 05-Mar-2004
  • org.hsqldb.Session
    fredt@users 20020320 - doc 1.7.0 - update fredt@users 20020315 - patch 1.7.0 - switch for scripting fredt@users 20020130 - patch 476694 by velichko - transaction savepoints additions in different parts to support savepoint transactions fredt@users 20020910 - patch 1.7.1 by fredt - database readonly ...
  • freemarker.ext.rhino.RhinoScriptableModel
    <p><font color="red">Experimental: no backward compatibility guarantees</font>; any feedback is highly welcome!</p> @author Attila Szegedi @version $Id: RhinoScriptableModel.java,v 1.4 2005/06/22 10:52:52 ddekany Exp $
  • org.apache.excalibur.xml.xpath.XPathProcessorImpl
    This class defines the implementation of the {@link XPathProcessor} component. To configure it, add the following lines in the <file>cocoon.xconf</file> file: <pre> &lt;xpath-processor class="org.apache.cocoon.components.xpath.XPathProcessorImpl"&gt; &lt;/xpath-proc ...
Popular Tags