Bali Share 1.1.18

oracle.bali.share.util
Class BooleanUtils

java.lang.Object
  |
  +--oracle.bali.share.util.BooleanUtils

public class BooleanUtils
extends java.lang.Object

Utility methods for Boolean objects


Method Summary
static java.lang.Boolean getBoolean(boolean value)
          Return the correct immutable Boolean object representing the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBoolean

public static java.lang.Boolean getBoolean(boolean value)
Return the correct immutable Boolean object representing the value.

Bali Share 1.1.18