org.jacorb.collection.util
Interface ObjectComparator
public interface ObjectComparator
compare
int compare(Object obj1,
Object obj2)
throws ObjectInvalid
- Throws:
ObjectInvalid
element
void element(Object obj)
throws ObjectInvalid
- Throws:
ObjectInvalid
element
Object element()
compare_with
int compare_with(Object obj)
throws ObjectInvalid
- Throws:
ObjectInvalid
equal
boolean equal(Object obj1,
Object obj2)
throws ObjectInvalid
- Throws:
ObjectInvalid
equal
boolean equal(Object obj1)
throws ObjectInvalid
- Throws:
ObjectInvalid
Copyright © 2015 JacORB. All rights reserved.