![]() |
Field UPPERCASE_LETTER
Field type: byte
Member of: java.lang.Character
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | int Lu=Character.UPPERCASE_LETTER; |
| 2 | case Character.UPPERCASE_LETTER: // L |
| 3 | case Character.UPPERCASE_LETTER: |