|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Ron doubts the wisdom or usefulness of having size() implemented by collections. Anything like that should be in State for analysis purposes, and then it should be a Distribution not an int.
| Method Summary | |
void |
clear()
Clears out the contents of the Collection (optional operation) |
boolean |
isEmpty()
Returns true if the Collection contains no elements, false otherwise |
int |
size()
Returns the size of the given Collection. |
| Method Detail |
public int size()
public boolean isEmpty()
public void clear()
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||