Use Boolean to return ternary state
By using Boolean as return value, it is possible to represent ternary state by - Boolean.TRUE, Boolean.FALSE and null.
Technorati Tags: Java
Thoughts of a programmer, gadget freak and personal finance noob
By using Boolean as return value, it is possible to represent ternary state by - Boolean.TRUE, Boolean.FALSE and null.
Technorati Tags: Java
Comments