All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Temp.TempList

java.lang.Object
   |
   +----Temp.TempList

public class TempList
extends Object

Variable Index

 o head
 o tail

Constructor Index

 o TempList(Temp, TempList)

Variables

 o head
 public Temp head
 o tail
 public TempList tail

Constructors

 o TempList
 public TempList(Temp h,
                 TempList t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index