| Package | Description |
|---|---|
| org.drools.core.util.index |
| Modifier and Type | Method and Description |
|---|---|
static RangeIndex.IndexType |
RangeIndex.IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeIndex.IndexType[] |
RangeIndex.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V |
RangeIndex.addIndex(RangeIndex.IndexType indexType,
K key,
V value) |
void |
RangeIndex.removeIndex(RangeIndex.IndexType indexType,
K key) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.