org.drools.core.util
Class AbstractHashTable.AbstractObjectComparator

java.lang.Object
  extended by org.drools.core.util.AbstractHashTable.AbstractObjectComparator
All Implemented Interfaces:
Externalizable, Serializable, AbstractHashTable.ObjectComparator
Direct Known Subclasses:
AbstractHashTable.EqualityEquals, AbstractHashTable.InstanceEquals, EqualityAssertMapComparator, EqualityKeyComparator, IdentityAssertMapComparator
Enclosing class:
AbstractHashTable

public abstract static class AbstractHashTable.AbstractObjectComparator
extends Object
implements AbstractHashTable.ObjectComparator

See Also:
Serialized Form

Constructor Summary
AbstractHashTable.AbstractObjectComparator()
           
 
Method Summary
 int hashCodeOf(Object key)
           
 int rehash(int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.core.util.AbstractHashTable.ObjectComparator
equal
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

AbstractHashTable.AbstractObjectComparator

public AbstractHashTable.AbstractObjectComparator()
Method Detail

hashCodeOf

public int hashCodeOf(Object key)
Specified by:
hashCodeOf in interface AbstractHashTable.ObjectComparator

rehash

public int rehash(int h)
Specified by:
rehash in interface AbstractHashTable.ObjectComparator


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