public class TagRange extends Range
| Constructor and Description |
|---|
TagRange(CharSequence tag,
int start,
int end) |
TagRange(CharSequence tag,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTag() |
static TagRange |
of(CharSequence tag,
int start,
int end) |
TagRange |
withEnd(int end) |
TagRange |
withRange(int start,
int end) |
TagRange |
withStart(int start) |
TagRange |
withTag(CharSequence tag) |
compare, component1, component2, contains, contains, doesContain, doesContain, doesNotOverlap, doesOverlap, doesProperlyContain, equals, exclude, expandToInclude, expandToInclude, getEnd, getSpan, getStart, hashCode, include, include, include, intersect, isAdjacent, isAdjacent, isAdjacentAfter, isAdjacentAfter, isAdjacentBefore, isAdjacentBefore, isContainedBy, isContainedBy, isEmpty, isEnd, isEqual, isLast, isNotNull, isNull, isProperlyContainedBy, isProperlyContainedBy, isStart, leadBy, leads, length, of, safeSubSequence, subSequence, toString, trailedBy, trailsprotected final String tag
public TagRange(CharSequence tag, Range range)
public TagRange(CharSequence tag, int start, int end)
public static TagRange of(CharSequence tag, int start, int end)
public String getTag()
public TagRange withTag(CharSequence tag)
Copyright © 2019. All rights reserved.