Consider the following line
private val variable: MutableSet = ConcurrentHashMap.newKeySet()
MutableSet impleme
MutableSet