public class StringBufferExtensions extends Object
| Constructor and Description |
|---|
StringBufferExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static char |
getAt(StringBuffer str,
int index)
this should be inlined by the HL compiler...
|
static String |
getAt(StringBuffer str,
IntRange range) |
static StringBuffer |
setAt(StringBuffer str,
int[] indices,
char[] other) |
static StringBuffer |
setAt(StringBuffer str,
int[] indices,
CharSequence other) |
static StringBuffer |
setAt(StringBuffer str,
int index,
char c) |
static StringBuffer |
setAt(StringBuffer str,
IntPredicate predicate,
char[] other) |
static StringBuffer |
setAt(StringBuffer str,
IntPredicate predicate,
CharSequence other) |
static StringBuffer |
setAt(StringBuffer str,
IntRange range,
char[] other) |
static StringBuffer |
setAt(StringBuffer str,
IntRange range,
CharSequence other) |
public static String getAt(StringBuffer str, IntRange range)
public static StringBuffer setAt(StringBuffer str, IntRange range, CharSequence other)
public static StringBuffer setAt(StringBuffer str, IntPredicate predicate, CharSequence other)
public static StringBuffer setAt(StringBuffer str, int[] indices, CharSequence other)
public static StringBuffer setAt(StringBuffer str, int index, char c)
public static char getAt(StringBuffer str, int index)
str - strindex - indexpublic static StringBuffer setAt(StringBuffer str, IntRange range, char[] other)
public static StringBuffer setAt(StringBuffer str, IntPredicate predicate, char[] other)
public static StringBuffer setAt(StringBuffer str, int[] indices, char[] other)
Copyright © 2021 vpc open source initiative. All rights reserved.