Searched refs:presentAsSet (Results 1 – 2 of 2) sorted by relevance
143 Set<String> presentAsSet = Optional.of("a").asSet(); in testAsSet_presentIsImmutable() local145 presentAsSet.add("b"); in testAsSet_presentIsImmutable()
146 Set<String> presentAsSet = Optional.of("a").asSet(); in testAsSet_presentIsImmutable() local148 presentAsSet.add("b"); in testAsSet_presentIsImmutable()