public final class RealmUtils
extends java.lang.Object
| Constructor and Description |
|---|
RealmUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
toXVals(<any> result,
java.lang.String xValuesField)
Transforms the given Realm-ResultSet into a String array by using the provided xValuesField.
|