Constructors in org.drools.core.util with parameters of type AbstractHashTable.FieldIndex |
AbstractHashTable.DoubleCompositeIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult)
|
AbstractHashTable.SingleIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult)
|
AbstractHashTable.TripleCompositeIndex(AbstractHashTable.FieldIndex[] indexes,
int startResult)
|
ConcurrentHashTable(AbstractHashTable.FieldIndex[] index)
Creates a new, empty map with a default initial capacity (16),
load factor (0.75) and concurrencyLevel (16). |
ConcurrentHashTable(AbstractHashTable.FieldIndex[] index,
int initialCapacity)
Creates a new, empty map with the specified initial capacity,
and with default load factor (0.75) and concurrencyLevel (16). |
ConcurrentHashTable(AbstractHashTable.FieldIndex[] index,
int initialCapacity,
float loadFactor)
Creates a new, empty map with the specified initial capacity
and load factor and with the default concurrencyLevel (16). |
ConcurrentHashTable(AbstractHashTable.FieldIndex[] index,
int initialCapacity,
float loadFactor,
int concurrencyLevel)
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level. |
LeftTupleIndexHashTable(AbstractHashTable.FieldIndex[] index)
|
LeftTupleIndexHashTable(int capacity,
float loadFactor,
AbstractHashTable.FieldIndex[] index)
|
RightTupleIndexHashTable(AbstractHashTable.FieldIndex[] index)
|
RightTupleIndexHashTable(int capacity,
float loadFactor,
AbstractHashTable.FieldIndex[] index)
|