val db = DBMaker.memoryDB().make()
val create3: HTreeMap.KeySet[String] = db.hashSet("bb",Serializer.STRING).create()
fails with
Error:(65, 85) type mismatch;
found : org.mapdb.org.mapdb.[String]
required: org.mapdb.HTreeMap.KeySet[String]
val create3: HTreeMap.KeySet[String] = db.hashSet("bb",Serializer.STRING).create()
fails with