Uses of Class
org.drools.core.util.index.RangeIndex.IndexType
-
Packages that use RangeIndex.IndexType Package Description org.drools.core.util.index -
-
Uses of RangeIndex.IndexType in org.drools.core.util.index
Methods in org.drools.core.util.index that return RangeIndex.IndexType Modifier and Type Method Description static RangeIndex.IndexTypeRangeIndex.IndexType. valueOf(java.lang.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.Methods in org.drools.core.util.index with parameters of type RangeIndex.IndexType Modifier and Type Method Description VRangeIndex. addIndex(RangeIndex.IndexType indexType, K key, V value)voidRangeIndex. removeIndex(RangeIndex.IndexType indexType, K key)
-