On 09/11/2013 09:40 AM, Alex Huang wrote:
I can probably add a method with the exact same signature but really all it does will be check the type and cast.
Yeah that's all I want. It's just so you aren't forced to do (Integer)depot.get("mynumber") because that would be an unsafe cast and then the compiler warns and all that.
Darren