ds.ov2.bignat
Class Convenience.Timed_result

java.lang.Object
  extended by ds.ov2.bignat.Convenience.Timed_result
Enclosing class:
Convenience

public static class Convenience.Timed_result
extends Object

BigInteger, long tuple for methods that produce such results.


Field Summary
 long duration
          The long component of the tuple.
 BigInteger result
          The BigInteger component of the tuple.
 
Constructor Summary
Convenience.Timed_result(BigInteger result, long duration)
          Constructor for initializing the tuple.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public final BigInteger result
The BigInteger component of the tuple.


duration

public final long duration
The long component of the tuple.

Constructor Detail

Convenience.Timed_result

public Convenience.Timed_result(BigInteger result,
                                long duration)
Constructor for initializing the tuple.