Package org.drools.model.index
Class AlphaIndexImpl<A,V>
java.lang.Object
org.drools.model.index.AbstractIndex<A,V>
org.drools.model.index.AlphaIndexImpl<A,V>
- All Implemented Interfaces:
AlphaIndex<A,,V> Index<A,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.Index
Index.ConstraintType, Index.IndexType -
Constructor Summary
ConstructorsConstructorDescriptionAlphaIndexImpl(Class<V> indexedClass, Index.ConstraintType constraintType, int indexId, Function1<A, V> leftOperandExtractor, V rightValue) -
Method Summary
Methods inherited from class org.drools.model.index.AbstractIndex
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.model.Index
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
-
Constructor Details
-
AlphaIndexImpl
-
-
Method Details
-
getRightValue
- Specified by:
getRightValuein interfaceAlphaIndex<A,V>
-
getIndexType
- Specified by:
getIndexTypein interfaceIndex<A,V>
-
toString
-