org.tm4j.topicmap.utils.BaseNameComparator .compare(java.lang.Object o1,java.lang.Object o2)

Description

Compares two BaseName objects on their signature string. Two BaseNames with the same name string in the same scope will compare as equal. Two BaseNames with different name strings will compare on the lexical order of the name string Two BaseNames with the same name string in different scopes will sort in an arbitrary but consistent order.

Parameters
java.lang.Object o1
java.lang.Object o2

Other Resources

Related Topics

Has Parameters