public final class RichCharSequenceImpl extends RichCharSequenceBase<RichCharSequenceImpl>
| Modifier and Type | Field and Description |
|---|---|
static RichCharSequenceImpl[] |
EMPTY_ARRAY |
static RichCharSequenceImpl |
NULL |
EOL, EOL_CHAR, EOL_CHAR1, EOL_CHAR2, EOL_CHARS, SPACE, SPLIT_INCLUDE_DELIM_PARTS, SPLIT_INCLUDE_DELIMS, SPLIT_SKIP_EMPTY, SPLIT_TRIM_PARTS, SPLIT_TRIM_SKIP_EMPTY, WHITESPACE_CHARS, WHITESPACE_NBSP_CHARS, WHITESPACE_NO_EOL_CHARS| Constructor and Description |
|---|
RichCharSequenceImpl(CharSequence charSequence) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
RichCharSequenceImpl[] |
emptyArray() |
int |
length() |
RichCharSequenceImpl |
nullSequence() |
static RichCharSequenceImpl |
of(CharSequence charSequence) |
static RichCharSequenceImpl |
of(CharSequence charSequence,
int start) |
static RichCharSequenceImpl |
of(CharSequence charSequence,
int start,
int end) |
RichCharSequenceImpl |
sequenceOf(CharSequence charSequence,
int startIndex,
int endIndex)
Factory function
|
RichCharSequenceImpl |
subSequence(int start,
int end)
Get a portion of this sequence
|
append, appendTo, appendTo, appendTo, columnsToNextTabStop, compareTo, countLeading, countLeading, countLeading, countLeading, countLeading, countLeading, countLeading, countLeadingColumns, countLeadingNot, countLeadingNot, countLeadingNot, countLeadingNot, countLeadingNot, countLeadingNot, countLeadingNot, countOf, countOf, countOf, countOf, countOfAny, countOfAny, countOfAny, countOfAnyNot, countOfAnyNot, countOfAnyNot, countOfNot, countOfNot, countOfNot, countOfNot, countTrailing, countTrailing, countTrailing, countTrailing, countTrailing, countTrailing, countTrailing, countTrailingNot, countTrailingNot, countTrailingNot, countTrailingNot, countTrailingNot, countTrailingNot, countTrailingNot, endCharAt, endOfDelimitedBy, endOfDelimitedByAny, endOfDelimitedByAnyNot, endOfLine, endOfLineAnyEOL, endSequence, endSequence, endsWith, endsWith, endsWithIgnoreCase, eolLength, eolLength, equals, equals, equalsIgnoreCase, expandTo, firstChar, firstNonNull, getColumnAtIndex, getLineColumnAtIndex, ifNull, ifNullEmptyAfter, ifNullEmptyBefore, indexOf, indexOf, indexOf, indexOf, indexOf, indexOf, indexOfAll, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAny, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfAnyNot, indexOfNot, indexOfNot, indexOfNot, isBlank, isEmpty, isNotNull, isNull, lastChar, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAny, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfAnyNot, lastIndexOfNot, lastIndexOfNot, lastIndexOfNot, lineAt, lineAtAnyEOL, matchChars, matchChars, matchChars, matchChars, matchCharsIgnoreCase, matchCharsIgnoreCase, matchCharsReversed, matchCharsReversed, matchCharsReversedIgnoreCase, matches, matches, matchesIgnoreCase, midCharAt, midSequence, midSequence, normalizeEndWithEOL, normalizeEOL, nullIf, nullIf, nullIfBlank, nullIfEmpty, nullIfEndsWith, nullIfEndsWithNot, nullIfNot, nullIfStartsWith, nullIfStartsWithNot, padEnd, padEnd, padStart, padStart, removePrefix, removePrefix, removePrefixIgnoreCase, removeProperPrefix, removeProperPrefix, removeProperPrefixIgnoreCase, removeProperSuffix, removeProperSuffix, removeProperSuffixIgnoreCase, removeSuffix, removeSuffix, removeSuffixIgnoreCase, replace, sequenceOf, sequenceOf, split, split, split, split, split, split, split, split, startOfDelimitedBy, startOfDelimitedByAny, startOfDelimitedByAnyNot, startOfLine, startOfLineAnyEOL, startsWith, startsWith, startsWithIgnoreCase, subSequence, subSequence, toLowerCase, toLowerCase, toMapped, toString, toUpperCase, toUpperCase, toVisibleWhitespaceString, trim, trim, trimEnd, trimEnd, trimEnd, trimEnd, trimEOL, trimLeadBlankLines, trimmedEnd, trimmedEnd, trimmedEnd, trimmedEnd, trimmedEOL, trimmedStart, trimmedStart, trimmedStart, trimmedStart, trimStart, trimStart, trimStart, trimStart, trimTailBlankLines, truncateToclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic static final RichCharSequenceImpl NULL
public static final RichCharSequenceImpl[] EMPTY_ARRAY
public RichCharSequenceImpl(CharSequence charSequence)
public RichCharSequenceImpl[] emptyArray()
public RichCharSequenceImpl nullSequence()
public RichCharSequenceImpl sequenceOf(CharSequence charSequence, int startIndex, int endIndex)
RichCharSequencecharSequence - char sequence from which to construct a rich char sequencestartIndex - start index of the sequence to useendIndex - end index of the sequence to usepublic RichCharSequenceImpl subSequence(int start, int end)
RichCharSequencestart - offset from start of this sequenceend - offset from start of this sequencepublic int length()
public char charAt(int index)
public static RichCharSequenceImpl of(CharSequence charSequence)
public static RichCharSequenceImpl of(CharSequence charSequence, int start)
public static RichCharSequenceImpl of(CharSequence charSequence, int start, int end)
Copyright © 2019. All rights reserved.