I was wondering if there is an easy way to get a Java Enumeration into a Scala Sequence. The enumeraion has on hasMoreElement and nextElement. I failed to find a way to extend the base Seq?
On 1/15/09, Thomas Sant Ana wrote:
> I was wondering if there is an easy way to get a Java Enumeration into a
> Scala Sequence. The enumeraion has on hasMoreElement and nextElement. I
> failed to find a way to extend the base Seq?
>
> Thomas
>
hiya
http://code.google.com/p/scala-scales/source/browse/trunk/scalesUtils/sr...
cheers,
Chris
On 1/15/09, Thomas Sant Ana wrote:
> I was wondering if there is an easy way to get a Java Enumeration into a
> Scala Sequence. The enumeraion has on hasMoreElement and nextElement. I
> failed to find a way to extend the base Seq?
>
> Thomas
>