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

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 191 List<String> ourWay = Lists.newArrayList("foo", "bar", "baz");
195 assertEquals(ourWay, otherWay);
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 379 List<String> ourWay = Lists.newArrayList("foo", "bar", "baz");
383 assertEquals(ourWay, otherWay);
    [all...]

Completed in 53 milliseconds