HomeSort by relevance Sort by last modified time
    Searched full:ourway (Results 1 - 1 of 1) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 396 List<String> ourWay = Lists.newArrayList("foo", "bar", "baz");
400 assertEquals(ourWay, otherWay);

Completed in 88 milliseconds