org.drools.core.util
Class AbstractHashTable.EqualityEquals

java.lang.Object
  extended by org.drools.core.util.AbstractHashTable.AbstractObjectComparator
      extended by org.drools.core.util.AbstractHashTable.EqualityEquals
All Implemented Interfaces:
Externalizable, Serializable, AbstractHashTable.ObjectComparator
Enclosing class:
AbstractHashTable

public static class AbstractHashTable.EqualityEquals
extends AbstractHashTable.AbstractObjectComparator

See Also:
Serialized Form

Field Summary
static AbstractHashTable.ObjectComparator INSTANCE
           
 
Constructor Summary
AbstractHashTable.EqualityEquals()
           
 
Method Summary
 boolean equal(Object object1, Object object2)
           
static AbstractHashTable.ObjectComparator getInstance()
           
 int hashCodeOf(Object key)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static AbstractHashTable.ObjectComparator INSTANCE
Constructor Detail

AbstractHashTable.EqualityEquals

public AbstractHashTable.EqualityEquals()
Method Detail

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 key)

equal

public boolean equal(Object object1,
                     Object object2)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.