|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLValueBagEntry | |
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 JMLValueBagEntry in org.jmlspecs.models |
Methods in org.jmlspecs.models that return JMLValueBagEntry | |
protected JMLValueBagEntry |
JMLValueBag.getMatchingEntry(JMLType item)
Find a JMLValueBagEntry that is for the same element, if possible. |
JMLValueBagEntry |
JMLValueBagEntry.insert(int numInserted)
Return a new bag entry with the same element as this but with the given number of repetitions added to the element's current count. |
Methods in org.jmlspecs.models with parameters of type JMLValueBagEntry | |
static JMLValueBagEntryNode |
JMLValueBagEntryNode.cons(JMLValueBagEntry hd,
JMLValueBagEntryNode tl)
Return a JMLValueBagEntryNode containing the given entry followed by the given list. |
JMLValueBagEntryNode |
JMLValueBagEntryNode.removeBE(JMLValueBagEntry entry)
Return a list that is like this list but without the first occurrence of the given bag entry. |
Constructors in org.jmlspecs.models with parameters of type JMLValueBagEntry | |
JMLValueBagEntryNode(JMLValueBagEntry entry,
JMLValueBagEntryNode nxt)
Initialize this list to have the given bag entry as its first element followed by the given list. |
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |