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

NULLS_LOW

static val NULLS_LOW: NullSafeComparator<Any>

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

See Also
Comparators#nullsLow()