stresstests.datasets
Class AList<T>

java.lang.Object
  extended by stresstests.datasets.AList<T>
Direct Known Subclasses:
ConsList, MTList

public abstract class AList<T>
extends java.lang.Object

Abstract list of T class AList 20 November 2007

Author:
Viera K. Proulx

Constructor Summary
AList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AList

public AList()