0

Can you make a int linked list in java?

plz answer

12th Jan 2017, 5:22 PM
Jakub Stachurski
Jakub Stachurski - avatar
4 Respuestas
+ 1
I think your searching for HashMap
13th Jan 2017, 12:27 PM
FreakManMega
0
A want also ask of you can do that on a an ArrayList
12th Jan 2017, 5:24 PM
Jakub Stachurski
Jakub Stachurski - avatar
0
If you asked that is there a linked list which contains integer, the answer is yes, LinkedList<Integer> list = new LinkedList<Integer>(); list.add(2); ArrayList<Integer> list = new ArrayList<Integer>(); list.add(6);
12th Feb 2017, 6:52 PM
orsi
0
yes we can use it just pace "Integer" instead of "String"
14th May 2017, 2:50 PM
Mallarapu Pramod Kumar
Mallarapu Pramod Kumar - avatar