public class TableContext<R,C> extends Object
| Constructor and Description |
|---|
TableContext(Engine<R,C> selector,
Table<R,C> table,
ArrayMap<Table<R,C>,TableContext<R,C>> others) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FastSet<R> |
getAll() |
Map<String,Range<C>> |
getColumnRanges() |
NavigableSet<C> |
getColumnValues(String column) |
Map<String,NavigableMap<C,Set<R>>> |
getIndexes() |
JoinMap<R> |
getJoinMapTo(Table table) |
TableContext<R,C> |
getOther(Table table) |
ArrayMap<Table<R,C>,TableContext<R,C>> |
getOthers() |
Engine<R,C> |
getSelector() |
Table |
getTable() |
boolean |
hasData() |
int |
hashCode() |
void |
narrow(Table fromTable,
String column,
C lower,
C upper) |
void |
setData(Collection<R> rows) |
String |
toString() |
void |
updateHints(List<TableContext<R,C>> tableRanges) |
public TableContext<R,C> getOther(Table table)
public void setData(Collection<R> rows)
public NavigableSet<C> getColumnValues(String column)
public boolean hasData()
public void updateHints(List<TableContext<R,C>> tableRanges)
public Table getTable()
Copyright © 2014. All rights reserved.