HomeSort by relevance Sort by last modified time
    Searched refs:sortedNumberNames (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 738 .has().exactlyAs(sortedNumberNames(0, i + 1)).inOrder();
748 sortedNumberNames(0, i)).inOrder();
758 sortedNumberNames(i, strings.length)).inOrder();
768 sortedNumberNames(i + 1, strings.length)).inOrder();
779 .has().exactlyAs(sortedNumberNames(Math.min(i + 1, j), j)).inOrder();
791 .has().exactlyAs(sortedNumberNames(i, j)).inOrder();
803 .has().exactlyAs(sortedNumberNames(i + 1, j + 1)).inOrder();
815 .has().exactlyAs(sortedNumberNames(i, j + 1)).inOrder();
820 private static ImmutableList<String> sortedNumberNames(int i, int j) {
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java     [all...]

Completed in 484 milliseconds