org.drools.core.util
Class AbstractHashTable.InstanceEquals
java.lang.Object
org.drools.core.util.AbstractHashTable.AbstractObjectComparator
org.drools.core.util.AbstractHashTable.InstanceEquals
- All Implemented Interfaces:
- Externalizable, Serializable, AbstractHashTable.ObjectComparator
- Enclosing class:
- AbstractHashTable
public static class AbstractHashTable.InstanceEquals
- extends AbstractHashTable.AbstractObjectComparator
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static AbstractHashTable.ObjectComparator INSTANCE
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
getInstance
public static AbstractHashTable.ObjectComparator getInstance()
hashCodeOf
public int hashCodeOf(Object obj)
equal
public boolean equal(Object object1,
Object object2)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.