Returns the interpolated values. @return the interpolated values
()
| 125 | * @return the interpolated values |
| 126 | */ |
| 127 | public Object[] getValues() { |
| 128 | return values; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Concatenates this GString with another GString. |
no outgoing calls