Class CollectionUtils
On this page
io.realm
Constructors
Constructor and Description |
---|
Field Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
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
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Field Detail
DICTIONARY_TYPE
LIST_TYPE
SET_TYPE
Constructor Detail
public CollectionUtils () |
---|
Method Detail
checkForAddRemoveListener
public static void checkForAddRemoveListener ( ) |
---|
Checks whether it is possible to add or remove a provided listener. Parameters
|
copyToRealm
Called by both list and dictionary operators to copy a RealmModel to Realm in case it has been deemed necessary. Type Parameters
Parameters
Returns the copied object |