org.jacorb.collection.util
Interface ObjectComparator


public interface ObjectComparator


Method Summary
 int compare_with(Object obj)
           
 int compare(Object obj1, Object obj2)
           
 Object element()
           
 void element(Object obj)
           
 boolean equal(Object obj1)
           
 boolean equal(Object obj1, Object obj2)
           
 

Method Detail

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.