You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
property HasNext
|
|
prefix "Iterator"
|
|
prefix "List"
|
|
start -> start: *
|
|
start -> invalid: I = iterator(*)
|
|
invalid -> valid: hasNext(i)
|
|
valid -> invalid: next(i)
|
|
invalid -> error: next(i)
|