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