|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
boolean setCount(E, |
|
int setCount(E, |
|
boolean standardSetCount(E, |
A sensible definition of .setCount(Object, int, int) in terms of .count(Object) and .setCount(Object, int). |
int standardSetCount(E, |
A sensible definition of .setCount(Object, int) in terms of .count(Object), .add(Object, int), and .remove(Object, int). |
Added Methods | |
boolean setCount(E, |
|
int setCount(E, |
|
boolean standardSetCount(E, |
A sensible definition of .setCount(Object, int, int) in terms of .count(Object) and .setCount(Object, int). |
int standardSetCount(E, |
A sensible definition of .setCount(Object, int) in terms of .count(Object), .add(Object, int), and .remove(Object, int). |
Changed Methods | ||
int add(E, |
Change in signature from (E, int ) to (E extends Object, int ). |
|
boolean standardAdd(E extends Object ) |
Change in signature from E to (E extends Object ). |
A sensible definition of .add(Object) in terms of .add(Object, int). |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |