spec.benchmarks.serial.data
Class TestArrayDouble

java.lang.Object
  extended by spec.benchmarks.serial.data.TestArrayDouble
All Implemented Interfaces:
java.io.Serializable

public class TestArrayDouble
extends java.lang.Object
implements java.io.Serializable

$Id: TestArrayDouble.java,v 1.1 2005/10/24 05:03:27 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

Field Summary
static int ARRAY_SIZE
           
 
Constructor Summary
TestArrayDouble()
           
 
Method Summary
static TestArrayDouble 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
 

Field Detail

ARRAY_SIZE

public static final int ARRAY_SIZE
See Also:
Constant Field Values
Constructor Detail

TestArrayDouble

public TestArrayDouble()
Method Detail

createTestInstance

public static TestArrayDouble createTestInstance()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

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