Class StringBuilderExtensions
java.lang.Object
net.hl.lang.ext.StringBuilderExtensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuildercolonAssign(StringBuilder str, String other) static chargetAt(StringBuilder str, int index) this should be inlined by the HL compiler...static StringgetAt(StringBuilder str, IntRange range) static StringBuilderplusAssign(StringBuilder str, boolean other) static StringBuilderplusAssign(StringBuilder str, char other) static StringBuilderplusAssign(StringBuilder str, char[] other) static StringBuilderplusAssign(StringBuilder str, double other) static StringBuilderplusAssign(StringBuilder str, int other) static StringBuilderplusAssign(StringBuilder str, long other) static StringBuilderplusAssign(StringBuilder str, CharSequence other) static StringBuilderplusAssign(StringBuilder str, Object other) static StringBuilderplusAssign(StringBuilder str, String other) static StringBuildersetAt(StringBuilder str, int[] indices, char[] other) static StringBuildersetAt(StringBuilder str, int[] indices, CharSequence other) static StringBuildersetAt(StringBuilder str, int index, char c) static StringBuildersetAt(StringBuilder str, IntPredicate predicate, char[] other) static StringBuildersetAt(StringBuilder str, IntPredicate predicate, CharSequence other) static StringBuildersetAt(StringBuilder str, IntRange range, char[] other) static StringBuildersetAt(StringBuilder str, IntRange range, CharSequence other)
-
Constructor Details
-
StringBuilderExtensions
public StringBuilderExtensions()
-
-
Method Details
-
getAt
-
setAt
-
setAt
-
setAt
-
getAt
this should be inlined by the HL compiler...- Parameters:
str- strindex- index- Returns:
- char at position
-
setAt
-
setAt
-
setAt
-
setAt
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
plusAssign
-
colonAssign
-