public class AlphaIndexImpl<A,V> extends AbstractIndex<A,V> implements AlphaIndex<A,V>
Index.ConstraintType, Index.IndexType| Constructor and Description |
|---|
AlphaIndexImpl(Class<V> indexedClass,
Index.ConstraintType constraintType,
int indexId,
Function1<A,V> leftOperandExtractor,
V rightValue) |
| Modifier and Type | Method and Description |
|---|---|
Index.IndexType |
getIndexType() |
V |
getRightValue() |
getConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConstraintType, getIndexedClass, getIndexId, getLeftOperandExtractorpublic V getRightValue()
getRightValue in interface AlphaIndex<A,V>public Index.IndexType getIndexType()
getIndexType in interface Index<A,V>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.