cynosurex.lang
Class EnhancedBoolean
java.lang.Object
cynosurex.lang.EnhancedBoolean
- All Implemented Interfaces:
- cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon
public class EnhancedBoolean
- extends java.lang.Object
- implements cynosurex.internal.CommonInterface
A enhanced boolean class representing the boolean
primitive type.
Fields inherited from interface cynosurex.internal.CommonInterface |
copyright, copyrightYears, notice, program, version |
Fields inherited from interface cynosurex.internal.AuthorCommon |
author, copyrightSymbol, noticeMsg, rights |
Fields inherited from interface cynosurex.internal.CompanyCommon |
company, email, website |
Method Summary |
int |
toNumber()
|
static int |
toNumber(boolean value)
|
java.lang.String |
toString()
|
static java.lang.String |
toString(boolean value)
|
static boolean |
unify(java.lang.String value)
This method tests whether a string contains an integer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EnhancedBoolean
public EnhancedBoolean(boolean value)
toNumber
public int toNumber()
toNumber
public static int toNumber(boolean value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toString
public static java.lang.String toString(boolean value)
unify
public static boolean unify(java.lang.String value)
- This method tests whether a string contains an integer.