getInt

fun getInt(key: String): Set<Int?>?

Gets the set of integer values corresponding to a given key, or null if the key is not present in the map.

A delete concurrent with writes appears as a null value in the returned set.