Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I easily shift the elements in a List / Vector such that all the elements rotate n elements?

0
Posted

How can I easily shift the elements in a List / Vector such that all the elements rotate n elements?

0

Location: http://www.jguru.com/faq/view.jsp?EID=483403 Created: Aug 24, 2001 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) The Java 1.4 API adds a rotate() method to the Collections class: rotate(List list, int distance) that will shift the elements for you.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123