EmptyIterator[A: A]¶ [Source] class ref EmptyIterator[A: A] is Iterator[A] ref Implements¶ Iterator[A] ref Constructors¶ create¶ [Source] new iso create() : EmptyIterator[A] iso^ Returns¶ EmptyIterator[A] iso^ Public Functions¶ has_next¶ [Source] fun ref has_next() : Bool val Returns¶ Bool val next¶ [Source] fun ref next() : A ? Returns¶ A ?