| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Field and Description |
|---|---|
static Class<Character> |
Character.TYPE
The
Class instance representing the primitive type
char. |
| Modifier and Type | Method and Description |
|---|---|
static Character |
Character.valueOf(char c)
Returns a Character instance representing the specified
char value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Character.compareTo(Character anotherCharacter)
Compares two
Character objects numerically. |
| Modifier and Type | Method and Description |
|---|---|
Set<Character> |
Locale.getExtensionKeys()
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
|
Copyright © 2015 API Design. All Rights Reserved.