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$


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

Constructor Detail

NotEmpty_int$

public NotEmpty_int$(int head,
                     List_int$ tail)

NotEmpty_int$

public NotEmpty_int$(NotEmpty_int$ other)
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$

getHead

public int getHead()

setHead

public void setHead(int other)

getTail

public List_int$ getTail()

setTail

public void setTail(List_int$ other)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class List_int$