public abstract class AbstractIndexTable extends java.lang.Object implements IIndexTable
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same.
Modifier and Type | Field and Description |
---|---|
protected ITableContext |
tableContext |
Constructor and Description |
---|
AbstractIndexTable(IInputKey inputKey,
ITableContext tableContext) |
Modifier and Type | Method and Description |
---|---|
IInputKey |
getInputKey() |
protected void |
logError(java.lang.String message) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsTuple, countTuples, enumerateTuples, enumerateValues
protected ITableContext tableContext
public AbstractIndexTable(IInputKey inputKey, ITableContext tableContext)
public java.lang.String toString()
toString
in class java.lang.Object
public IInputKey getInputKey()
getInputKey
in interface IIndexTable
protected void logError(java.lang.String message)