public final class GStringUtil extends Object
This class is primarily intended for INTERNAL USE. Use at your own risk.
Type Params | Return Type | Name and description |
---|---|---|
|
public static void |
buildImpl(GroovyObject builder, Object[] vs, String[] ss) |
|
public static int |
calcInitialCapacityImpl(Object[] vs, String[] ss) |
|
public static GString |
plusImpl(Object[] thisValues, Object[] thatValues, String[] thisStrings, String[] thatStrings) |
|
public static Writer |
writeToImpl(Writer out, Object[] vs, String[] ss) |