Class SymbolRange
java.lang.Object
com.github.curiousoddman.rgxgen.model.SymbolRange
Range of symbols
-
Method Summary
-
Method Details
-
range
Create inclusive range of symbols.- Parameters:
from- min character; shall be less thantoto- max character; shall be greater thanfrom- API Note:
- No verifications are done!
-
range
Create inclusive range of symbols.- Parameters:
from- min character; shall be less thantoto- max character; shall be greater thanfrom- API Note:
- No verifications are done!
-
getFrom
public int getFrom() -
getTo
public int getTo() -
size
public int size() -
chars
-
contains
public boolean contains(int c) -
equals
-
hashCode
public int hashCode() -
toString
-