Package io.realm
Class RealmAnyNativeFunctionsImpl
- java.lang.Object
-
- io.realm.RealmAnyNativeFunctionsImpl
-
- All Implemented Interfaces:
io.realm.internal.RealmAnyNativeFunctions
public class RealmAnyNativeFunctionsImpl extends Object implements io.realm.internal.RealmAnyNativeFunctions
-
-
Constructor Summary
Constructors Constructor Description RealmAnyNativeFunctionsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcallRawPredicate(io.realm.internal.TableQuery query, io.realm.internal.objectstore.OsKeyPathMapping mapping, String predicate, RealmAny... arguments)voidhandleItem(long listPtr, RealmAny realmAny)voidhandleItem(long containerPtr, Map.Entry<String,RealmAny> entry)
-
-
-
Method Detail
-
handleItem
public void handleItem(long listPtr, RealmAny realmAny)- Specified by:
handleItemin interfaceio.realm.internal.RealmAnyNativeFunctions
-
handleItem
public void handleItem(long containerPtr, Map.Entry<String,RealmAny> entry)- Specified by:
handleItemin interfaceio.realm.internal.RealmAnyNativeFunctions
-
-