0

Como puedo cambiar las posiciones de un ArrayList?

Como puedo cambiar de posiciones los elementos de un ArrayList, pero que se cambien por pares por ejemplo; "1,2,3,4,5,6" que se cambie a "6,5,4,3,2,1".

23rd Apr 2018, 3:12 PM
Abraham Querido
Abraham Querido - avatar
2 Respuestas
+ 4
You want to reverse the elements of your ArrayList? Use Collections.reverse(nums); where "nums" is the ArrayList.
23rd Apr 2018, 3:53 PM
Dev
Dev - avatar
+ 1
Thank you!
23rd Apr 2018, 4:24 PM
Abraham Querido
Abraham Querido - avatar
En tendencia hoy
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes