Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
()
| 38 | * Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
| 39 | */ |
| 40 | abstract T nextElement(); |
| 41 | |
| 42 | } |
no outgoing calls