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() |
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor
public Index.IndexType getIndexType()
getIndexType
in interface Index<A,V>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.