RealmDictionaryEntrySet

typealias RealmDictionaryEntrySet<V> = RealmMapEntrySet<String, V>

Convenience alias for MutableSet<MutableMap.MutableEntry<String, V>>.

The output produced by RealmDictionary.entries matches this alias and represents a RealmDictionary in the form of a MutableSet of RealmDictionaryMutableEntry values.