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.java110 data.into(l).sort(cNullInteger); in testOpWithNullSorted()
115 assertSorted(node, cNullInteger); in testOpWithNullSorted()
129 public static final Comparator<Integer> cNullInteger = (a, b) -> { field in DistinctOpTest