Uses of Class
org.drools.core.util.index.IndexMemory.ComparisonMemoryType
-
Packages that use IndexMemory.ComparisonMemoryType Package Description org.drools.core.util.index -
-
Uses of IndexMemory.ComparisonMemoryType in org.drools.core.util.index
Methods in org.drools.core.util.index that return IndexMemory.ComparisonMemoryType Modifier and Type Method Description static IndexMemory.ComparisonMemoryTypeIndexMemory. getComparisonMemoryType()static IndexMemory.ComparisonMemoryTypeIndexMemory.ComparisonMemoryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexMemory.ComparisonMemoryType[]IndexMemory.ComparisonMemoryType. 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 IndexMemory.ComparisonMemoryType Modifier and Type Method Description static voidIndexMemory. setComparisonMemoryType(IndexMemory.ComparisonMemoryType type)
-