This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Enumeration.elements

No replies
Mark Harrah
Joined: 2008-12-18,
User offline. Last seen 35 weeks 3 days ago.

In revision 17856, Enumeration.elements was renamed to 'iterator'.
Enumeration is not a subclass of Iterable, though, so 'elements' no longer
exists. I don't believe this was intentional, so perhaps

@deprecated def elements = iterator

or something similar should be added to Enumeration.

Thanks,
Mark

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland