public class CharClassInterval extends Object
start
and smaller than or euqal to the Unicode
value of end
.
All characters of the interval must belong to the same character class.Constructor and Description |
---|
CharClassInterval(int start,
int end,
int charClass)
Creates a new CharClassInterval from
start to end
that belongs to character class charClass . |
public CharClassInterval(int start, int end, int charClass)
start
to end
that belongs to character class charClass
.start
- The first character of the intervalend
- The last character of the intervalcharClass
- The code of the class all characters of this interval belong to.Copyright © 1998–2016. All rights reserved.