org.openmdx.base.accessor.generic.spi
Class ObjectComparator_1

java.lang.Object
  extended by org.openmdx.base.accessor.generic.spi.ObjectComparator_1
All Implemented Interfaces:
Serializable, Comparator

public final class ObjectComparator_1
extends Object
implements Serializable, Comparator

Author:
hburger To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
protected ObjectComparator_1()
          For de-serialization
  ObjectComparator_1(AttributeSpecifier[] order)
           
 
Method Summary
 int compare(Object x, Object y)
           
 boolean equals(Object that)
           
 AttributeSpecifier[] getDelegate()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectComparator_1

protected ObjectComparator_1()
For de-serialization


ObjectComparator_1

public ObjectComparator_1(AttributeSpecifier[] order)
Method Detail

compare

public int compare(Object x,
                   Object y)
Specified by:
compare in interface Comparator

equals

public boolean equals(Object that)
Specified by:
equals in interface Comparator
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getDelegate

public AttributeSpecifier[] getDelegate()


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.