|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
boolean add(E ) |
Adds a single occurrence of the specified element to this multiset. |
int add(E, |
Adds a number of occurrences of an element to this multiset. |
boolean setCount(E, |
Conditionally sets the count of an element to a new value, as described in .setCount(Object, int), provided that the element has the expected current count. |
int setCount(E, |
Adds or removes the necessary occurrences of an element such that the element attains the desired count. |
Added Methods | |
boolean add(E extends Object ) |
Adds a single occurrence of the specified element to this multiset. |
int add(E, |
Adds a number of occurrences of an element to this multiset. |
boolean setCount(E, |
Conditionally sets the count of an element to a new value, as described in .setCount(Object, int), provided that the element has the expected current count. |
int setCount(E, |
Adds or removes the necessary occurrences of an element such that the element attains the desired count. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |