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