Immutable version of the HashSet.
Return number of items in the set.
Check if given hash is in the set.
Return an iterator over elements that are in the intersection of both sets. i.e. they exist in both.
Immutable version of the HashSet.