spec.benchmarks.serial.data
Class TestArray

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

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

$Id: TestArray.java,v 1.1 2005/10/21 16:06:21 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

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

TestArray

public TestArray()
Method Detail

createTestInstance

public static TestArray 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