Java Reference
In-Depth Information
ch)
static boolean isLowerCase (char ch)
Available in CLDC.
static boolean isSpace(char ch)
Not available in CLDC (deprecated
J 2SE method).
static boolean isSpaceChar(char ch)
Not available in CLDC.
static boolean isTitleCase(char ch)
Not available in CLDC.
static boolean
isUnicodeIdentifierPart(char ch)
Not available in CLDC.
static boolean
isUnicodeIdentifierStart(char ch)
Not available in CLDC.
static boolean isUpperCase(char ch)
Available in CLDC.
static boolean isWhitespace (char ch)
Not available in CLDC.
Incomplete workaround:
c h <= ' '
static char toLowerCase(char ch)
Available in CLDC.
String toString()
Available in CLDC.
static char toTitleCase(char ch)
Not available in CLDC.
static char toUpperCase(char ch)
Available in CLDC.
Class
Table B.75. Methods of the Class Class
Method
Availability in
CLDC
static Class forName(String className)
Available in
CLDC.
static Class forName(String name, boolean initialize,
ClassLoaderloader)
Not available in
CLDC.
Class[] getClasses()
Not available in
CLDC.
ClassLoader getClassLoader()
Not available in
CLDC.
Class getComponentType()
Not available in
CLDC.
Constructor getConstructor(Class[] parameterTypes)
Not available in
CLDC.
Constructor[] getConstructors()
Not available in
CLDC.
Class[] getDeclaredClasses()
Not available in
CLDC.
Constructor getDeclaredConstructor (Class[]
parameterTypes)
Not available in
CLDC.
Constructor[] getDeclaredConstructors()
Not available in
CLDC.
Field getDeclaredField(String name)
Not available in
CLDC.
Field[] getDeclaredFields()
Not available in
CLDC.
Method getDeclaredMethod(String name, Class[]
parameterTypes)
Not available in
CLDC.
Search WWH ::




Custom Search