public class UnicodeRange
extends java.lang.Object
| Constructor | Description |
|---|---|
UnicodeRange(java.lang.String unicodeRange) |
Constructs a unicode range from a CSS unicode range string.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
contains(int unicodeVal) |
|
boolean |
contains(java.lang.String unicode) |
Returns true if the specified unicode value is within this range.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.