()
| 221 | |
| 222 | |
| 223 | protected void crop() { |
| 224 | if (count != keys.length) { |
| 225 | keys = PApplet.subset(keys, 0, count); |
| 226 | values = PApplet.subset(values, 0, count); |
| 227 | } |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Return the internal array being used to store the keys. |
no test coverage detected