Hashset Scala

val emptyHashSet: HashSet[String] = HashSet.empty[String]
emptyHashSet += "item"
Agreeable Addax