Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 17th, 2018
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
@Override
public void add(E element) {
Node<E> newNode = new Node<E>(element, null);
if(head == null){
head = newNode;
tail = newNode;
} else {
tail.next = newNode;
tail = newNode;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2200 in 15 minutes 9
JavaScript | 4 sec ago | 0.21 KB
MAKE $5000 INSTANTLY T
JavaScript | 10 sec ago | 0.21 KB
Hadez Method Leaked???? TC
JavaScript | 22 sec ago | 0.15 KB
✅ MAKE $22OO IN 10 MIN G
JavaScript | 55 sec ago | 0.21 KB
MAKE $5000 INSTANTLY 4
JavaScript | 1 min ago | 0.21 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
JavaScript | 1 min ago | 0.15 KB
Make 3500$ in 20 MIN [Method] N
JavaScript | 2 min ago | 0.21 KB
✅ MAKE $22OO IN 10 MIN P
JavaScript | 2 min ago | 0.21 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!