Uses of Class
fc.util.CharRange

Packages that use CharRange
fc.util   
 

Uses of CharRange in fc.util
 

Methods in fc.util with parameters of type CharRange
 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).
 

Constructors in fc.util with parameters of type CharRange
CharRangeSet(CharRange cs)
          Constructs a new CharRangeSet with the initial set containing only the specified charrange