|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.functions.regex.RegexTranslator.Range
public static final class RegexTranslator.Range
A Range represents a range of consecutive Unicode codepoints
Constructor Summary | |
---|---|
RegexTranslator.Range(int min,
int max)
Create a range of unicode codepoints |
Method Summary | |
---|---|
int |
compareTo(Object o)
Compare this range with another range for ordering purposes. |
boolean |
equals(Object obj)
|
int |
getMax()
Get the end of the range |
int |
getMin()
Get the start of the range |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexTranslator.Range(int min, int max)
min
- the first codepoint in the rangemax
- the last codepoint in the rangeMethod Detail |
---|
public int getMin()
public int getMax()
public int compareTo(Object o)
compareTo
in interface Comparable
o
- the other range
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |