Uses of Class
org.apache.commons.lang3.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.lang3
Fields in org.apache.commons.lang3 declared as CharRangeModifier and TypeFieldDescription(package private) static final CharRange[]
CharRange.EMPTY_ARRAY
Empty array.private final CharRange
CharRange.CharacterIterator.range
Fields in org.apache.commons.lang3 with type parameters of type CharRangeMethods in org.apache.commons.lang3 that return CharRangeModifier and TypeMethodDescription(package private) CharRange[]
CharSet.getCharRanges()
Gets the internal set as an array of CharRange objects.static CharRange
CharRange.is
(char ch) Constructs aCharRange
over a single character.static CharRange
CharRange.isIn
(char start, char end) Constructs aCharRange
over a set of characters.static CharRange
CharRange.isNot
(char ch) Constructs a negatedCharRange
over a single character.static CharRange
CharRange.isNotIn
(char start, char end) Constructs a negatedCharRange
over a set of characters.Methods in org.apache.commons.lang3 with parameters of type CharRangeModifier and TypeMethodDescriptionboolean
Are all the characters of the passed in range contained in this range.Constructors in org.apache.commons.lang3 with parameters of type CharRangeModifierConstructorDescriptionprivate
Constructs a new iterator for the character range.