ds.ov2.bignat
Class Convenience.Timed_result
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
public final BigInteger result
- The BigInteger component of the tuple.
duration
public final long duration
- The long component of the tuple.
Convenience.Timed_result
public Convenience.Timed_result(BigInteger result,
long duration)
- Constructor for initializing the tuple.