| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Class and Description |
|---|---|
class |
TagRange |
| Modifier and Type | Field and Description |
|---|---|
static Range |
Range.NULL |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.exclude(Range other) |
Range |
Range.expandToInclude(int start,
int end) |
Range |
Range.expandToInclude(Range other) |
Range |
ReplacedTextRegion.getBaseRange() |
Range |
BasedSequence.getIndexRange(int startOffset,
int endOffset)
Get the range of indices that map into
BasedSequence.getBaseSequence() with startOffset and endOffset |
Range |
SegmentedSequence.getIndexRange(int startOffset,
int endOffset) |
Range |
BasedSequenceImpl.getIndexRange(int startOffset,
int endOffset) |
Range |
ReplacedTextRegion.getOriginalRange() |
Range |
ReplacedTextRegion.getReplacedRange() |
Range |
PrefixedSubSequence.getSourceRange() |
Range |
MappedSequence.getSourceRange() |
Range |
BasedSequence.getSourceRange()
Get the range of this sequence in original
BasedSequence.getBaseSequence() and BasedSequence.getBase() original text source. |
Range |
BasedSequence.EmptyBasedSequence.getSourceRange() |
Range |
SegmentedSequence.getSourceRange() |
Range |
CharSubSequence.getSourceRange() |
Range |
SubSequence.getSourceRange() |
Range |
Range.include(int pos) |
Range |
Range.include(int start,
int end) |
Range |
Range.include(Range other) |
Range |
Range.intersect(Range other) |
static Range |
Range.of(int start,
int end) |
Range |
Range.withEnd(int end) |
Range |
Range.withRange(int start,
int end) |
Range |
Range.withStart(int start) |
| Modifier and Type | Method and Description |
|---|---|
int |
Range.compare(Range other) |
boolean |
Range.doesContain(Range other) |
boolean |
Range.doesNotOverlap(Range other) |
boolean |
Range.doesOverlap(Range other) |
boolean |
Range.doesProperlyContain(Range other) |
Range |
Range.exclude(Range other) |
Range |
Range.expandToInclude(Range other) |
Range |
Range.include(Range other) |
Range |
Range.intersect(Range other) |
boolean |
Range.isAdjacent(Range other) |
boolean |
Range.isAdjacentAfter(Range other) |
boolean |
Range.isAdjacentBefore(Range other) |
boolean |
Range.isContainedBy(Range other) |
boolean |
Range.isEqual(Range other) |
boolean |
Range.isProperlyContainedBy(Range other) |
BasedSequence |
BasedSequence.subSequence(Range range)
Get a portion of this sequence
|
BasedSequence |
BasedSequenceImpl.subSequence(Range range) |
CharSubSequence |
CharSubSequence.subSequence(Range range) |
SubSequence |
SubSequence.subSequence(Range range) |
| Constructor and Description |
|---|
Range(Range other) |
ReplacedTextRegion(Range base,
Range original,
Range replaced) |
TagRange(CharSequence tag,
Range range) |
Copyright © 2019. All rights reserved.