I have a class Person and a method returning Collection<Person>. Is there a naming convention for this in Java? Should I name it findPersons or rather findPeople? Which version is preferable when we have name with irregular plural name in English?