@return true if and only if there are more elements to iterate over. false otherwise.
()
| 26 | * </code> otherwise. |
| 27 | */ |
| 28 | boolean hasNext(); |
| 29 | |
| 30 | /** |
| 31 | * @return the next <code>long</code> in the collection. Only valid after hasNext() has been |
no outgoing calls