Home
last modified time | relevance | path

Searched defs:iterableWithNulls (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableListTest.java483 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
DAbstractImmutableSetTest.java423 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java447 Iterable<String> iterableWithNulls = MinimalIterable.of("a", null, "b"); in testBuilderAddAllHandlesNullsCorrectly() local