| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| 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.toLowerCase()
Map characters of this sequence to: Uppercase, Lowercase or use custom mapping
|
MappedSequence |
BasedSequenceImpl.toLowerCase() |
MappedSequence |
BasedSequence.toLowerCase(Locale locale) |
MappedSequence |
BasedSequenceImpl.toLowerCase(Locale locale) |
MappedSequence |
BasedSequence.toMapped(CharMapper mapper) |
MappedSequence |
BasedSequenceImpl.toMapped(CharMapper mapper) |
MappedSequence |
BasedSequence.toUpperCase() |
MappedSequence |
BasedSequenceImpl.toUpperCase() |
MappedSequence |
BasedSequence.toUpperCase(Locale locale) |
MappedSequence |
BasedSequenceImpl.toUpperCase(Locale locale) |
Copyright © 2019. All rights reserved.