org.drools.core.util
Interface AbstractHashTable.ObjectComparator

All Superinterfaces:
Externalizable, Serializable
All Known Implementing Classes:
AbstractHashTable.AbstractObjectComparator, AbstractHashTable.EqualityEquals, AbstractHashTable.InstanceEquals, EqualityAssertMapComparator, EqualityKeyComparator, IdentityAssertMapComparator, TripleStore.TripleKeyComparator
Enclosing class:
AbstractHashTable

public static interface AbstractHashTable.ObjectComparator
extends Externalizable


Method Summary
 boolean equal(Object object1, Object object2)
           
 int hashCodeOf(Object object)
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

hashCodeOf

int hashCodeOf(Object object)

equal

boolean equal(Object object1,
              Object object2)


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