Searched refs:ITERABLE_NULL_1 (Results 1 – 1 of 1) sorted by relevance
55 private static final Iterable<Integer> ITERABLE_NULL_1 = Arrays.asList(null, 1); field in JoinerTest107 checkResult(skipNulls, ITERABLE_NULL_1, "1"); in testSkipNulls()120 checkResult(zeroForNull, ITERABLE_NULL_1, "0-1"); in testUseForNull()