public class StaticTable<V> extends Table<java.lang.Integer,V>
| Constructor and Description |
|---|
StaticTable(java.lang.String region_input_table,
java.lang.String var,
java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Integer> |
getKeys() |
void |
mergeTable(StaticTable<V> t)
Merge the table with the eateries of another table.
|
void |
updateKey(java.lang.Integer oldKey,
java.lang.Integer newKey)
Updates a key of the table for a specific entry.
|
public StaticTable(java.lang.String region_input_table,
java.lang.String var,
java.lang.String s)
public void updateKey(java.lang.Integer oldKey,
java.lang.Integer newKey)
public void mergeTable(StaticTable<V> t)
public java.util.Set<java.lang.Integer> getKeys()