Searched refs:shuffledCopy (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DOrderingTest.java201 list = shuffledCopy(list, new Random(1));
893 shuffledList = shuffledCopy(shuffledList, new Random(5));
928 shuffledList = shuffledCopy(shuffledList, new Random(5));
1071 private static <T> List<T> shuffledCopy(List<T> in, Random random) { method in class:OrderingTest
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java203 list = shuffledCopy(list, new Random(1));
927 shuffledList = shuffledCopy(shuffledList, new Random(5));
962 shuffledList = shuffledCopy(shuffledList, new Random(5));
1114 private static <T> List<T> shuffledCopy(List<T> in, Random random) { method in class:OrderingTest

Completed in 295 milliseconds