Package org.drools.core.util.index
Class IndexSpec
- java.lang.Object
-
- org.drools.core.util.index.IndexSpec
-
public class IndexSpec extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexUtil.ConstraintTypegetConstraintType()AbstractHashTable.FieldIndexgetIndex(int pos)AbstractHashTable.FieldIndex[]getIndexes()
-
-
-
Method Detail
-
getConstraintType
public IndexUtil.ConstraintType getConstraintType()
-
getIndexes
public AbstractHashTable.FieldIndex[] getIndexes()
-
getIndex
public AbstractHashTable.FieldIndex getIndex(int pos)
-
-