hardware
Class LabelList

java.lang.Object
  |
  +--hardware.LabelList

public class LabelList
extends java.lang.Object


Constructor Summary
LabelList(Label head, LabelList tail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelList

public LabelList(Label head,
                 LabelList tail)