public class UnicodeRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
firstUnicodeValue |
private int |
lastUnicodeValue |
Constructor and Description |
---|
UnicodeRange(java.lang.String unicodeRange)
Constructs a unicode range from a CSS unicode range string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int unicodeVal) |
boolean |
contains(java.lang.String unicode)
Returns true if the specified unicode value is within this range.
|