|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Countable
Optional interface for collection-like models that want to expose the number of elements stored.
Method Summary | |
---|---|
int |
size()
Returns the number of elements kept by the model. |
Method Detail |
---|
int size() throws ModelException
ModelException
- In case an exception occurs accessing the elements.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |