Matchers.Builder, Matchers.SimpleMatchers, Matchers.UTF16Matchers, Matchers.UTF16RawMatchers, Matchers.UTF8Matchers| Constructor and Description |
|---|
UTF16Matchers(CharMatcher[] latin1,
CharMatcher[] bmp,
CharMatcher[] astral,
short noMatchSuccessor) |
| Modifier and Type | Method and Description |
|---|---|
CharMatcher[] |
getAstral() |
CharMatcher[] |
getBmp() |
CharMatcher[] |
getLatin1() |
boolean |
match(int i,
int c)
Returns
true iff transition i matches c. |
int |
size()
Returns the number of transitions represented by this object.
|
String |
toString(int i)
Returns a String representation of transition
i. |
getNoMatchSuccessor, matchpublic UTF16Matchers(CharMatcher[] latin1, CharMatcher[] bmp, CharMatcher[] astral, short noMatchSuccessor)
public CharMatcher[] getLatin1()
public CharMatcher[] getBmp()
public CharMatcher[] getAstral()
public int size()
Matcherspublic boolean match(int i,
int c)
Matcherstrue iff transition i matches c.