![]() |
Field LOWERCASE_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 Ll=Character.LOWERCASE_LETTER; |
| 2 | case Character.LOWERCASE_LETTER: // L |
| 3 | case Character.LOWERCASE_LETTER: |