Searched refs:ITERABLE_NULL_NULL (Results 1 – 2 of 2) sorted by relevance
52 private static final Iterable<Integer> ITERABLE_NULL_NULL = Arrays.asList((Integer) null, null); field in JoinerTest100 checkNoOutput(skipNulls, ITERABLE_NULL_NULL); in testSkipNulls()117 checkResult(zeroForNull, ITERABLE_NULL_NULL, "0-0"); in testUseForNull()