|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLEqualsEqualsPair | |
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 JMLEqualsEqualsPair in org.jmlspecs.models |
Methods in org.jmlspecs.models that return JMLEqualsEqualsPair | |
JMLEqualsEqualsPair |
JMLEqualsToEqualsRelationEnumerator.nextPair()
Return the next pair in this, if there is one. |
Methods in org.jmlspecs.models with parameters of type JMLEqualsEqualsPair | |
static JMLEqualsToEqualsRelation |
JMLEqualsToEqualsRelation.singleton(JMLEqualsEqualsPair pair)
Return the singleton relation containing the association described by the given pair. |
boolean |
JMLEqualsToEqualsRelation.has(JMLEqualsEqualsPair pair)
Tells whether this associates the given key to the given value. |
JMLEqualsToEqualsRelation |
JMLEqualsToEqualsRelation.insert(JMLEqualsEqualsPair pair)
Return a relation that is just like this relation, except that it also includes the association described by the given pair. |
JMLEqualsToEqualsRelation |
JMLEqualsToEqualsRelation.remove(JMLEqualsEqualsPair pair)
Return a relation that is just like this relation, except that it does not contain association described by the given pair. |
static JMLEqualsToEqualsMap |
JMLEqualsToEqualsMap.singletonMap(JMLEqualsEqualsPair pair)
Return the singleton map containing the association described by the given pair. |
Constructors in org.jmlspecs.models with parameters of type JMLEqualsEqualsPair | |
JMLEqualsToEqualsRelation(JMLEqualsEqualsPair pair)
Initialize this to be a relation containing a single association given by the pair. |
|
JMLEqualsToEqualsMap(JMLEqualsEqualsPair pair)
Initialize this map to be a mapping that maps the key in the given pair to the value in that pair. |
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |