|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLObjectSetEnumerator | |
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 JMLObjectSetEnumerator in org.jmlspecs.models |
Fields in org.jmlspecs.models declared as JMLObjectSetEnumerator | |
protected JMLObjectSetEnumerator |
JMLValueToObjectRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
protected JMLObjectSetEnumerator |
JMLObjectToObjectRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
protected JMLObjectSetEnumerator |
JMLEqualsToObjectRelationEnumerator.imageEnum
An enumerator for the range elements that are related to the key that have not yet been returned. |
Methods in org.jmlspecs.models that return JMLObjectSetEnumerator | |
JMLObjectSetEnumerator |
JMLObjectToValueRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLObjectSetEnumerator |
JMLObjectToEqualsRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLObjectSetEnumerator |
JMLObjectSet.elements()
Returns an Enumeration over this set. |
JMLObjectSetEnumerator |
JMLValueToObjectRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
JMLObjectSetEnumerator |
JMLObjectToObjectRelation.domainElements()
Return a enumerator for the set that is the domain of this relation. |
JMLObjectSetEnumerator |
JMLObjectToObjectRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
JMLObjectSetEnumerator |
JMLEqualsToObjectRelation.rangeElements()
Return a enumerator for the set that is the range of this relation. |
Constructors in org.jmlspecs.models with parameters of type JMLObjectSetEnumerator | |
JMLValueToObjectRelationEnumerator(JMLValueToObjectRelationImageEnumerator ipEnum,
JMLObjectSetEnumerator iEnum,
JMLType k)
|
|
JMLObjectToObjectRelationEnumerator(JMLObjectToObjectRelationImageEnumerator ipEnum,
JMLObjectSetEnumerator iEnum,
Object k)
|
|
JMLEqualsToObjectRelationEnumerator(JMLEqualsToObjectRelationImageEnumerator ipEnum,
JMLObjectSetEnumerator iEnum,
Object k)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |