| Package | Description |
|---|---|
| com.vladsch.flexmark.util.mappers | |
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Class and Description |
|---|---|
class |
EolCharacterMapper |
class |
LowerCaseMapper |
class |
NullCharacterMapper |
class |
UpperCaseMapper |
| Modifier and Type | Method and Description |
|---|---|
CharMapper |
MappedSequence.getCharMapper() |
| Modifier and Type | Method and Description |
|---|---|
static MappedSequence |
MappedSequence.of(CharMapper mapper,
CharSequence baseSeq) |
static MappedSequence |
MappedSequence.of(CharMapper mapper,
CharSequence baseSeq,
int start) |
static MappedSequence |
MappedSequence.of(CharMapper mapper,
CharSequence baseSeq,
int start,
int end) |
MappedSequence |
BasedSequence.toMapped(CharMapper mapper) |
MappedSequence |
BasedSequenceImpl.toMapped(CharMapper mapper) |
Copyright © 2019. All rights reserved.