|
From: Nick C. <nic...@ve...> - 2002-10-16 14:36:55
|
Hi, I've just made some changes to the DefaultNode class to guarantee predictable iteration order of adjacent nodes. In order do this, I replaced a HashMap with a LinkedHashMap. Unfortunately, LinkedHashMap is only available from 1.4 on. I'm not advocating the move to 1.4, and for now this LinkedHashMap is provisional. I'm going to commit it anyway though and we can work this out later. -- Nick Collier Social Science Research Computing University of Chicago http://repast.sourceforge.net |