summaryrefslogtreecommitdiff
path: root/test/files/run/triemap-hash.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Hashing`.Aleksandar Prokopec2012-06-011-1/+1
| | | | | | Move `Hashing` to `scala.util.hashing`. Adde `Hashing.Default` to `Hashing` companion object. Change `TrieMap` to autoswitch from `Hashing.Default` to `TrieMap.MangledHashing`.
* Remove Equality in favour of Equiv.Aleksandar Prokopec2012-06-011-2/+2
| | | | Make Equiv serializable.
* Add Hashing and Equality typeclasses.Aleksandar Prokopec2012-06-011-0/+46
Modify TrieMap to use hashing and equality. Modify serialization in TrieMap appropriately.