spring-framework / org.springframework.util.comparator / NullSafeComparator / NULLS_HIGH

NULLS_HIGH

static val NULLS_HIGH: NullSafeComparator<Any>

A shared default instance of this comparator, treating nulls higher than non-null objects.

See Also
Comparators#nullsHigh()