Package org.apache.groovy.json
Interface FastStringService
-
- All Known Implementing Classes:
DefaultFastStringService
,DirectFastStringService
public interface FastStringService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
noCopyStringFromChars(char[] chars)
char[]
toCharArray(String string)
-