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

/libcore/luni/src/main/java/java/util/
H A DCollections.java1773 * the List to shuffle.
1778 public static void shuffle(List<?> list) { method in class:Collections
1779 shuffle(list, new Random());
1787 * the list to shuffle.
1793 public static void shuffle(List<?> list, Random random) { method in class:Collections

Completed in 213 milliseconds