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
 
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, hashCodeOf
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

AbstractHashTable.AbstractObjectComparator

public AbstractHashTable.AbstractObjectComparator()


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