Well, if you have the luxury of remaking the persistence layer a bit, then the easiest solution is not to use Map<String
at all.
A Map<String
literally means that a particular line is associated with a single object. You can do the same by simply including this line in your RealmObject. You can then query based on this.
, RealmResults` , .