Home
last modified time | relevance | path

Searched refs:cNullInteger (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DDistinctOpTest.java109 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