Home
last modified time | relevance | path

Searched refs:presentAsSet (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DOptionalTest.java143 Set<String> presentAsSet = Optional.of("a").asSet(); in testAsSet_presentIsImmutable() local
145 presentAsSet.add("b"); in testAsSet_presentIsImmutable()
/external/guava/guava-tests/test/com/google/common/base/
DOptionalTest.java146 Set<String> presentAsSet = Optional.of("a").asSet(); in testAsSet_presentIsImmutable() local
148 presentAsSet.add("b"); in testAsSet_presentIsImmutable()