spec.benchmarks.serial.data
Class TestWithBigDecimal

java.lang.Object
  extended by spec.benchmarks.serial.data.TestWithBigDecimal
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator

public class TestWithBigDecimal
extends java.lang.Object
implements java.io.Serializable, java.util.Comparator

$Id: TestWithBigDecimal.java,v 1.2 2005/09/30 23:24:15 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
TestWithBigDecimal()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static TestWithBigDecimal createTestInstance()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWithBigDecimal

public TestWithBigDecimal()
Method Detail

createTestInstance

public static TestWithBigDecimal createTestInstance()

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Comparator
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator