output_int
Class NotEmpty_int$
java.lang.Object
output_int.List_int$
output_int.NotEmpty_int$
public class NotEmpty_int$
- extends List_int$
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotEmpty_int$
public NotEmpty_int$(int head,
List_int$ tail)
NotEmpty_int$
public NotEmpty_int$(NotEmpty_int$ other)
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$