Method Summary |
|
abstract public Object | clone() |
abstract public int | count(JMLType elem) Tell many times the argument occurs ".equals" to one of the
values in this bag. |
public int | count(Object elem) Tell many times the argument occurs ".equals" to one of the
values in this bag. |
abstract public boolean | has(JMLType elem) Is the argument ".equals" to one of the values in this bag. |
public boolean | has(Object elem) Is the argument ".equals" to one of the values in this bag. |
abstract public JMLValueBag | insert(JMLType elem) |
abstract public JMLValueBag | insert(JMLType elem, int cnt) |
abstract public int | int_size() Tells the number of elements in the bag. |