io.realm
Constructores
Constructor and Description |
|---|
Field Summary
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
public static void | Checks whether it is possible to add or remove a provided listener. |
public static E | Called by both list and dictionary operators to copy a RealmModel to Realm in case it has been deemed necessary. |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del Campo
DICTIONARY_TYPE
LIST_TYPE
SET_TYPE
Detalle del constructor
public CollectionUtils () |
|---|
Detalle del método
checkForAddRemoveListener
public static void checkForAddRemoveListener ( ) |
|---|
Checks whether it is possible to add or remove a provided listener. Parámetros
|
copyToRealm
Called by both list and dictionary operators to copy a RealmModel to Realm in case it has been deemed necessary. Type Parameters
Parámetros
Devuelve the copied object |