JML

Uses of Class
org.jmlspecs.models.JMLEqualsBagEntry

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

Methods in org.jmlspecs.models that return JMLEqualsBagEntry
protected  JMLEqualsBagEntry JMLEqualsBag.getMatchingEntry(Object item)
          Find a JMLEqualsBagEntry that is for the same element, if possible.
 JMLEqualsBagEntry JMLEqualsBagEntry.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 JMLEqualsBagEntry
static JMLEqualsBagEntryNode JMLEqualsBagEntryNode.cons(JMLEqualsBagEntry hd, JMLEqualsBagEntryNode tl)
          Return a JMLEqualsBagEntryNode containing the given entry followed by the given list.
 JMLEqualsBagEntryNode JMLEqualsBagEntryNode.removeBE(JMLEqualsBagEntry 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 JMLEqualsBagEntry
JMLEqualsBagEntryNode(JMLEqualsBagEntry entry, JMLEqualsBagEntryNode nxt)
          Initialize this list to have the given bag entry as its first element followed by the given list.
 


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.