Possible Duplicate:
What should be the maximum length of function
In Java (and I think in other OOP languages too) it is recommended to keep class methods as short as possible.
While I understand this recommendation I do not understand what is a "short-sized" method and "large-sized" method.
What is a particular criteria to determine that my java method is short enough?