当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
TupleHashTable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.util
Class TupleHashTable
java.lang.Object
org.drools.util.AbstractHashTable
org.drools.util.TupleHashTable
- All Implemented Interfaces:
- Serializable, TupleMemory
public class TupleHashTable
- extends AbstractHashTable
- implements TupleMemory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleHashTable
public TupleHashTable()
TupleHashTable
public TupleHashTable(int capacity,
float loadFactor)
iterator
public Iterator iterator(InternalFactHandle handle)
- Specified by:
iterator
in interface TupleMemory
add
public void add(ReteTuple tuple)
- Specified by:
add
in interface TupleMemory
get
public ReteTuple get(ReteTuple tuple)
remove
public ReteTuple remove(ReteTuple tuple)
- Specified by:
remove
in interface TupleMemory
getBucket
public Entry getBucket(Object object)
- Specified by:
getBucket
in class AbstractHashTable
contains
public boolean contains(ReteTuple tuple)
- Specified by:
contains
in interface TupleMemory
isIndexed
public boolean isIndexed()
- Specified by:
isIndexed
in interface TupleMemory
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.