public abstract class AbstractBetaIndex<A,V> extends AbstractIndex<A,V> implements BetaIndexN<A,V>
Index.ConstraintType, Index.IndexType| Constructor and Description |
|---|
AbstractBetaIndex(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor,
Class<?> rightReturnType) |
| Modifier and Type | Method and Description |
|---|---|
Index.IndexType |
getIndexType() |
Class<?> |
getRightReturnType() |
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAritygetConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractor, negatepublic Index.IndexType getIndexType()
getIndexType in interface Index<A,V>public Class<?> getRightReturnType()
getRightReturnType in interface BetaIndexN<A,V>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.