com.compoze.collab.util
Class BooleanUtility

java.lang.Object
  extended by com.compoze.collab.util.BooleanUtility

public class BooleanUtility
extends Object

Provide an equivalent of Boolean.valueOf(boolean) for JDK 1.3 and earlier


Method Summary
static Boolean valueOf(boolean b)
          Returns a Boolean instance representing the specified boolean value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

valueOf

public static Boolean valueOf(boolean b)
Returns a Boolean instance representing the specified boolean value. Return Boolean.TRUE if b is true; return Boolean.FALSE if b if false.

Parameters
b - the boolean value
Returns
a Boolean representing b.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved