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