renamed the sort() methods on Iterable which create a new List and sort that as "toSortedList()" instead which is more accurate.

This commit is contained in:
James Strachan
2011-12-18 08:15:39 +00:00
parent b9c1b2cbfe
commit 7e93494e2f
2 changed files with 23 additions and 15 deletions
+1
View File
@@ -1,5 +1,6 @@
namespace test.apicheck
import std.util.*
import java.util.*
trait Traversable<T> {