todo notes and fix for copy() method in Dict classes

This commit is contained in:
Ben Fry
2013-05-14 11:07:17 -04:00
parent 987474faf6
commit cc2ef1a10e
5 changed files with 23 additions and 18 deletions

View File

@@ -346,6 +346,7 @@ public class StringDict {
for (int i = 0; i < count; i++) {
outgoing.indices.put(keys[i], i);
}
outgoing.count = count;
return outgoing;
}