[netlogo-devel] Re: How to create LogoList from Java Collection

2015-12-03 Thread Marshall
Thanks Jason. That did the trick! The extension is working now. (I still have to fix the Clojure side, but that's the easy part.) I *had* tried LogoList.fromJava() at one point, as it happens, but I wasn't sure whether it was supposed to work at all (what's that 'object LogoList' before the

[netlogo-devel] Re: How to create LogoList from Java Collection

2015-12-03 Thread Jason Bertsche
The relevant methods for this can be seen here . Essentially, think of these as static methods on the `LogoList` class. The one you want is probably `LogoList.fromJava`, which takes a Java `Iterable` as