@NotNull java.util.List<Range> |
IRichSequence.blankLinesRemovedRanges(@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
|
@NotNull java.util.List<Range> |
IRichSequenceBase.blankLinesRemovedRanges(@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
|
static @NotNull java.util.List<Range> |
SequenceUtils.blankLinesRemovedRanges(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
|
static int |
SequenceUtils.compare(@Nullable java.lang.CharSequence o1,
@Nullable java.lang.CharSequence o2,
boolean ignoreCase,
@Nullable CharPredicate ignoreChars) |
|
static boolean |
SequenceUtils.containsAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static boolean |
SequenceUtils.containsAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
static boolean |
SequenceUtils.containsAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static boolean |
SequenceUtils.containsAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex) |
|
static boolean |
SequenceUtils.containsAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
boolean |
BasedSequence.containsOnlyIn(@NotNull CharPredicate charSet) |
Test for line contains only characters from the set
|
boolean |
BasedSequenceImpl.containsOnlyIn(@NotNull CharPredicate charSet) |
|
boolean |
BasedSequence.containsOnlyNotIn(@NotNull CharPredicate charSet) |
Test for line containing only characters not in the set
|
boolean |
BasedSequenceImpl.containsOnlyNotIn(@NotNull CharPredicate charSet) |
|
boolean |
BasedSequence.containsSomeIn(@NotNull CharPredicate charSet) |
Test for line containing some of the characters in the set
|
boolean |
BasedSequenceImpl.containsSomeIn(@NotNull CharPredicate charSet) |
|
boolean |
BasedSequence.containsSomeNotIn(@NotNull CharPredicate charSet) |
Test for line containing some characters not in the set
|
boolean |
BasedSequenceImpl.containsSomeNotIn(@NotNull CharPredicate charSet) |
|
int |
IRichSequence.countLeading(@NotNull CharPredicate chars) |
Count leading/trailing characters of this sequence
|
int |
IRichSequence.countLeading(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countLeading(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countLeading(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countLeading(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countLeading(@NotNull CharPredicate chars,
int fromIndex,
int endIndex) |
|
static int |
SequenceUtils.countLeading(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countLeading(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countLeading(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex,
int endIndex) |
|
int |
IRichSequence.countLeadingColumns(int startColumn,
@NotNull CharPredicate chars) |
Count column of indent given by chars in the set in this sequence, expanding tabs to 4th column
|
int |
IRichSequenceBase.countLeadingColumns(int startColumn,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countLeadingColumns(@NotNull java.lang.CharSequence thizz,
int startColumn,
@NotNull CharPredicate chars) |
|
int |
IRichSequence.countLeadingNot(@NotNull CharPredicate chars) |
|
int |
IRichSequence.countLeadingNot(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countLeadingNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
static int |
SequenceUtils.countLeadingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countLeadingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countLeadingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequence.countOfAny(@NotNull CharPredicate chars) |
|
int |
IRichSequence.countOfAny(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countOfAny(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countOfAny(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countOfAny(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countOfAny(@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
static int |
SequenceUtils.countOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
int |
IRichSequence.countOfAnyNot(@NotNull CharPredicate chars) |
|
int |
IRichSequence.countOfAnyNot(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countOfAnyNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
static int |
SequenceUtils.countOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex,
int endIndex) |
|
int |
IRichSequence.countTrailing(@NotNull CharPredicate chars) |
|
int |
IRichSequence.countTrailing(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countTrailing(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countTrailing(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countTrailing(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countTrailing(@NotNull CharPredicate chars,
int startIndex,
int fromIndex) |
|
static int |
SequenceUtils.countTrailing(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countTrailing(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countTrailing(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int startIndex,
int fromIndex) |
|
int |
IRichSequence.countTrailingNot(@NotNull CharPredicate chars) |
|
int |
IRichSequence.countTrailingNot(@NotNull CharPredicate chars,
int startIndex) |
|
int |
IRichSequence.countTrailingNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars) |
|
int |
IRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars,
int fromIndex) |
|
int |
IRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
static int |
SequenceUtils.countTrailingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
static int |
SequenceUtils.countTrailingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int fromIndex) |
|
static int |
SequenceUtils.countTrailingNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars,
int startIndex,
int endIndex) |
|
int |
IRichSequence.endOfDelimitedByAny(@NotNull CharPredicate s,
int index) |
|
int |
IRichSequenceBase.endOfDelimitedByAny(@NotNull CharPredicate s,
int index) |
|
static int |
SequenceUtils.endOfDelimitedByAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
int |
IRichSequence.endOfDelimitedByAnyNot(@NotNull CharPredicate s,
int index) |
|
int |
IRichSequenceBase.endOfDelimitedByAnyNot(@NotNull CharPredicate s,
int index) |
|
static int |
SequenceUtils.endOfDelimitedByAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
boolean |
IRichSequence.endsWith(@NotNull CharPredicate chars) |
|
boolean |
IRichSequenceBase.endsWith(@NotNull CharPredicate chars) |
|
static boolean |
SequenceUtils.endsWith(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
@NotNull BasedSequence |
BasedSequence.extendByAny(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequence.extendByAny(@NotNull CharPredicate charSet,
int maxCount) |
Extend this based sequence to include characters from underlying based sequence
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByAny(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByAny(@NotNull CharPredicate charSet,
int maxCount) |
|
@NotNull BasedSequence |
BasedSequence.extendByAnyNot(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequence.extendByAnyNot(@NotNull CharPredicate charSet,
int maxCount) |
Extend this based sequence to include characters from underlying based sequence not in character set
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByAnyNot(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByAnyNot(@NotNull CharPredicate charSet,
int maxCount) |
|
@NotNull BasedSequence |
BasedSequence.extendByOneOfAny(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByOneOfAny(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequence.extendByOneOfAnyNot(@NotNull CharPredicate charSet) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendByOneOfAnyNot(@NotNull CharPredicate charSet) |
|
default @NotNull BasedSequence |
BasedSequence.extendToAny(@NotNull CharPredicate charSet) |
Deprecated.
|
default @NotNull BasedSequence |
BasedSequence.extendToAny(@NotNull CharPredicate charSet,
int maxCount) |
Deprecated.
|
@NotNull BasedSequence |
BasedSequence.extendToEndOfLine(@NotNull CharPredicate eolChars) |
|
@NotNull BasedSequence |
BasedSequence.extendToEndOfLine(@NotNull CharPredicate eolChars,
boolean includeEol) |
Extend in contained based sequence
|
@NotNull BasedSequence |
BasedSequenceImpl.extendToEndOfLine(@NotNull CharPredicate eolChars) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendToEndOfLine(@NotNull CharPredicate eolChars,
boolean includeEol) |
|
@NotNull BasedSequence |
BasedSequence.extendToStartOfLine(@NotNull CharPredicate eolChars) |
|
@NotNull BasedSequence |
BasedSequence.extendToStartOfLine(@NotNull CharPredicate eolChars,
boolean includeEol) |
Extend in contained based sequence
|
@NotNull BasedSequence |
BasedSequenceImpl.extendToStartOfLine(@NotNull CharPredicate eolChars) |
|
@NotNull BasedSequence |
BasedSequenceImpl.extendToStartOfLine(@NotNull CharPredicate eolChars,
boolean includeEol) |
|
int |
IRichSequence.indexOfAny(@NotNull CharPredicate s) |
|
int |
IRichSequence.indexOfAny(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequence.indexOfAny(@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
int |
IRichSequenceBase.indexOfAny(@NotNull CharPredicate s) |
|
int |
IRichSequenceBase.indexOfAny(@NotNull CharPredicate s,
int index) |
|
int |
IRichSequenceBase.indexOfAny(@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
static int |
SequenceUtils.indexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static int |
SequenceUtils.indexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
static int |
SequenceUtils.indexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
int |
IRichSequence.indexOfAnyNot(@NotNull CharPredicate s) |
|
int |
IRichSequence.indexOfAnyNot(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequence.indexOfAnyNot(@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
int |
IRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s) |
|
int |
IRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
static int |
SequenceUtils.indexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static int |
SequenceUtils.indexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex) |
|
static int |
SequenceUtils.indexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex,
int endIndex) |
|
boolean |
BasedSequence.isBaseCharAt(int index,
@NotNull CharPredicate predicate) |
Safe, if index out of range but based sequence has characters will return those, else returns '\0'
|
boolean |
BasedSequenceImpl.isBaseCharAt(int index,
@NotNull CharPredicate predicate) |
|
boolean |
IRichSequence.isCharAt(int index,
@NotNull CharPredicate predicate) |
Safe, if index out of range returns '\0'
|
boolean |
IRichSequenceBase.isCharAt(int index,
@NotNull CharPredicate predicate) |
|
int |
IRichSequence.lastIndexOfAny(@NotNull CharPredicate s) |
|
int |
IRichSequence.lastIndexOfAny(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequence.lastIndexOfAny(@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
int |
IRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s) |
|
int |
IRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
static int |
SequenceUtils.lastIndexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static int |
SequenceUtils.lastIndexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex) |
|
static int |
SequenceUtils.lastIndexOfAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
int |
IRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s) |
|
int |
IRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
int |
IRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s) |
|
int |
IRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s,
int fromIndex) |
|
int |
IRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
static int |
SequenceUtils.lastIndexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s) |
|
static int |
SequenceUtils.lastIndexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int fromIndex) |
|
static int |
SequenceUtils.lastIndexOfAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int startIndex,
int fromIndex) |
|
@NotNull Range |
IRichSequence.leadingBlankLinesRange(@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
Get Range of leading blank lines at given index offsets in sequence
|
@NotNull Range |
IRichSequenceBase.leadingBlankLinesRange(@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
|
static @NotNull Range |
SequenceUtils.leadingBlankLinesRange(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate eolChars,
int fromIndex,
int endIndex) |
|
@NotNull T[] |
IRichSequence.split(@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull T[] |
IRichSequence.split(@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull T[] |
IRichSequence.split(@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
|
@NotNull T[] |
IRichSequenceBase.split(@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull T[] |
IRichSequenceBase.split(@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull T[] |
IRichSequenceBase.split(@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull T[] |
SequenceUtils.split(T thizz,
T[] emptyArray,
@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull T[] |
SequenceUtils.split(T thizz,
T[] emptyArray,
@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull T[] |
SequenceUtils.split(T thizz,
T[] emptyArray,
@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequence.splitList(@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequence.splitList(@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
Split helpers based on delimiter character sets contained in CharPredicate
|
@NotNull java.util.List<T> |
IRichSequence.splitList(@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
Split helpers based on delimiter character sets contained in CharSequence
|
@NotNull java.util.List<T> |
IRichSequenceBase.splitList(@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequenceBase.splitList(@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequenceBase.splitList(@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull java.util.List<T> |
SequenceUtils.splitList(T thizz,
@NotNull java.lang.CharSequence delimiter,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull java.util.List<T> |
SequenceUtils.splitList(T thizz,
@NotNull java.lang.CharSequence delimiter,
int limit,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull java.util.List<T> |
SequenceUtils.splitList(T thizz,
@NotNull java.lang.CharSequence delimiter,
int limit,
int flags,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequence.splitListEOL(boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
@NotNull java.util.List<T> |
IRichSequenceBase.splitListEOL(boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
static <T extends java.lang.CharSequence> @NotNull java.util.List<T> |
SequenceUtils.splitListEOL(T thizz,
boolean includeDelims,
@Nullable CharPredicate trimChars) |
|
int |
IRichSequence.startOfDelimitedByAny(@NotNull CharPredicate s,
int index) |
|
int |
IRichSequenceBase.startOfDelimitedByAny(@NotNull CharPredicate s,
int index) |
|
static int |
SequenceUtils.startOfDelimitedByAny(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
int |
IRichSequence.startOfDelimitedByAnyNot(@NotNull CharPredicate s,
int index) |
|
int |
IRichSequenceBase.startOfDelimitedByAnyNot(@NotNull CharPredicate s,
int index) |
|
static int |
SequenceUtils.startOfDelimitedByAnyNot(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate s,
int index) |
|
boolean |
IRichSequence.startsWith(@NotNull CharPredicate chars) |
|
boolean |
IRichSequenceBase.startsWith(@NotNull CharPredicate chars) |
|
static boolean |
SequenceUtils.startsWith(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trailingBlankLinesRange(CharPredicate eolChars,
int startIndex,
int fromIndex) |
Get Range of trailing blank lines at given index offsets in sequence
|
@NotNull Range |
IRichSequenceBase.trailingBlankLinesRange(CharPredicate eolChars,
int startIndex,
int fromIndex) |
|
static @NotNull Range |
SequenceUtils.trailingBlankLinesRange(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate eolChars,
int startIndex,
int fromIndex) |
|
T |
IRichSequence.trim(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trim(@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trim(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trim(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trim(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trim(T thizz,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimEnd(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimEnd(@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimEnd(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimEnd(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimEnd(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimEnd(T thizz,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trimEndRange(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trimEndRange(@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimEndRange(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimEndRange(@NotNull CharPredicate chars) |
|
static @NotNull Range |
SequenceUtils.trimEndRange(@NotNull java.lang.CharSequence thizz,
int keep,
@NotNull CharPredicate chars) |
|
static Range |
SequenceUtils.trimEndRange(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
@NotNull Pair<T,T> |
IRichSequence.trimmed(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Pair<T,T> |
IRichSequence.trimmed(@NotNull CharPredicate chars) |
|
@NotNull Pair<T,T> |
IRichSequenceBase.trimmed(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Pair<T,T> |
IRichSequenceBase.trimmed(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> @NotNull Pair<T,T> |
SequenceUtils.trimmed(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> @NotNull Pair<T,T> |
SequenceUtils.trimmed(T thizz,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimmedEnd(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimmedEnd(@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimmedEnd(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimmedEnd(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimmedEnd(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimmedEnd(T thizz,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimmedStart(int keep,
@NotNull CharPredicate chars) |
Get the characters Trimmed, Trimmed from start/end of this sequence, characters to trim are passed in the sequence argument
|
T |
IRichSequence.trimmedStart(@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimmedStart(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimmedStart(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimmedStart(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimmedStart(T thizz,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trimRange(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trimRange(@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimRange(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimRange(@NotNull CharPredicate chars) |
|
static @NotNull Range |
SequenceUtils.trimRange(@NotNull java.lang.CharSequence thizz,
int keep,
@NotNull CharPredicate chars) |
|
static Range |
SequenceUtils.trimRange(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimStart(int keep,
@NotNull CharPredicate chars) |
Trim, Trim start/end of this sequence, characters to trim are passed in the sequence argument
|
T |
IRichSequence.trimStart(@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimStart(int keep,
@NotNull CharPredicate chars) |
|
T |
IRichSequenceBase.trimStart(@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimStart(T thizz,
int keep,
@NotNull CharPredicate chars) |
|
static <T extends java.lang.CharSequence> T |
SequenceUtils.trimStart(T thizz,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequence.trimStartRange(int keep,
@NotNull CharPredicate chars) |
Range of kept sequence when trim start/end of this sequence is performed, characters to trim are passed in the sequence argument
|
@NotNull Range |
IRichSequence.trimStartRange(@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimStartRange(int keep,
@NotNull CharPredicate chars) |
|
@NotNull Range |
IRichSequenceBase.trimStartRange(@NotNull CharPredicate chars) |
|
static @NotNull Range |
SequenceUtils.trimStartRange(@NotNull java.lang.CharSequence thizz,
int keep,
@NotNull CharPredicate chars) |
|
static Range |
SequenceUtils.trimStartRange(@NotNull java.lang.CharSequence thizz,
@NotNull CharPredicate chars) |
|
T |
IRichSequence.trimToEndOfLine(@NotNull CharPredicate eolChars,
boolean includeEol,
int index) |
Trim end to end of line containing index
|
T |
IRichSequenceBase.trimToEndOfLine(@NotNull CharPredicate eolChars,
boolean includeEol,
int index) |
|
T |
IRichSequence.trimToStartOfLine(@NotNull CharPredicate eolChars,
boolean includeEol,
int index) |
Trim start to start of line containing index
|
T |
IRichSequenceBase.trimToStartOfLine(@NotNull CharPredicate eolChars,
boolean includeEol,
int index) |
|