Searched refs:multisetWithNull (Results 1 – 3 of 3) sorted by relevance
307 Multiset<String> multisetWithNull in testBuilderAddAllHandlesNullsCorrectly() local310 builder.addAll(multisetWithNull); in testBuilderAddAllHandlesNullsCorrectly()
399 Multiset<String> multisetWithNull in testBuilderAddAllHandlesNullsCorrectly() local402 builder.addAll(multisetWithNull); in testBuilderAddAllHandlesNullsCorrectly()
373 Multiset<String> multisetWithNull = LinkedHashMultiset.create(asList("a", null, "b")); in testBuilderAddAllHandlesNullsCorrectly() local375 builder.addAll(multisetWithNull); in testBuilderAddAllHandlesNullsCorrectly()