|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.utils.ObjectIdComparator
public class ObjectIdComparator
INTERNAL: Comparator that compares object ids of TMObjectIF objects.
Field Summary | |
---|---|
static ObjectIdComparator |
INSTANCE
|
Constructor Summary | |
---|---|
ObjectIdComparator()
|
Method Summary | |
---|---|
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
INTERNAL: compares the object ids of the given objects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
public static final ObjectIdComparator INSTANCE
Constructor Detail |
---|
public ObjectIdComparator()
Method Detail |
---|
public int compare(java.lang.Object obj1, java.lang.Object obj2)
compare
in interface java.util.Comparator
obj1
- object; internally typecast to TMObjectIFobj2
- object; internally typecast to TMObjectIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |