orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

make orc lists implement the Collection interface #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Orc lists should implement the Java Collection interface. It can skip all
of the "optional operations". This is just to allow it to be easily
converted to Java collections.

Original issue reported on code.google.com by adrianqu...@gmail.com on 11 Apr 2009 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 15 Apr 2009 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 15 Apr 2009 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 18 Apr 2009 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 18 Apr 2009 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in r1122.

Original comment by adrianqu...@gmail.com on 19 Apr 2009 at 4:38