public class DirectFastStringService extends Object implements FastStringService
Constructor and Description |
---|
DirectFastStringService() |
Modifier and Type | Method and Description |
---|---|
String |
noCopyStringFromChars(char[] chars) |
char[] |
toCharArray(String string) |
public char[] toCharArray(String string)
toCharArray
in interface FastStringService
string
- string to grab array from.public String noCopyStringFromChars(char[] chars)
noCopyStringFromChars
in interface FastStringService
chars
- to shove array into.