protected Str |
Str._empty() |
Str |
Str.afterFirst(char c) |
Str |
Str.afterFirst(Str s) |
Str |
Str.afterFirst(String s) |
Str |
Str.afterLast(char c) |
Str |
Str.afterLast(Str s) |
Str |
Str.afterLast(String s) |
Str |
Str.append(C.List<Character> list) |
Str |
Str.append(char... array) |
Str |
Str.append(Character character) |
Str |
Str.append(Collection<? extends Character> collection) |
Str |
Str.append(Str s) |
Str |
Str.append(String s) |
Str |
Str.beforeFirst(char c) |
Str |
Str.beforeFirst(Str s) |
Str |
Str.beforeFirst(String s) |
Str |
Str.beforeLast(char c) |
Str |
Str.beforeLast(Str s) |
Str |
Str.beforeLast(String s) |
Str |
Str.capFirst() |
Str |
Str.decodeBASE64() |
Str |
Str.dropWhile(Osgl.Function<? super Character,Boolean> predicate) |
Str |
Str.encodeBASE64() |
Str |
Str.insert(int index,
char... ca) |
Str |
Str.insert(int index,
char character) |
Str |
Str.insert(int index,
Character... ca) |
Str |
Str.insert(int index,
Character character) |
Str |
Str.insert(int index,
StrBase<?> str) |
Str |
Str.insert(int index,
String s) |
Str |
Str.lpad(char c,
int times) |
Str |
Str.lpad(int times) |
static Str |
Str.of(char... ca) |
static Str |
Str.of(Character... chars) |
static Str |
Str.of(Collection<Character> col) |
static Str |
Str.of(Iterable<Character> itr) |
static Str |
Str.of(Iterator<Character> itr) |
static Str |
Str.of(String s) |
static Str |
Str.of(StringBuilder sb) |
Str |
Str.padLeft(char c,
int times) |
Str |
Str.padLeft(int times) |
Str |
Str.padRight(char c,
int times) |
Str |
Str.padRight(int times) |
Str |
Str.prepend(C.List<Character> list) |
Str |
Str.prepend(char... chars) |
Str |
Str.prepend(Character character) |
Str |
Str.prepend(Collection<? extends Character> collection) |
Str |
Str.prepend(Str s) |
Str |
Str.prepend(String s) |
Str |
Str.remove(Osgl.Function<? super Character,Boolean> predicate) |
Str |
Str.replace(char oldChar,
char newChar) |
Str |
Str.replace(CharSequence target,
CharSequence replacement) |
Str |
Str.replaceAll(String regex,
String replacement) |
Str |
Str.replaceFirst(String regex,
String replacement) |
Str |
Str.reverse() |
Str |
Str.rpad(char c,
int times) |
Str |
Str.rpad(int times) |
static Str |
S.str(char... ca) |
static Str |
S.str(Object o) |
Str |
Str.strip(String prefix,
String suffix) |
Str |
Str.subList(int fromIndex,
int toIndex) |
Str |
Str.subSequence(int start,
int end) |
Str |
Str.takeWhile(Osgl.Function<? super Character,Boolean> predicate) |
Str |
Str.times(int n) |
Str |
Str.toLowerCase(Locale locale) |
Str |
Str.toUpperCase(Locale locale) |
Str |
Str.trim() |
Str |
Str.urlEncode() |