Returns true if the array is empty. @return true if the array is empty. @since 2.8.7
()
| 206 | * @since 2.8.7 |
| 207 | */ |
| 208 | public boolean isEmpty() { |
| 209 | return elements.isEmpty(); |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Returns an iterator to navigate the elements of the array. Since the array is an ordered list, |
no outgoing calls