- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Enumeration.elements
Fri, 2009-05-29, 21:30
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