Searched refs:absentAsSet (Results 1 – 2 of 2) sorted by relevance
152 Set<Object> absentAsSet = Optional.absent().asSet(); in testAsSet_absentIsImmutable() local154 absentAsSet.add("foo"); in testAsSet_absentIsImmutable()
155 Set<Object> absentAsSet = Optional.absent().asSet(); in testAsSet_absentIsImmutable() local157 absentAsSet.add("foo"); in testAsSet_absentIsImmutable()