It should be isEmpty() -- empty() is usually for returning empty versions of the class. isEmpty is also consistent with String.
Sent from my phone On Feb 11, 2013 12:03 PM, "Paul Benedict" <pbened...@apache.org> wrote: > Do you want isEmpty() for bean access, or empty() like Collections? Since > there isn't a getLength() but just length() (and size() for collections), I > think the latter would be preferred. > > Paul >