Class StringExtensions
java.lang.Object
net.hl.lang.ext.StringExtensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic charthis should be inlined by the HL compiler...static Stringstatic booleanisBlank(CharSequence string) static booleanisEmpty(CharSequence string) static Stringmul(CharSequence str, int count) static Stringstatic StringsetAt(String str, int[] indices, CharSequence other) static Stringstatic StringsetAt(String str, IntPredicate predicate, char[] other) static StringsetAt(String str, IntPredicate predicate, CharSequence other) static Stringstatic StringsetAt(String array, IntRange range, CharSequence other) static int
-
Constructor Details
-
StringExtensions
public StringExtensions()
-
-
Method Details
-
getAt
-
setAt
-
upperBound
-
setAt
-
setAt
-
setAt
-
getAt
this should be inlined by the HL compiler...- Parameters:
str- strindex- index- Returns:
- char at position
-
setAt
-
setAt
-
setAt
-
mul
-
isBlank
-
isEmpty
-