Method
values
Returns the actual array being used to store the data. Suitable for iterating with a for() loop, but modifying the list could cause terrible things to happen.
()
Source from the content-addressed store, hash-verified
| 644 | * things to happen. |
| 645 | */ |
| 646 | public String[] values() { |
| 647 | crop(); |
| 648 | return data; |
| 649 | } |
| 650 | |
| 651 | |
| 652 | @Override |
Tested by
no test coverage detected