gnu.trove.benchmark
Class Result

java.lang.Object
  extended by gnu.trove.benchmark.Result

 class Result
extends java.lang.Object

Created: Thu Nov 22 20:47:16 2001

Version:
$Id: Result.java,v 1.1 2001/11/23 20:33:15 ericdf Exp $
Author:
Eric D. Friedman

Field Summary
(package private)  java.lang.String description
           
(package private)  int iterations
           
(package private)  long ours
           
(package private)  long theirs
           
 
Constructor Summary
Result()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of description
 int getIterations()
          Gets the value of iterations
 long getOurAvg()
          Gets the value of ourAvg
 long getOurs()
          Gets the value of ours
 long getTheirAvg()
          Gets the value of theirAvg
 long getTheirs()
          Gets the value of theirs
 void setDescription(java.lang.String argDescription)
          Sets the value of description
 void setIterations(int argIterations)
          Sets the value of iterations
 void setOurs(long argOurs)
          Sets the value of ours
 void setTheirs(long argTheirs)
          Sets the value of theirs
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theirs

long theirs

ours

long ours

iterations

int iterations

description

java.lang.String description
Constructor Detail

Result

Result()
Method Detail

getTheirs

public long getTheirs()
Gets the value of theirs

Returns:
the value of theirs

setTheirs

public void setTheirs(long argTheirs)
Sets the value of theirs

Parameters:
argTheirs - Value to assign to this.theirs

getOurs

public long getOurs()
Gets the value of ours

Returns:
the value of ours

setOurs

public void setOurs(long argOurs)
Sets the value of ours

Parameters:
argOurs - Value to assign to this.ours

getTheirAvg

public long getTheirAvg()
Gets the value of theirAvg

Returns:
the value of theirAvg

getOurAvg

public long getOurAvg()
Gets the value of ourAvg

Returns:
the value of ourAvg

getIterations

public int getIterations()
Gets the value of iterations

Returns:
the value of iterations

setIterations

public void setIterations(int argIterations)
Sets the value of iterations

Parameters:
argIterations - Value to assign to this.iterations

getDescription

public java.lang.String getDescription()
Gets the value of description

Returns:
the value of description

setDescription

public void setDescription(java.lang.String argDescription)
Sets the value of description

Parameters:
argDescription - Value to assign to this.description

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object