|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BoundedStackInterface | |
| org.jmlspecs.samples.stacks | This package contains samples of JML specifications relating to stacks of various sorts. |
| Uses of BoundedStackInterface in org.jmlspecs.samples.stacks |
| Classes in org.jmlspecs.samples.stacks that implement BoundedStackInterface | |
class |
BoundedStack
|
class |
BoundedStackImplementation
|
| Constructors in org.jmlspecs.samples.stacks with parameters of type BoundedStackInterface | |
BoundedStackInterface_JML_Test.TestPop(BoundedStackInterface receiver$)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestPush(BoundedStackInterface receiver$,
Object x)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestTop(BoundedStackInterface receiver$)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestGetSizeLimit(BoundedStackInterface receiver$)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestIsEmpty(BoundedStackInterface receiver$)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestIsFull(BoundedStackInterface receiver$)
Initialize this instance. |
|
BoundedStackInterface_JML_Test.TestClone(BoundedStackInterface receiver$)
Initialize this instance. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||