org.jboss.lang
Class Boolean

java.lang.Object
  extended by org.jboss.lang.Boolean

public class Boolean
extends Object

Contains methods added to java.lang.Boolean in 1.5.


Constructor Summary
Boolean()
           
 
Method Summary
static int compareTo(Boolean self, Boolean other)
           
static boolean parseBoolean(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boolean

public Boolean()
Method Detail

parseBoolean

public static boolean parseBoolean(String s)

compareTo

public static int compareTo(Boolean self,
                            Boolean other)


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.