public final class ISO646
extends java.lang.Object
\
in the C locale.
The motivation for this class is that the character classifications are
it is intentionally restricted. isupper(c)
is only true
for 'A-Z'. It is important to only use this where it is appropriate,
where the input is declared to be ISO 646. We use it for decoding
meteorological bulletins.
Character
Constructor and Description |
---|
ISO646() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isalnum(byte ch)
_more_
|
static boolean |
isdigit(byte ch)
_more_
|
static boolean |
islower(byte ch)
_more_
|
static boolean |
isspace(byte ch)
_more_
|
static boolean |
isupnum(byte ch)
Returns true if upper case or numeric.
|
static boolean |
isupper(byte ch)
_more_
|
static void |
main(java.lang.String[] args)
_more_
|
public static boolean isdigit(byte ch)
ch
- public static boolean isupper(byte ch)
ch
- public static boolean islower(byte ch)
ch
- public static boolean isalnum(byte ch)
ch
- public static boolean isspace(byte ch)
ch
- public static boolean isupnum(byte ch)
ch
- public static void main(java.lang.String[] args)
args
-