public class CharacterPropertyParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_16UNICODE |
static int |
MIN_16UNICODE |
| Constructor and Description |
|---|
CharacterPropertyParser(String regex,
int index) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
RangeSet |
parseCharacterProperty(String characterProperty) |
RangeSet |
parseCharacterPropertyIterative(String characterProperty) |
RangeSet |
parseCharacterPropertyStored(String characterProperty) |
void |
setIndex(int index) |
public static final int MIN_16UNICODE
public static final int MAX_16UNICODE
public CharacterPropertyParser(String regex, int index)
Copyright © 2021. All rights reserved.