uk.ac.leeds.ccg.andyt.generic.math
Class Generic_Number

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.generic.math.Generic_Number
Direct Known Subclasses:
Generic_BigDecimal, Generic_BigInteger, Generic_long

public class Generic_Number
extends java.lang.Object


Constructor Summary
Generic_Number()
           
 
Method Summary
 long timeReport(long time)
          Reports the difference between the system clock and time in milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generic_Number

public Generic_Number()
Method Detail

timeReport

public long timeReport(long time)
Reports the difference between the system clock and time in milliseconds. System.out.println("Time taken " + (System.currentTimeMillis() - time));

Parameters:
time - a time in milliseconds
Returns:
System.currentTimeMillis();