Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DOptionalTest.java152 Set<Object> absentAsSet = Optional.absent().asSet(); in testAsSet_absentIsImmutable() local
154 absentAsSet.add("foo"); in testAsSet_absentIsImmutable()
/external/guava/guava-tests/test/com/google/common/base/
DOptionalTest.java155 Set<Object> absentAsSet = Optional.absent().asSet(); in testAsSet_absentIsImmutable() local
157 absentAsSet.add("foo"); in testAsSet_absentIsImmutable()