站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

AbstractHashTable.ObjectComparator (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.util
Interface AbstractHashTable.ObjectComparator

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

public static interface AbstractHashTable.ObjectComparator
extends Serializable


Method Summary
 boolean equal(Object object1, Object object2)
           
 int hashCodeOf(Object object)
           
 int rehash(int hashCode)
           
 

Method Detail

hashCodeOf

int hashCodeOf(Object object)

rehash

int rehash(int hashCode)

equal

boolean equal(Object object1,
              Object object2)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.