stresstests.datasets
Class MTList<T>

java.lang.Object
  extended by stresstests.datasets.AList<T>
      extended by stresstests.datasets.MTList<T>

public class MTList<T>
extends AList<T>

Empty list of T class MTList 20 November 2007

Author:
Viera K. Proulx

Constructor Summary
MTList()
           
 
Method Summary
 java.lang.String toString()
          Print a marker to represent the empty list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MTList

public MTList()
Method Detail

toString

public java.lang.String toString()
Print a marker to represent the empty list.

Overrides:
toString in class java.lang.Object