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

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


org.drools.util
Class AbstractHashTable.DoubleCompositeIndex

java.lang.Object
  extended by org.drools.util.AbstractHashTable.DoubleCompositeIndex
All Implemented Interfaces:
AbstractHashTable.Index
Enclosing class:
AbstractHashTable

public static class AbstractHashTable.DoubleCompositeIndex
extends Object
implements AbstractHashTable.Index


Constructor Summary
AbstractHashTable.DoubleCompositeIndex(AbstractHashTable.FieldIndex[] indexes, int startResult)
           
 
Method Summary
 boolean equal(Object object1, Object object2)
           
 boolean equal(Object right, ReteTuple tuple)
           
 boolean equal(ReteTuple tuple1, ReteTuple tuple2)
           
 int hashCodeOf(Object object)
           
 int hashCodeOf(ReteTuple tuple)
           
 int rehash(int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHashTable.DoubleCompositeIndex

public AbstractHashTable.DoubleCompositeIndex(AbstractHashTable.FieldIndex[] indexes,
                                              int startResult)
Method Detail

hashCodeOf

public int hashCodeOf(Object object)
Specified by:
hashCodeOf in interface AbstractHashTable.Index

hashCodeOf

public int hashCodeOf(ReteTuple tuple)
Specified by:
hashCodeOf in interface AbstractHashTable.Index

equal

public boolean equal(Object right,
                     ReteTuple tuple)
Specified by:
equal in interface AbstractHashTable.Index

equal

public boolean equal(ReteTuple tuple1,
                     ReteTuple tuple2)
Specified by:
equal in interface AbstractHashTable.Index

equal

public boolean equal(Object object1,
                     Object object2)
Specified by:
equal in interface AbstractHashTable.Index

rehash

public int rehash(int h)


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