Removed Methods |
boolean add(E )
|
Adds a single occurrence of the specified element to this multiset. |
int add(E, int)
|
Adds a number of occurrences of an element to this multiset. |
boolean remove(Object )
|
Removes a single occurrence of the specified element from this multiset, if present. |
int remove(Object, int)
|
Removes a number of occurrences of the specified element from this multiset. |
boolean setCount(E, int, int)
|
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, int)
|
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, extends, Object, int)
|
Adds a number of occurrences of an element to this multiset. |
boolean remove(Object )
|
Removes a single occurrence of the specified element from this multiset, if present. |
int remove(Object, int)
|
Removes a number of occurrences of the specified element from this multiset. |
boolean setCount(E, extends, Object, int, int)
|
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, extends, Object, int)
|
Adds or removes the necessary occurrences of an element such that the element attains the
desired count. |