JML

Uses of Class
org.jmlspecs.models.JMLEqualsValuePair

Packages that use JMLEqualsValuePair
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 JMLEqualsValuePair in org.jmlspecs.models
 

Methods in org.jmlspecs.models that return JMLEqualsValuePair
 JMLEqualsValuePair JMLEqualsToValueRelationEnumerator.nextPair()
          Return the next pair in this, if there is one.
 JMLEqualsValuePair JMLEqualsToValueRelationImageEnumerator.nextImagePair()
          Return the next image pair in this, if there is one.
 JMLEqualsValuePair JMLEqualsToObjectRelationImageEnumerator.nextImagePair()
          Return the next image pair in this, if there is one.
 JMLEqualsValuePair JMLEqualsToEqualsRelationImageEnumerator.nextImagePair()
          Return the next image pair in this, if there is one.
 

Methods in org.jmlspecs.models with parameters of type JMLEqualsValuePair
static JMLEqualsToValueRelation JMLEqualsToValueRelation.singleton(JMLEqualsValuePair pair)
          Return the singleton relation containing the association described by the given pair.
 boolean JMLEqualsToValueRelation.has(JMLEqualsValuePair pair)
          Tells whether this associates the given key to the given value.
 JMLEqualsToValueRelation JMLEqualsToValueRelation.insert(JMLEqualsValuePair pair)
          Return a relation that is just like this relation, except that it also includes the association described by the given pair.
 JMLEqualsToValueRelation JMLEqualsToValueRelation.remove(JMLEqualsValuePair pair)
          Return a relation that is just like this relation, except that it does not contain association described by the given pair.
static JMLEqualsToValueMap JMLEqualsToValueMap.singletonMap(JMLEqualsValuePair pair)
          Return the singleton map containing the association described by the given pair.
 

Constructors in org.jmlspecs.models with parameters of type JMLEqualsValuePair
JMLEqualsToValueRelation(JMLEqualsValuePair pair)
          Initialize this to be a relation containing a single association given by the pair.
JMLEqualsToValueMap(JMLEqualsValuePair pair)
          Initialize this map to be a mapping that maps the key in the given pair to the value in that pair.
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.