output_plus
Class NotEmpty_List_String$$

java.lang.Object
  extended by output_plus.List_List_String$$
      extended by output_plus.NotEmpty_List_String$$

public class NotEmpty_List_String$$
extends List_List_String$$


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

Field Detail

head

public List_String$ head

tail

public List_List_String$$ tail
Constructor Detail

NotEmpty_List_String$$

public NotEmpty_List_String$$(List_String$ head,
                              List_List_String$$ tail)
Method Detail

isEmpty

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

length

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

append

public NotEmpty_List_String$$ append(List_List_String$$ l)
Specified by:
append in class List_List_String$$

toString

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

putlast

public NotEmpty_List_String$$ putlast(List_String$ e)
Specified by:
putlast in class List_List_String$$

reverse

public NotEmpty_List_String$$ reverse()
Specified by:
reverse in class List_List_String$$