Uses of Class
org.springframework.util.comparator.NullSafeComparator
Packages that use NullSafeComparator
Package
Description
Useful generic 
java.util.Comparator implementations,
 such as an invertible comparator and a compound comparator.- 
Uses of NullSafeComparator in org.springframework.util.comparatorFields in org.springframework.util.comparator declared as NullSafeComparatorModifier and TypeFieldDescriptionstatic final NullSafeComparatorNullSafeComparator.NULLS_HIGHDeprecated.A shared default instance of this comparator, treating nulls higher than non-null objects.static final NullSafeComparatorNullSafeComparator.NULLS_LOWDeprecated.A shared default instance of this comparator, treating nulls lower than non-null objects.