spec.benchmarks.serial.data
Class TestArrayList

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

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

$Id: TestArrayList.java,v 1.2 2005/10/21 16:06:21 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
TestArrayList()
           
 
Method Summary
static TestArrayList createTestInstance()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestArrayList

public TestArrayList()
Method Detail

createTestInstance

public static TestArrayList createTestInstance()

hashCode

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

equals

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