Searched defs:rotate (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DCollections.java1978 * calling rotate(list, 3) or rotate(list, -7) would modify the list to look
1985 * integer. Negative values rotate the list backwards.
1988 public static void rotate(List<?> lst, int dist) { method in class:Collections
1992 // Can't sensibly rotate an empty collection

Completed in 54 milliseconds