Return a copy of the internal keys array. In contrast to the keys() method, this array can be modified. @webref intdict:method @webBrief Return a copy of the internal keys array
()
| 270 | * @webBrief Return a copy of the internal keys array |
| 271 | */ |
| 272 | public String[] keyArray() { |
| 273 | crop(); |
| 274 | return keyArray(null); |
| 275 | } |
| 276 | |
| 277 | |
| 278 | public String[] keyArray(String[] outgoing) { |
no test coverage detected