Class StringBufferExtensions
java.lang.Object
net.hl.lang.ext.StringBufferExtensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic chargetAt(StringBuffer str, int index) this should be inlined by the HL compiler...static StringgetAt(StringBuffer str, IntRange range) static StringBuffersetAt(StringBuffer str, int[] indices, char[] other) static StringBuffersetAt(StringBuffer str, int[] indices, CharSequence other) static StringBuffersetAt(StringBuffer str, int index, char c) static StringBuffersetAt(StringBuffer str, IntPredicate predicate, char[] other) static StringBuffersetAt(StringBuffer str, IntPredicate predicate, CharSequence other) static StringBuffersetAt(StringBuffer str, IntRange range, char[] other) static StringBuffersetAt(StringBuffer str, IntRange range, CharSequence other)
-
Constructor Details
-
StringBufferExtensions
public StringBufferExtensions()
-
-
Method Details
-
getAt
-
setAt
-
setAt
-
setAt
-
setAt
-
getAt
this should be inlined by the HL compiler...- Parameters:
str- strindex- index- Returns:
- char at position
-
setAt
-
setAt
-
setAt
-