public final class MutableCharArrayUtils extends Object
MutableCharArray.| Constructor and Description |
|---|
MutableCharArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
toLowerCase(MutableCharArray source,
MutableCharArray result)
Convert to lower case the
source array and save the result into the
result array. |
public static boolean toLowerCase(MutableCharArray source, MutableCharArray result)
source array and save the result into the
result array. If the result array is too small to accommodate the
result, its buffer will be reallocated.source - result - true if at least one character was changed between
source and result. false indicates
an identical copy.