Package | Description |
---|---|
fc.util |
Modifier and Type | Method and Description |
---|---|
void |
CharRangeSet.intersection(CharRange r)
Adds the specified range as an intersection to the existing
ranges (for purposes of
CharRangeSet.inRange(char) method). |
void |
CharRangeSet.union(CharRange r)
Adds this specified range as a union to the existing set of
ranges (for purposes of
CharRangeSet.inRange(char) method). |
Constructor and Description |
---|
CharRangeSet(CharRange cs)
Constructs a new CharRangeSet with the initial set containing
only the specified charrange
|