public class LCSTable
extends java.lang.Object
| Constructor and Description |
|---|
LCSTable() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.lang.Integer> |
getChain(java.lang.Integer key)
Returns the links starting from
key. |
void |
update(java.lang.Integer i,
java.lang.Integer j,
java.lang.Integer k)
Updates the value for the key
k. |