|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void rotate(long[], |
Performs a right rotation of {@code array} of "distance" places, so that the first element is moved to index "distance", and the element at index {@code i} ends up at index {@code (distance + i) mod array.length}. |
void rotate(long[], |
Performs a right rotation of {@code array} between {@code fromIndex} inclusive and {@code toIndex} exclusive. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |