|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JMLValueValuePair | |
| org.jmlspecs.models | This package is a collection of types with immutable objects; it also enumerators (which have mutable objects) for the types of the immutable collections in the package. |
| Uses of JMLValueValuePair in org.jmlspecs.models |
| Fields in org.jmlspecs.models declared as JMLValueValuePair | |
private JMLValueValuePair |
JMLValueToValueMap_JML_Test.TestJMLValueToValueMap$2.pair
Argument pair |
private JMLValueValuePair |
JMLValueToValueMap_JML_Test.TestSingletonMap$1.pair
Argument pair |
private JMLValueValuePair |
JMLValueToValueMap_JML_Test.TestHas$1.arg1
Argument arg1 |
private JMLValueValuePair |
JMLValueToValueMap_JML_Test.TestInsert.arg1
Argument arg1 |
private JMLValueValuePair |
JMLValueToValueMap_JML_Test.TestRemove$1.arg1
Argument arg1 |
| Methods in org.jmlspecs.models that return JMLValueValuePair | |
JMLValueValuePair |
JMLValueToEqualsRelationImageEnumerator.nextImagePair()
Return the next image pair in this, if there is one. |
JMLValueValuePair |
JMLValueToObjectRelationImageEnumerator.nextImagePair()
Return the next image pair in this, if there is one. |
JMLValueValuePair |
JMLValueToValueRelationEnumerator.nextPair()
Return the next pair in this, if there is one. |
JMLValueValuePair |
JMLValueToValueRelationImageEnumerator.nextImagePair()
Return the next image pair in this, if there is one. |
| Methods in org.jmlspecs.models with parameters of type JMLValueValuePair | |
static JMLValueToValueRelation |
JMLValueToValueRelation.singleton(JMLValueValuePair pair)
Return the singleton relation containing the association described by the given pair. |
boolean |
JMLValueToValueRelation.has(JMLValueValuePair pair)
Tells whether this associates the given key to the given value. |
JMLValueToValueRelation |
JMLValueToValueRelation.insert(JMLValueValuePair pair)
Return a relation that is just like this relation, except that it also includes the association described by the given pair. |
JMLValueToValueRelation |
JMLValueToValueRelation.remove(JMLValueValuePair pair)
Return a relation that is just like this relation, except that it does not contain association described by the given pair. |
static JMLValueToValueMap |
JMLValueToValueMap.singletonMap(JMLValueValuePair pair)
Return the singleton map containing the association described by the given pair. |
| Constructors in org.jmlspecs.models with parameters of type JMLValueValuePair | |
JMLValueToValueRelation(JMLValueValuePair pair)
Initialize this to be a relation containing a single association given by the pair. |
|
JMLValueToValueMap(JMLValueValuePair pair)
Initialize this map to be a mapping that maps the key in the given pair to the value in that pair. |
|
JMLValueToValueMap_JML_Test.TestInsert(JMLValueToValueMap receiver$,
JMLValueValuePair arg1)
Initialize this instance. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||