Class Poly.Arith
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Poly.Arith

java.lang.Object
   |
   +----Poly.Arith

public class Arith
extends Object

Constructor Index

 o Arith()

Method Index

 o add(Object, Object)
 o divide(Object, Object)
 o equal(Object, Object)
 o greaterThan(Object, Object)
 o greaterThanOrEqual(Object, Object)
 o mod(Object, Object)
 o multiply(Object, Object)
 o subtract(Object, Object)

Constructors

 o Arith
  public Arith()

Methods

 o greaterThan
  public static boolean greaterThan(Object v1,
                                    Object v2) throws argumentTypeException
 o greaterThanOrEqual
  public static boolean greaterThanOrEqual(Object v1,
                                           Object v2) throws argumentTypeException
 o equal
  public static boolean equal(Object v1,
                              Object v2)
 o add
  public static Number add(Object v1,
                           Object v2) throws argumentTypeException
 o subtract
  public static Number subtract(Object v1,
                                Object v2) throws argumentTypeException
 o multiply
  public static Number multiply(Object v1,
                                Object v2) throws argumentTypeException
 o divide
  public static Number divide(Object v1,
                              Object v2) throws argumentTypeException
 o mod
  public static Number mod(Object v1,
                           Object v2) throws argumentTypeException

All Packages  Class Hierarchy  This Package  Previous  Next  Index