[Cs4800] Working with List

Matthew Strax-Haber straxhaber at gmail.com
Sun Dec 4 16:37:54 EST 2011


Try List.create()

For some reason, the implementors of DemeterF decided to override "List", which causes this confusion.
	You can find JavaDocs here:
	http://www.ccs.neu.edu/home/chadwick/demeterf/doc/edu/neu/ccs/demeterf/lib/package-summary.html

Note that DemeterF's "List" implementation operates in a functional manner rather than using side-effects like Java's "List".


Best regards,
-- 
~ Matthew Strax-Haber
Northeastern University

On Dec 4, 2011, at 4:34 PM, Elizabeth L Brown wrote:

> Has anyone figured out how to successfully work with List?  It's not Java List and the documentation doesn't seem to have been included.  Specifically, has anyone figured out how to initialize a list properly in tests?
> 
> Thanks!
> Liz
> 
> _______________________________________________
> Cs4800 mailing list
> Cs4800 at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/cs4800




More information about the Cs4800 mailing list