|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Entry | |
| org.jmlspecs.samples.table | This package contains samples of JML specifications relating to tables. |
| Uses of Entry in org.jmlspecs.samples.table |
| Classes in org.jmlspecs.samples.table that implement Entry | |
class |
EntryImplementation
Entries for Tables that map an index to a value. |
| Fields in org.jmlspecs.samples.table declared as Entry | |
private Entry |
TableImplementation_JML_Test.TestAddEntry.e
Argument e |
| Methods in org.jmlspecs.samples.table with parameters of type Entry | |
abstract void |
Table.addEntry(Entry e)
Add the given entry to this table. |
void |
TableImplementation.addEntry(Entry e)
|
| Constructors in org.jmlspecs.samples.table with parameters of type Entry | |
TableImplementation_JML_Test.TestAddEntry(TableImplementation receiver$,
Entry e)
Initialize this instance. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||