| java.lang.Object net.sf.jga.fn.arithmetic.ArithmeticFactory
ArithmeticFactory | public class ArithmeticFactory (Code) | | Builds and distributes implementations of the Arithmetic and
IntegerArithmetic interfaces that are available for supported Number
classes.
Copyright © 2003-2005 David A. Hall
author: David A. Hall |
getArithmetic | public static Arithmetic<T> getArithmetic(Class<T> c)(Code) | | Returns the Arithmetic implementation registered for the given class
the Arithmetic implementation registered for the given class |
getIntegralArithmetic | public static IntegerArithmetic<T> getIntegralArithmetic(Class<T> c)(Code) | | Returns the IntegerArithmetic implementation registered for the given
class
the IntegerArithmetic implementation registered for the givenclass |
register | public static void register(Class<T> c, Arithmetic<T> math)(Code) | | Registers the Arithmetic implementation for the given class
|
register | public static void register(Class<T> c, IntegerArithmetic<T> math)(Code) | | Registers the IntegerArithmetic implementation for the given class
|
|
|