| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RichCharSequence<T extends RichCharSequence>
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
class |
RichCharSequenceBase<T extends RichCharSequence<T>>
A CharSequence that wraps original char sequence and maps '\0' to '�'
and adds rich set of string manipulation and test functions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasedSequence
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasedSequence.EmptyBasedSequence |
class |
BasedSequenceImpl
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
class |
CharSubSequence
A CharSequence that references original char[] and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
class |
MappedSequence
A CharSequence that maps characters according to CharMapper
|
class |
PrefixedSubSequence
A CharSequence that references original char sequence, maps '\0' to '�' and is prefixed with a fixed string
a subSequence() returns a sub-sequence from the original base sequence, possibly with a prefix if it falls in range
|
class |
RichCharSequenceBase<T extends RichCharSequence<T>>
A CharSequence that wraps original char sequence and maps '\0' to '�'
and adds rich set of string manipulation and test functions.
|
class |
RichCharSequenceImpl
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
class |
SegmentedSequence
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
class |
SubSequence
A CharSequence that references original char sequence and maps '\0' to '�'
a subSequence() returns a sub-sequence from the original base sequence
|
| Modifier and Type | Method and Description |
|---|---|
<S extends RichCharSequence<S>> |
RichCharSequenceBase.firstNonNull(S... sequences) |
| Modifier and Type | Method and Description |
|---|---|
T[] |
RichCharSequence.emptyArray() |
T[] |
RichCharSequenceBase.split(char delimiter) |
T[] |
RichCharSequence.split(char delimiter) |
T[] |
RichCharSequenceBase.split(char delimiter,
int limit) |
T[] |
RichCharSequence.split(char delimiter,
int limit) |
T[] |
RichCharSequenceBase.split(char delimiter,
int limit,
int flags) |
T[] |
RichCharSequence.split(char delimiter,
int limit,
int flags) |
T[] |
RichCharSequenceBase.split(char delimiter,
int limit,
int flags,
String trimChars) |
T[] |
RichCharSequence.split(char delimiter,
int limit,
int flags,
String trimChars)
Split helpers based on delimiter character sets contained in CharSequence
|
T[] |
RichCharSequenceBase.split(CharSequence delimiter) |
T[] |
RichCharSequence.split(CharSequence delimiter) |
T[] |
RichCharSequenceBase.split(CharSequence delimiter,
int limit) |
T[] |
RichCharSequence.split(CharSequence delimiter,
int limit) |
T[] |
RichCharSequenceBase.split(CharSequence delimiter,
int limit,
int flags) |
T[] |
RichCharSequence.split(CharSequence delimiter,
int limit,
int flags) |
T[] |
RichCharSequenceBase.split(CharSequence delimiter,
int limit,
int flags,
String trimChars) |
T[] |
RichCharSequence.split(CharSequence delimiter,
int limit,
int flags,
String trimChars) |
| Modifier and Type | Method and Description |
|---|---|
<S extends RichCharSequence<S>> |
RichCharSequenceBase.firstNonNull(S... sequences) |
Copyright © 2019. All rights reserved.