|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Tables are finite maps from indexes to values.
| Method Summary | |
void |
addEntry(Entry e)
Add the given entry to this table. |
boolean |
isUsedIndex(JMLType d)
The model of the entries (rows) in the table. |
JMLType |
mapTo(JMLType d)
Return the value at the given index. |
void |
removeEntry(JMLType d)
Take out the given entry from this table. |
| Method Detail |
public boolean isUsedIndex(JMLType d)
public void addEntry(Entry e)
public void removeEntry(JMLType d)
public JMLType mapTo(JMLType d)
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||