@return compact array version
()
| 173 | |
| 174 | /** @return compact array version */ |
| 175 | public E[] asAry() { return Arrays.copyOf(_es,_len); } |
| 176 | |
| 177 | /** Find the first matching element using ==, or -1 if none. Note that |
| 178 | * most del calls shuffle the list, so the first element might be random. |
no outgoing calls