Thing findSomething(int id); // throws Exception // if nothing is found, throw an Exception or return null Collection findSomething(Collection idList); // if nothing is found, return null |
Pastie
Support Pastie
or read my
Pastie << self
blog
Thing findSomething(int id); // throws Exception // if nothing is found, throw an Exception or return null Collection findSomething(Collection idList); // if nothing is found, return null |