API Documentation
class
EmptyIterator<
T
>
package
itertools
@:directlyUsed
A simple empty iterator that returns nothing.
Constructor
new
()
Methods
hasNext
():
Bool
next
():
T