output_int
Class NotEmpty_int$

java.lang.Object
  extended by output_int.List_int$
      extended by output_int.NotEmpty_int$

public class NotEmpty_int$
extends List_int$


Field Summary
 int head
           
 List_int$ tail
           
 
Constructor Summary
NotEmpty_int$(int head, List_int$ tail)
           
 
Method Summary
 NotEmpty_int$ append(List_int$ l)
           
 boolean isEmpty()
           
 int length()
           
 NotEmpty_int$ putlast(int e)
           
 NotEmpty_int$ reverse()
           
 java.lang.String toString()
           
 
Methods inherited from class output_int.List_int$
cons
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

head

public int head

tail

public List_int$ tail
Constructor Detail

NotEmpty_int$

public NotEmpty_int$(int head,
                     List_int$ tail)
Method Detail

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class List_int$

length

public int length()
Specified by:
length in class List_int$

append

public NotEmpty_int$ append(List_int$ l)
Specified by:
append in class List_int$

toString

public java.lang.String toString()
Specified by:
toString in class List_int$

putlast

public NotEmpty_int$ putlast(int e)
Specified by:
putlast in class List_int$

reverse

public NotEmpty_int$ reverse()
Specified by:
reverse in class List_int$