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

Description

Compares two Occurrence objects on their signature string. Two Occurrences of the same type with the same data or data locator in the same scope will compare as equal. Two Occurrences which are not equal will sort in an arbitrary, but consistent, order.

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

Other Resources

Related Topics

Has Parameters