When this finds null
objects, it orders them before all other objects.
@author Jesse Wilson
null
, not {@link Comparable Comparable}, or for which {@link Comparable#compareTo(Object) compareTo} gaveinconsistent results. This is no longer the case. See {@link #compare(Object,Object) compare} for details.
@since Commons Collections 2.0
@version $Revision: 1.15 $ $Date: 2004/05/15 13:24:11 $
@author Henri Yandell
@see java.util.Collections#reverseOrder()
null
, not {@link Comparable Comparable}, or for which {@link Comparable#compareTo(Object) compareTo} gaveinconsistent results. This is no longer the case. See {@link #compare(Object,Object) compare} for details.
@author Matt Hall, John Watkinson, Henri Yandell
@version $Revision: 1.1 $ $Date: 2005/10/11 17:05:20 $
@see java.util.Collections#reverseOrder()
@since Commons Collections 2.0
Comparable
objects by their own (@see java.lang.Comparable#compareTo(java.lang.Object)) method.
|
|