It seems you can't apply the Null Object Design Pattern to uses of the Integer wrapper class, because it's final...
Any solutions that let us avoid the dreaded
test (and the resulting special handling whenever we need a toString() or something) which don't use a Proxy class?
Any solutions that let us avoid the dreaded
Code:
object==null
www.haslo.ch