RotateListExtension<E> extension

on

Methods

rotate(int steps) → void
In-place rotate the list steps steps to the right. If steps is negative, the list is rotated to the left.