public class BetaIndexImpl<A,B,V> extends AbstractIndex<A,V> implements BetaIndex<A,B,V>
Index.ConstraintType, Index.IndexType
Constructor and Description |
---|
BetaIndexImpl(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor,
Function1<B,V> rightOperandExtractor) |
Modifier and Type | Method and Description |
---|---|
Index.IndexType |
getIndexType() |
Function1<B,V> |
getRightOperandExtractor() |
String |
toString() |
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negate
public Index.IndexType getIndexType()
getIndexType
in interface Index<A,V>
public Function1<B,V> getRightOperandExtractor()
getRightOperandExtractor
in interface BetaIndex<A,B,V>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.