Tests if this is an empty sequence. If the empty sequence is known to be Empty#VALUE, it can be replaced with a slightly faster direct comparison. @return result of check
()
| 70 | * @return result of check |
| 71 | */ |
| 72 | public boolean isEmpty() { |
| 73 | return false; |
| 74 | } |
| 75 | |
| 76 | /** |
| 77 | * Returns the item at the given position. |