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