Uses of Class
org.apache.commons.lang.CharRange
Packages that use CharRange
Package
Description
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes.-
Uses of CharRange in org.apache.commons.lang
Fields in org.apache.commons.lang declared as CharRangeMethods in org.apache.commons.lang that return CharRangeModifier and TypeMethodDescriptionCharSet.getCharRanges()Gets the internal set as an array of CharRange objects.static CharRangeCharRange.is(char ch) Constructs aCharRangeover a single character.static CharRangeCharRange.isIn(char start, char end) Constructs aCharRangeover a set of characters.static CharRangeCharRange.isNot(char ch) Constructs a negatedCharRangeover a single character.static CharRangeCharRange.isNotIn(char start, char end) Constructs a negatedCharRangeover a set of characters.Methods in org.apache.commons.lang with parameters of type CharRangeModifier and TypeMethodDescriptionbooleanAre all the characters of the passed in range contained in this range.Constructors in org.apache.commons.lang with parameters of type CharRangeModifierConstructorDescriptionprivateConstruct a new iterator for the character range.