summaryrefslogtreecommitdiff
path: root/test/files/run/hashset.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-031-0/+26
This change adds a null sentinel object which is used to indicate that a null value has been inserted in FlatHashTable. It also makes a strong distinction between logical elements of the Set vs entries in the hash table. Changes are made to mutable.HashSet and ParHashSet accordingly.