当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
AbstractHashTable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.util
Class AbstractHashTable
java.lang.Object
org.drools.util.AbstractHashTable
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FactHandleIndexHashTable, FactHashTable, ObjectHashMap, ObjectHashSet, TupleHashTable, TupleIndexHashTable
public abstract class AbstractHashTable
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
protected int size
threshold
protected int threshold
loadFactor
protected float loadFactor
comparator
protected AbstractHashTable.ObjectComparator comparator
table
protected Entry[] table
AbstractHashTable
public AbstractHashTable()
AbstractHashTable
public AbstractHashTable(int capacity,
float loadFactor)
AbstractHashTable
public AbstractHashTable(Entry[] table)
AbstractHashTable
public AbstractHashTable(float loadFactor,
Entry[] table)
iterator
public Iterator iterator()
setComparator
public void setComparator(AbstractHashTable.ObjectComparator comparator)
resize
protected void resize(int newCapacity)
getBucket
protected Entry getBucket(int hashCode)
getTable
public Entry[] getTable()
size
public int size()
isEmpty
public boolean isEmpty()
indexOf
protected int indexOf(int hashCode,
int dataSize)
getBucket
public abstract Entry getBucket(Object object)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.