Calculates the initial buffer capacity for rendering this GString. @return the initial capacity
()
| 188 | * @return the initial capacity |
| 189 | */ |
| 190 | protected int calcInitialCapacity() { |
| 191 | return GStringUtil.calcInitialCapacityImpl(values, getStrings()); |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * {@inheritDoc} |
no test coverage detected