gnu.trove.benchmark

Class Result

class Result extends 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
Stringdescription
intiterations
longours
longtheirs
Method Summary
StringgetDescription()
Gets the value of description
intgetIterations()
Gets the value of iterations
longgetOurAvg()
Gets the value of ourAvg
longgetOurs()
Gets the value of ours
longgetTheirAvg()
Gets the value of theirAvg
longgetTheirs()
Gets the value of theirs
voidsetDescription(String argDescription)
Sets the value of description
voidsetIterations(int argIterations)
Sets the value of iterations
voidsetOurs(long argOurs)
Sets the value of ours
voidsetTheirs(long argTheirs)
Sets the value of theirs
StringtoString()

Field Detail

description

String description

iterations

int iterations

ours

long ours

theirs

long theirs

Method Detail

getDescription

public String getDescription()
Gets the value of description

Returns: the value of description

getIterations

public int getIterations()
Gets the value of iterations

Returns: the value of iterations

getOurAvg

public long getOurAvg()
Gets the value of ourAvg

Returns: the value of ourAvg

getOurs

public long getOurs()
Gets the value of ours

Returns: the value of ours

getTheirAvg

public long getTheirAvg()
Gets the value of theirAvg

Returns: the value of theirAvg

getTheirs

public long getTheirs()
Gets the value of theirs

Returns: the value of theirs

setDescription

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

Parameters: argDescription Value to assign to this.description

setIterations

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

Parameters: argIterations Value to assign to this.iterations

setOurs

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

Parameters: argOurs Value to assign to this.ours

setTheirs

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

Parameters: argTheirs Value to assign to this.theirs

toString

public String toString()