Returns whether this List contains no elements. @return true if this List has no elements, false otherwise. @see #size
()
| 192 | * @see #size |
| 193 | */ |
| 194 | public boolean isEmpty(); |
| 195 | |
| 196 | /** |
| 197 | * Returns an iterator on the elements of this {@code List}. The elements are |
no outgoing calls
no test coverage detected