If obj is null or not an instance of Rdn, ClassCastException is thrown.
The attribute type and value pairs of the RDNs are lined up against each other and compared lexicographically. The order of components in multi-valued Rdns (such as "ou=Sales+cn=Bob") is not significant. @param obj The non-null object to compare against. @return A negative integer, zero, or a positive integer as this Rdnis less than, equal to, or greater than the given Object. @exception ClassCastException if obj is null or not a Rdn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|