Home
last modified time | relevance | path

Searched defs:friends (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java258 Set<String> friends; field in SetOperationsTest.MoreTests
281 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
299 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
317 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local