MCPcopy
hub / github.com/apache/commons-lang / is

Method is

src/main/java/org/apache/commons/lang3/CharRange.java:87–89  ·  view source on GitHub ↗

Constructs a CharRange over a single character. @param ch only character in this range @return the new CharRange object @see CharRange#CharRange(char, char, boolean) @since 2.5

(final char ch)

Source from the content-addressed store, hash-verified

85 * @since 2.5
86 */
87 public static CharRange is(final char ch) {
88 return new CharRange(ch, ch, false);
89 }
90
91 /**
92 * <p>Constructs a negated {@code CharRange} over a single character.</p>

Callers 15

testEquals_ObjectMethod · 0.95
testHashCodeMethod · 0.95
testContains_CharMethod · 0.95
testContainsNullArgMethod · 0.95
testIteratorMethod · 0.95
testSerializationMethod · 0.95
testIteratorRemoveMethod · 0.95

Calls

no outgoing calls

Tested by 14

testEquals_ObjectMethod · 0.76
testHashCodeMethod · 0.76
testContains_CharMethod · 0.76
testContainsNullArgMethod · 0.76
testIteratorMethod · 0.76
testSerializationMethod · 0.76
testIteratorRemoveMethod · 0.76