|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.util.MutableCharArrayUtils
public final class MutableCharArrayUtils
Various utility methods operating on a MutableCharArray.
| Constructor Summary | |
|---|---|
MutableCharArrayUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
toLowerCase(MutableCharArray source,
MutableCharArray result)
Convert to lower case the source array and save the result into the
result array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MutableCharArrayUtils()
| Method Detail |
|---|
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.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||