| Author |
Has LinkedList always been in the Java library?
|
John Quach
Ranch Hand
Joined: Sep 28, 2011
Posts: 50
|
|
I'm reading this old book from college called Java Illuminated. On chapter 13, it talks about creating LinkedLists as if you cannot instantiate it from the class library.
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
|
From the API- LinkedList is there since 1.2
|
Mohamed Sanaulla | My Blog
|
 |
 |
|
|
subject: Has LinkedList always been in the Java library?
|
|
|