Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.    /**
  2.     Appends the specified string to the end of this list.
  3.    */
  4.     @Override
  5.     public boolean add(String s)
  6.     {
  7.  
  8.         Node(String str){
  9.             lastNode = s;
  10.         }
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement