프로그래밍/Java

JAVA Convert object to boolean

jonelove71 2010. 7. 2. 17:53

((Boolean) yourObject).booleanValue();

이렇게 하면 변환됨