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