Uses of Enum Class
org.drools.core.util.index.RangeIndex.IndexType
Packages that use RangeIndex.IndexType
-
Uses of RangeIndex.IndexType in org.drools.core.util.index
Methods in org.drools.core.util.index that return RangeIndex.IndexTypeModifier and TypeMethodDescriptionstatic RangeIndex.IndexTypeReturns the enum constant of this class with the specified name.static RangeIndex.IndexType[]RangeIndex.IndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.core.util.index with parameters of type RangeIndex.IndexTypeModifier and TypeMethodDescriptionRangeIndex.addIndex(RangeIndex.IndexType indexType, K key, V value) voidRangeIndex.removeIndex(RangeIndex.IndexType indexType, K key)