Searched refs:cNullInteger (Results 1 – 1 of 1) sorted by relevance
109 data.into(l).sort(cNullInteger); in testOpWithNullSorted()114 assertSorted(node, cNullInteger); in testOpWithNullSorted()128 public static final Comparator<Integer> cNullInteger = (a, b) -> { field in DistinctOpTest