SYMBOL INDEX (11653 symbols across 721 files) FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/ArchExampleActivity.java class ArchExampleActivity (line 24) | public class ArchExampleActivity extends AppCompatActivity { method onCreate (line 29) | @Override method onRetainCustomNonConfigurationInstance (line 51) | @Override method onDestroy (line 56) | @Override method onBackPressed (line 66) | @Override method setupViews (line 75) | @MainThread method updateJobButton (line 88) | private void updateJobButton() { FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/BackgroundTask.java class BackgroundTask (line 29) | public class BackgroundTask { method isStarted (line 38) | @MainThread method start (line 43) | @MainThread method stop (line 56) | @MainThread class IncrementThread (line 67) | private static final class IncrementThread extends Thread { method IncrementThread (line 68) | IncrementThread() { method run (line 72) | @Override FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/CustomApplication.java class CustomApplication (line 27) | public class CustomApplication extends Application { method onCreate (line 29) | @Override FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/PersonFragment.java class PersonFragment (line 30) | public class PersonFragment extends Fragment { method create (line 33) | public static PersonFragment create(String personName) { method onCreate (line 46) | @Override method onCreateView (line 73) | @Nullable method onViewCreated (line 79) | @Override FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/PersonListFragment.java class PersonListFragment (line 38) | public class PersonListFragment extends Fragment { method create (line 39) | public static PersonListFragment create() { method onCreate (line 49) | @Override method onCreateView (line 63) | @Nullable method onViewCreated (line 69) | @Override class Adapter (line 79) | static class Adapter extends RecyclerView.Adapter { method Adapter (line 82) | public Adapter(List persons) { method onCreateViewHolder (line 86) | @Override method onBindViewHolder (line 91) | @Override method getItemCount (line 96) | @Override method updateItems (line 101) | public void updateItems(List persons) { class ViewHolder (line 106) | static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 126) | public ViewHolder(View itemView) { method bind (line 133) | public void bind(Person person) { FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/PersonListViewModel.java class PersonListViewModel (line 27) | public class PersonListViewModel extends ViewModel { method PersonListViewModel (line 31) | public PersonListViewModel() { method getPersons (line 36) | public LiveData> getPersons() { method onCleared (line 40) | @Override FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/PersonViewModel.java class PersonViewModel (line 27) | public class PersonViewModel extends ViewModel { method PersonViewModel (line 32) | public PersonViewModel() { method getPerson (line 36) | public LiveData getPerson() { method onCleared (line 40) | @Override method setup (line 46) | public void setup(String personName) { FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/livemodel/LiveRealmObject.java class LiveRealmObject (line 42) | public class LiveRealmObject extends LiveData { method onChange (line 46) | @Override method LiveRealmObject (line 63) | @MainThread method onActive (line 85) | @Override method onInactive (line 97) | @Override FILE: examples/architectureComponentsExample/src/main/java/io/realm/examples/arch/livemodel/LiveRealmResults.java class LiveRealmResults (line 42) | public class LiveRealmResults extends LiveData T findActivity(Context context) { FILE: examples/encryptionExample/src/main/java/io/realm/examples/encryption/EncryptionExampleActivity.java class EncryptionExampleActivity (line 29) | public class EncryptionExampleActivity extends Activity { method onCreate (line 35) | @Override method onDestroy (line 79) | @Override FILE: examples/encryptionExample/src/main/java/io/realm/examples/encryption/MyApplication.java class MyApplication (line 23) | public class MyApplication extends Application { method onCreate (line 25) | @Override FILE: examples/encryptionExample/src/main/java/io/realm/examples/encryption/Person.java class Person (line 21) | public class Person extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method getAge (line 33) | public int getAge() { method setAge (line 37) | public void setAge(int age) { FILE: examples/encryptionExample/src/main/java/io/realm/examples/encryption/Util.java class Util (line 18) | public class Util { method bytesToHex (line 23) | public static String bytesToHex(byte[] bytes) { FILE: examples/gridViewExample/src/main/java/io/realm/examples/realmgridview/City.java class City (line 22) | public class City extends RealmObject { method getName (line 29) | public String getName() { method setName (line 33) | public void setName(String name) { method getVotes (line 37) | public long getVotes() { method setVotes (line 41) | public void setVotes(long votes) { FILE: examples/gridViewExample/src/main/java/io/realm/examples/realmgridview/CityAdapter.java class CityAdapter (line 35) | public class CityAdapter extends BaseAdapter { method CityAdapter (line 38) | public CityAdapter() { method setData (line 41) | public void setData(List details) { method getCount (line 49) | @Override method getItem (line 54) | @Override method getItemId (line 59) | @Override class ViewHolder (line 65) | private static class ViewHolder { method ViewHolder (line 69) | public ViewHolder(View view) { method bind (line 74) | public void bind(City city) { method getView (line 80) | @Override FILE: examples/gridViewExample/src/main/java/io/realm/examples/realmgridview/GridViewExampleActivity.java class GridViewExampleActivity (line 29) | public class GridViewExampleActivity extends Activity implements Adapter... method onCreate (line 42) | @Override method onDestroy (line 69) | @Override method onItemClick (line 76) | @Override FILE: examples/gridViewExample/src/main/java/io/realm/examples/realmgridview/MyApplication.java class MyApplication (line 35) | public class MyApplication extends Application { method onCreate (line 36) | @Override method loadCities (line 54) | private List loadCities() { FILE: examples/introExample/src/main/java/io/realm/examples/intro/IntroExampleActivity.java class IntroExampleActivity (line 38) | public class IntroExampleActivity extends Activity { method onCreate (line 59) | @Override method onDestroy (line 94) | @Override method showStatus (line 101) | private void showStatus(String text) { method basicCRUD (line 108) | private void basicCRUD(Realm realm) { method basicQuery (line 141) | private void basicQuery(Realm realm) { method basicLinkQuery (line 160) | private void basicLinkQuery(Realm realm) { class ComplexBackgroundOperations (line 185) | private static class ComplexBackgroundOperations extends AsyncTask getCats() { method setCats (line 93) | public void setCats(RealmList cats) { method getTempReference (line 97) | public int getTempReference() { method setTempReference (line 101) | public void setTempReference(int tempReference) { method getPhoneNumbers (line 105) | public RealmList getPhoneNumbers() { method setPhoneNumbers (line 109) | public void setPhoneNumbers(RealmList phoneNumbers) { FILE: examples/jsonExample/src/main/java/io/realm/examples/json/City.java class City (line 23) | @Getter FILE: examples/jsonExample/src/main/java/io/realm/examples/json/CityAdapter.java class CityAdapter (line 30) | public class CityAdapter extends BaseAdapter { method CityAdapter (line 35) | public CityAdapter() { method setData (line 38) | public void setData(List details) { method getCount (line 43) | @Override method getItem (line 48) | @Override method getItemId (line 53) | @Override class ViewHolder (line 58) | private static class ViewHolder { method ViewHolder (line 62) | public ViewHolder(View view) { method bind (line 67) | public void bind(City city) { method getView (line 73) | @Override FILE: examples/jsonExample/src/main/java/io/realm/examples/json/JsonExampleActivity.java class JsonExampleActivity (line 39) | public class JsonExampleActivity extends Activity { method onCreate (line 50) | @Override method onDestroy (line 76) | @Override method loadCities (line 83) | public void loadCities() { method loadJsonFromStream (line 93) | private void loadJsonFromStream() throws IOException { method loadJsonFromJsonObject (line 112) | private void loadJsonFromJsonObject() { method loadJsonFromString (line 121) | private void loadJsonFromString() { FILE: examples/jsonExample/src/main/java/io/realm/examples/json/MyApplication.java class MyApplication (line 23) | public class MyApplication extends Application { method onCreate (line 25) | @Override FILE: examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/MigrationExampleActivity.java class MigrationExampleActivity (line 40) | public class MigrationExampleActivity extends Activity { method onCreate (line 47) | @Override method copyBundledRealmFile (line 105) | private String copyBundledRealmFile(InputStream inputStream, String ou... method realmString (line 122) | private String realmString(Realm realm) { method showStatus (line 131) | private void showStatus(Realm realm) { method showStatus (line 135) | private void showStatus(String txt) { FILE: examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/MyApplication.java class MyApplication (line 23) | public class MyApplication extends Application { method onCreate (line 25) | @Override FILE: examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/model/Migration.java class Migration (line 29) | public class Migration implements RealmMigration { method migrate (line 31) | @Override FILE: examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/model/Person.java class Person (line 23) | public class Person extends RealmObject { method getFullName (line 29) | public String getFullName() { method setFullName (line 33) | public void setFullName(String fullName) { method getAge (line 37) | public int getAge() { method setAge (line 41) | public void setAge(int age) { method getPets (line 45) | public RealmList getPets() { method setPets (line 49) | public void setPets(RealmList pets) { FILE: examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/model/Pet.java class Pet (line 22) | public class Pet extends RealmObject { method getName (line 27) | public String getName() { method setName (line 31) | public void setName(String name) { method getType (line 35) | public int getType() { method setType (line 39) | public void setType(int type) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/ModulesExampleActivity.java class ModulesExampleActivity (line 47) | public class ModulesExampleActivity extends Activity { method onCreate (line 52) | @Override method showStatus (line 170) | private void showStatus(String txt) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/MyApplication.java class MyApplication (line 23) | public class MyApplication extends Application { method onCreate (line 25) | @Override FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/model/Cow.java class Cow (line 21) | public class Cow extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/model/CrossModuleLinks.java class CrossModuleLinks (line 12) | public class CrossModuleLinks extends RealmObject { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/model/Pig.java class Pig (line 21) | public class Pig extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/model/Snake.java class Snake (line 21) | public class Snake extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/model/Spider.java class Spider (line 21) | public class Spider extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/app/src/main/java/io/realm/examples/appmodules/modules/CreepyAnimalsModule.java class CreepyAnimalsModule (line 23) | @RealmModule(classes = {Snake.class, Spider.class}) FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/Zoo.java class Zoo (line 30) | public class Zoo { method Zoo (line 35) | public Zoo() { method open (line 48) | public void open() { method getNoOfAnimals (line 54) | public long getNoOfAnimals() { method addAnimals (line 58) | public void addAnimals(final int count) { method close (line 70) | public void close() { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/Cat.java class Cat (line 21) | public class Cat extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/Dog.java class Dog (line 21) | public class Dog extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/Elephant.java class Elephant (line 21) | public class Elephant extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/EmbeddedAnimal.java class EmbeddedAnimal (line 8) | @RealmClass(embedded = true) FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/Lion.java class Lion (line 21) | public class Lion extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/model/Zebra.java class Zebra (line 21) | public class Zebra extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/modules/AllAnimalsModule.java class AllAnimalsModule (line 21) | @RealmModule(library = true, allClasses = true) FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/modules/DomesticAnimalsModule.java class DomesticAnimalsModule (line 23) | @RealmModule(library = true, classes = {Cat.class, Dog.class}) FILE: examples/moduleExample/library/src/main/java/io/realm/examples/librarymodules/modules/ZooAnimalsModule.java class ZooAnimalsModule (line 24) | @RealmModule(library = true, classes = {Elephant.class, Lion.class, Zebr... FILE: examples/multiprocessExample/src/main/java/io/realm/examples/realmmultiprocessexample/AnotherProcessService.java class AnotherProcessService (line 27) | public class AnotherProcessService extends Service { method onCreate (line 31) | @Override method onDestroy (line 50) | @Override method onBind (line 55) | @Override FILE: examples/multiprocessExample/src/main/java/io/realm/examples/realmmultiprocessexample/MainActivity.java class MainActivity (line 33) | public class MainActivity extends AppCompatActivity { method onChange (line 42) | @Override method onCreate (line 58) | @Override method onDestroy (line 75) | @Override method onStartButton (line 85) | public void onStartButton(View button) { FILE: examples/multiprocessExample/src/main/java/io/realm/examples/realmmultiprocessexample/MyApplication.java class MyApplication (line 24) | public class MyApplication extends Application { method onCreate (line 25) | @Override FILE: examples/multiprocessExample/src/main/java/io/realm/examples/realmmultiprocessexample/Utils.java class Utils (line 29) | public class Utils { method getMyProcessName (line 31) | public static String getMyProcessName(Context context) { method createStandaloneProcessInfo (line 50) | public static ProcessInfo createStandaloneProcessInfo(Context context) { FILE: examples/multiprocessExample/src/main/java/io/realm/examples/realmmultiprocessexample/models/ProcessInfo.java class ProcessInfo (line 24) | public class ProcessInfo extends RealmObject { method getPid (line 31) | public int getPid() { method setPid (line 35) | public void setPid(int pid) { method getName (line 39) | public String getName() { method setName (line 43) | public void setName(String name) { method getLastResponseDate (line 47) | public Date getLastResponseDate() { method setLastResponseDate (line 51) | public void setLastResponseDate(Date lastResponseDate) { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/MainActivity.java class MainActivity (line 34) | public class MainActivity extends AppCompatActivity { method onCreate (line 44) | @Override method setupButtons (line 52) | private void setupButtons() { method startActivity (line 61) | private void startActivity(Class activityClass) { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/MyApplication.java class MyApplication (line 29) | public class MyApplication extends Application { method onCreate (line 44) | @Override method createTestData (line 58) | private void createTestData() { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/animation/AnimationActivity.java class AnimationActivity (line 33) | public class AnimationActivity extends AppCompatActivity { method onCreate (line 39) | @Override method onResume (line 47) | @Override method onPause (line 65) | @Override method onDestroy (line 71) | @Override FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/gotchas/GotchasActivity.java class GotchasActivity (line 52) | public class GotchasActivity extends AppCompatActivity { method onCreate (line 57) | @Override method onResume (line 65) | @Override method testSubscribeOn (line 80) | private void testSubscribeOn() { method testBuffer (line 104) | private void testBuffer() { method testDistinct (line 123) | private void testDistinct() { method showStatus (line 143) | private void showStatus(String message) { method onPause (line 149) | @Override method onDestroy (line 155) | @Override FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/model/Person.java class Person (line 21) | public class Person extends RealmObject { method getName (line 28) | public String getName() { method setName (line 32) | public void setName(String name) { method getAge (line 36) | public int getAge() { method setAge (line 40) | public void setAge(int age) { method getGithubUserName (line 44) | public String getGithubUserName() { method setGithubUserName (line 48) | public void setGithubUserName(String githubUserName) { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/retrofit/GitHubApi.java type GitHubApi (line 26) | interface GitHubApi { method user (line 30) | @GET("/users/{user}") FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/retrofit/GitHubUser.java class GitHubUser (line 24) | @SuppressWarnings("unused") FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/retrofit/RetrofitExample.java class RetrofitExample (line 42) | public class RetrofitExample extends AppCompatActivity { method onCreate (line 49) | @Override method onResume (line 58) | @Override method onPause (line 86) | @Override method onDestroy (line 92) | @Override method createGitHubApi (line 98) | private GitHubApi createGitHubApi() { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/retrofit/UserViewModel.java class UserViewModel (line 19) | public class UserViewModel { method UserViewModel (line 25) | public UserViewModel(String username, int publicRepos, int publicGists) { method getUsername (line 31) | public String getUsername() { method getPublicRepos (line 35) | public int getPublicRepos() { method getPublicGists (line 39) | public int getPublicGists() { FILE: examples/rxJavaExample/src/main/java/io/realm/examples/rxjava/throttle/ThrottleSearchActivity.java class ThrottleSearchActivity (line 36) | public class ThrottleSearchActivity extends AppCompatActivity { method onCreate (line 43) | @Override method onResume (line 52) | @Override method onPause (line 83) | @Override method onDestroy (line 89) | @Override FILE: examples/threadExample/src/main/java/io/realm/examples/threads/AsyncQueryFragment.java class AsyncQueryFragment (line 43) | public class AsyncQueryFragment extends Fragment implements View.OnClick... method onCreateView (line 49) | @Override method onStart (line 60) | @Override method onStop (line 77) | @Override method onClick (line 87) | @Override method cancelAsyncTransaction (line 131) | private void cancelAsyncTransaction() { method onChange (line 138) | @Override class DotAdapter (line 146) | private static class DotAdapter extends BaseAdapter { method DotAdapter (line 150) | DotAdapter(Context context) { method updateList (line 154) | void updateList(RealmResults dots) { method getCount (line 159) | @Override method getItem (line 164) | @Override method getItemId (line 169) | @Override method getView (line 174) | @Override class ViewHolder (line 186) | private class ViewHolder { method ViewHolder (line 189) | ViewHolder(View view) { FILE: examples/threadExample/src/main/java/io/realm/examples/threads/AsyncTaskFragment.java class AsyncTaskFragment (line 39) | public class AsyncTaskFragment extends Fragment { method onCreateView (line 48) | @Override method onStop (line 69) | @Override method showStatus (line 77) | private void showStatus(String txt) { class ImportAsyncTask (line 93) | private static class ImportAsyncTask extends AsyncTask getCats() { method setCats (line 75) | public void setCats(RealmList cats) { method getTempReference (line 79) | public int getTempReference() { method setTempReference (line 83) | public void setTempReference(int tempReference) { method getId (line 87) | public long getId() { method setId (line 91) | public void setId(long id) { FILE: examples/unitTestExample/src/main/java/io/realm/examples/unittesting/repository/DogRepository.java type DogRepository (line 19) | public interface DogRepository { method createDog (line 20) | void createDog(String name); FILE: examples/unitTestExample/src/main/java/io/realm/examples/unittesting/repository/DogRepositoryImpl.java class DogRepositoryImpl (line 22) | public class DogRepositoryImpl implements DogRepository { method createDog (line 23) | @Override FILE: examples/unitTestExample/src/test/java/io/realm/examples/unittesting/ExampleActivityTest.java class ExampleActivityTest (line 66) | @RunWith(RobolectricTestRunner.class) method setup (line 81) | @Before method shouldBeAbleToAccessActivityAndVerifyRealmInteractions (line 178) | @Test method shouldBeAbleToVerifyTransactionCalls (line 222) | @Test method mockRealmQuery (line 254) | @SuppressWarnings("unchecked") method mockRealmResults (line 259) | @SuppressWarnings("unchecked") FILE: examples/unitTestExample/src/test/java/io/realm/examples/unittesting/ExampleRealmTest.java class ExampleRealmTest (line 49) | @RunWith(RobolectricTestRunner.class) method setup (line 62) | @Before method shouldBeAbleToGetDefaultInstance (line 74) | @Test method shouldBeAbleToMockRealmMethods (line 79) | @Test method shouldBeAbleToCreateARealmObject (line 88) | @Test method shouldVerifyThatDogWasCreated (line 101) | @Test method shouldVerifyThatTransactionWasExecuted (line 133) | @Test FILE: library-benchmarks/src/androidTest/java/io/realm/benchmarks/entities/AllTypes.java class AllTypes (line 26) | public class AllTypes extends RealmObject { method getColumnString (line 54) | public String getColumnString() { method setColumnString (line 58) | public void setColumnString(String columnString) { method getColumnLong (line 62) | public long getColumnLong() { method setColumnLong (line 66) | public void setColumnLong(long columnLong) { method getColumnFloat (line 70) | public float getColumnFloat() { method setColumnFloat (line 74) | public void setColumnFloat(float columnFloat) { method getColumnDouble (line 78) | public double getColumnDouble() { method setColumnDouble (line 82) | public void setColumnDouble(double columnDouble) { method isColumnBoolean (line 86) | public boolean isColumnBoolean() { method setColumnBoolean (line 90) | public void setColumnBoolean(boolean columnBoolean) { method getColumnDate (line 94) | public Date getColumnDate() { method setColumnDate (line 98) | public void setColumnDate(Date columnDate) { method getColumnBinary (line 102) | public byte[] getColumnBinary() { method setColumnBinary (line 106) | public void setColumnBinary(byte[] columnBinary) { method getColumnRealmObject (line 110) | public AllTypes getColumnRealmObject() { method setColumnRealmObject (line 114) | public void setColumnRealmObject(AllTypes columnRealmObject) { method getColumnRealmList (line 118) | public RealmList getColumnRealmList() { method setColumnRealmList (line 122) | public void setColumnRealmList(RealmList columnRealmList) { FILE: library-benchmarks/src/androidTest/java/io/realm/benchmarks/entities/AllTypesPrimaryKey.java class AllTypesPrimaryKey (line 26) | public class AllTypesPrimaryKey extends RealmObject { method getColumnString (line 49) | public String getColumnString() { method setColumnString (line 53) | public void setColumnString(String columnString) { method getColumnLong (line 57) | public long getColumnLong() { method setColumnLong (line 61) | public void setColumnLong(long columnLong) { method getColumnFloat (line 65) | public float getColumnFloat() { method setColumnFloat (line 69) | public void setColumnFloat(float columnFloat) { method getColumnDouble (line 73) | public double getColumnDouble() { method setColumnDouble (line 77) | public void setColumnDouble(double columnDouble) { method isColumnBoolean (line 81) | public boolean isColumnBoolean() { method setColumnBoolean (line 85) | public void setColumnBoolean(boolean columnBoolean) { method getColumnDate (line 89) | public Date getColumnDate() { method setColumnDate (line 93) | public void setColumnDate(Date columnDate) { method getColumnBinary (line 97) | public byte[] getColumnBinary() { method setColumnBinary (line 101) | public void setColumnBinary(byte[] columnBinary) { method getColumnRealmObject (line 105) | public AllTypesPrimaryKey getColumnRealmObject() { method setColumnRealmObject (line 109) | public void setColumnRealmObject(AllTypesPrimaryKey columnRealmObject) { method getColumnRealmList (line 113) | public RealmList getColumnRealmList() { method setColumnRealmList (line 117) | public void setColumnRealmList(RealmList columnRea... method getColumnBoxedBoolean (line 121) | public Boolean getColumnBoxedBoolean() { method setColumnBoxedBoolean (line 125) | public void setColumnBoxedBoolean(Boolean columnBoxedBoolean) { method getColumnStringList (line 129) | public RealmList getColumnStringList() { method setColumnStringList (line 133) | public void setColumnStringList(RealmList columnStringList) { method getColumnBinaryList (line 137) | public RealmList getColumnBinaryList() { method setColumnBinaryList (line 141) | public void setColumnBinaryList(RealmList columnBinaryList) { method getColumnBooleanList (line 145) | public RealmList getColumnBooleanList() { method setColumnBooleanList (line 149) | public void setColumnBooleanList(RealmList columnBooleanList) { method getColumnLongList (line 153) | public RealmList getColumnLongList() { method setColumnLongList (line 157) | public void setColumnLongList(RealmList columnLongList) { method getColumnIntegerList (line 161) | public RealmList getColumnIntegerList() { method setColumnIntegerList (line 165) | public void setColumnIntegerList(RealmList columnIntegerList) { method getColumnShortList (line 169) | public RealmList getColumnShortList() { method setColumnShortList (line 173) | public void setColumnShortList(RealmList columnShortList) { method getColumnByteList (line 177) | public RealmList getColumnByteList() { method setColumnByteList (line 181) | public void setColumnByteList(RealmList columnByteList) { method getColumnDoubleList (line 185) | public RealmList getColumnDoubleList() { method setColumnDoubleList (line 189) | public void setColumnDoubleList(RealmList columnDoubleList) { method getColumnFloatList (line 193) | public RealmList getColumnFloatList() { method setColumnFloatList (line 197) | public void setColumnFloatList(RealmList columnFloatList) { method getColumnDateList (line 201) | public RealmList getColumnDateList() { method setColumnDateList (line 205) | public void setColumnDateList(RealmList columnDateList) { FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/NestedTestClass.java class NestedTestClass (line 20) | public class NestedTestClass { class StaticInnerClass (line 23) | @ObjectServer class InnerClass (line 29) | @ObjectServer type Enum (line 34) | @ObjectServer type Interface (line 39) | @ObjectServer method foo (line 41) | void foo(); FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/SimpleTestClass.java class SimpleTestClass (line 20) | @ObjectServer class Foo (line 24) | public static class Foo { FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/SimpleTestFields.java class SimpleTestFields (line 21) | public class SimpleTestFields { FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/SimpleTestMethods.java class SimpleTestMethods (line 20) | public class SimpleTestMethods { method foo (line 22) | @ObjectServer method foo1 (line 27) | @ObjectServer method foo1 (line 32) | public String foo1(String input, String donRemoveThis) { method bar (line 36) | public String bar() { FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/SubClass.java class SubClass (line 18) | public class SubClass extends SuperClass { FILE: library-build-transformer/src/test/java/io/realm/buildtransformer/testclasses/SuperClass.java class SuperClass (line 20) | @ObjectServer FILE: realm-annotations/src/main/java/io/realm/annotations/RealmNamingPolicy.java type RealmNamingPolicy (line 122) | public enum RealmNamingPolicy { FILE: realm-transformer/src/main/java/io/realm/gradle/RealmPluginExtension.java class RealmPluginExtension (line 24) | public class RealmPluginExtension { method isSyncEnabled (line 28) | @Input method setSyncEnabled (line 33) | public void setSyncEnabled(boolean syncEnabled) { method isKotlinExtensionsEnabled (line 37) | @Input method setKotlinExtensionsEnabled (line 42) | public void setKotlinExtensionsEnabled(boolean kotlinExtensionsEnabled) { FILE: realm-transformer/src/main/java/io/realm/transformer/Utils.java class Utils (line 26) | public class Utils { method base64Encode (line 34) | public static String base64Encode(String data) throws UnsupportedEncod... method sha256Hash (line 44) | public static byte[] sha256Hash(byte[] data) throws NoSuchAlgorithmExc... method hexStringify (line 54) | public static String hexStringify(byte[] data) { method isSyncEnabled (line 63) | public static boolean isSyncEnabled(Project project) { FILE: realm-transformer/src/main/templates/Version.java class Version (line 3) | public class Version { FILE: realm/realm-annotations-processor/src/main/templates/Version.java class Version (line 3) | public class Version { FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/NameConverterTests.java class NameConverterTests (line 15) | public class NameConverterTests { method camelCase (line 17) | @Test method pascalCase (line 60) | @Test method lowerCaseWithUnderscore (line 103) | @Test FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmBacklinkProcessorTest.java class RealmBacklinkProcessorTest (line 32) | public class RealmBacklinkProcessorTest { method compileBacklinks (line 37) | @Test method compileSyntheticBacklinks (line 45) | @Test method failOnLinkingObjectsWithInvalidFieldType (line 54) | @Test method failOnLinkingObjectsWithNonFinalField (line 66) | @Test method failsOnLinkingObjectsWithLinkedFields (line 79) | @Test method failsOnLinkingObjectsMissingFieldName (line 94) | @Test method failsOnLinkingObjectsMissingGeneric (line 108) | @Test method failsOnLinkingObjectsWithRequiredFields (line 121) | @Test method failsOnLinkingObjectsWithIgnoreFields (line 134) | @Test method ignoreStaticLinkingObjects (line 147) | @Test method failsOnLinkingObjectsFieldNotFound (line 161) | @Test method failsOnLinkingObjectsWithFieldWrongType (line 175) | @Test method createBacklinkTestClass (line 192) | private RealmSyntheticTestClass.Field createBacklinkTestClass() { method failToCompileInvalidResultsElementType (line 205) | @Test method compileBacklinkClassesWithSimpleNameConflicts (line 213) | @Test FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmCounterProcessorTest.java class RealmCounterProcessorTest (line 33) | public class RealmCounterProcessorTest { method compileMutableRealmInteger (line 35) | @Test method compileIgnoredMutableRealmInteger (line 45) | @Test method compileIndexedMutableRealmInteger (line 56) | @Test method compileRequiredMutableRealmInteger (line 67) | @Test method compileStaticMutableRealmInteger (line 78) | @Test method failOnPKMutableRealmInteger (line 89) | @Test method failUnlessFinalMutableRealmInteger (line 101) | @Test method createCounterTestClass (line 116) | private RealmSyntheticTestClass.Field createCounterTestClass() { FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmEmbeddedObjectsTest.java class RealmEmbeddedObjectsTest (line 13) | public class RealmEmbeddedObjectsTest { method compileAndCompareEmbeddedObjectFile (line 15) | @Test method compileAndCompareParentToEmbeddedObjectFile (line 25) | @Test method compileWithSingleRequiredParent (line 38) | @Test method compileWithMultipleOptionalParents (line 52) | @Test method failToCompileIfSingleParentIsMissingFinal (line 65) | @Test method failToCompileIfMissingFieldDescriptor (line 79) | @Test method failToCompileWithPrimaryKey (line 93) | @Test method failToCompileWithMultipleRequiredParents (line 106) | @Test FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmNameTest.java class RealmNameTest (line 13) | public class RealmNameTest { method compileOnlyClassNamePolicyFile (line 16) | @Test method compileOnlyFieldNamePolicyFile (line 25) | @Test method compileModuleWithNamePolicyFile (line 34) | @Test method compareProcessedNamingPolicyClassFile (line 44) | @Test method compareProcessedDefaultClassFile (line 60) | @Test method compileModulesWithConflictingPoliciesForAllClassesFails (line 74) | @Test method compileModulesWithConflictingPoliciesForNamedClassesFails (line 87) | @Test method compileModulesWithConflictingPoliciesAndMixedClassDefinitionsFails (line 101) | @Test FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmProcessorTest.java class RealmProcessorTest (line 34) | public class RealmProcessorTest { method compileSimpleFile (line 72) | @Test method compileProcessedSimpleFile (line 79) | @Test method compileProcessedEmptyFile (line 87) | @Test method compileSimpleProxyFile (line 95) | @Ignore("Disabled because it does not seem to find the generated inter... method compareProcessedSimpleFile (line 103) | @Test method compileProcessedNullTypesFile (line 113) | @Test method compareProcessedNullTypesFile (line 121) | @Test method compileAllTypesFile (line 131) | @Test method compileProcessedAllTypesFile (line 138) | @Test method compileAllTypesProxyFile (line 146) | @Test method compareProcessedAllTypesFile (line 153) | @Test method compileAppModuleCustomClasses (line 163) | @Test method compileAppModuleAllClasses (line 171) | @Test method compileLibraryModulesAllClasses (line 179) | @Test method compileLibraryModulesCustomClasses (line 187) | @Test method compileAppModuleMixedParametersFail (line 195) | @Test method compileAppModuleWrongTypeFail (line 204) | @Test method compileLibraryModuleMixedParametersFail (line 213) | @Test method compileLibraryModuleWrongTypeFail (line 221) | @Test method compileBooleanFile (line 229) | @Test method compileProcessedBooleansFile (line 236) | @Test method compileBooleansProxyFile (line 244) | @Test method compareProcessedBooleansFile (line 251) | @Test method compileMissingGenericType (line 261) | @Test method compileFieldNamesFiles (line 269) | @Test method compileCustomAccessor (line 278) | @Test method compileIndexTypes (line 287) | @Test method compileInvalidIndexTypes (line 303) | @Test method compilePrimaryKeyTypes (line 318) | @Test method compileInvalidPrimaryKeyTypes (line 333) | @Test method compileRequiredTypes (line 348) | @Test method compileInvalidRequiredTypes (line 364) | @Test method compileSetWithEmbeddedObjectNotSupported (line 382) | @Test method compileConflictingFieldName (line 397) | @Test method failOnFinalFields (line 405) | @Test method compileTransientFields (line 413) | @Test method failOnVolatileFields (line 421) | @Test method failOnInvalidRealmModel_1 (line 430) | @Test method failOnInvalidRealmModel_2 (line 439) | @Test method failOnInvalidRealmModel_3 (line 448) | @Test method validRealmModelUsingInheritance (line 456) | @Test method canNotInheritRealmList (line 464) | @Test method compileWithRealmModelFieldInReamlModel (line 472) | @Test method compileWithInterfaceForList (line 480) | @Test method compileWithInterfaceForObject (line 488) | @Test method compareNonLatinName (line 496) | @Test method compileRealmMapModelNotAllowed (line 504) | @Test method compileRealmDictionaryMissingGenerics (line 512) | @Test method compileRealmDictionaryModel (line 520) | @Test method compileRealmDictionaryModelWrongType (line 528) | @Test method compileRealmDictionaryModelRealmAnyRequiredFails (line 537) | @Test method compileRealmDictionaryModelRealmModelRequiredFails (line 545) | @Test method compileRealmSetModel (line 553) | @Test method compileRealmSetModelWrongType (line 561) | @Test method compileRealmSetMissingGenerics (line 569) | @Test FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/RealmSyntheticTestClass.java class RealmSyntheticTestClass (line 32) | public class RealmSyntheticTestClass extends SimpleJavaFileObject { class Field (line 33) | public static class Field { method Field (line 43) | Field(Builder builder) { method name (line 47) | public Field name(String name) { method type (line 52) | public Field type(String type) { method modifiers (line 57) | public Field modifiers(Modifier... modifiers) { method clearAnnotations (line 62) | public Field clearAnnotations() { method annotation (line 67) | public Field annotation(String annotation) { method initializer (line 72) | public Field initializer(String initializer) { method hasGetter (line 77) | public Field hasGetter(boolean hasGetter) { method hasSetter (line 82) | public Field hasSetter(boolean hasSetter) { method builder (line 87) | public Builder builder() { class Builder (line 92) | public static class Builder { method name (line 96) | public Builder name(String name) { method field (line 103) | public Field field() { method field (line 110) | public Builder field(String name, String type, String annotation) { method build (line 115) | public RealmSyntheticTestClass build() throws IOException { method generateField (line 141) | private void generateField(JavaWriter writer, Field field) throws IO... method emitSetter (line 153) | private void emitSetter(JavaWriter writer, Field field) throws IOExc... method emitGetter (line 171) | private void emitGetter(JavaWriter writer, Field field) throws IOExc... method RealmSyntheticTestClass (line 192) | private RealmSyntheticTestClass(StringWriter stringWriter, String name) { method getCharContent (line 197) | @Override FILE: realm/realm-annotations-processor/src/test/java/io/realm/processor/ValueListProcessorTest.java class ValueListProcessorTest (line 29) | public class ValueListProcessorTest { method compileValueList (line 33) | @Test method failToCompileInvalidListElementType (line 42) | @Test FILE: realm/realm-annotations-processor/src/test/resources/io/realm/DefaultRealmModule.java class DefaultRealmModule (line 4) | @io.realm.annotations.RealmModule(allClasses = true) FILE: realm/realm-annotations-processor/src/test/resources/io/realm/DefaultRealmModuleMediator.java class DefaultRealmModuleMediator (line 24) | @io.realm.annotations.RealmModule method getExpectedObjectSchemaInfoMap (line 35) | @Override method createColumnInfo (line 43) | @Override method getSimpleClassNameImpl (line 56) | @Override method getClazzImpl (line 69) | @Override method hasPrimaryKeyImpl (line 82) | @Override method newInstance (line 87) | @Override method getModelClasses (line 106) | @Override method copyOrUpdate (line 111) | @Override method insert (line 128) | @Override method insert (line 143) | @Override method insertOrUpdate (line 174) | @Override method insertOrUpdate (line 189) | @Override method createOrUpdateUsingJsonObject (line 220) | @Override method createUsingJsonStream (line 234) | @Override method createDetachedCopy (line 248) | @Override method isEmbedded (line 263) | @Override method updateEmbeddedObject (line 274) | @Override FILE: realm/realm-annotations-processor/src/test/resources/io/realm/some_test_AllTypesRealmProxy-pre-dictionary.java class some_test_AllTypesRealmProxy (line 41) | @SuppressWarnings("all") class AllTypesColumnInfo (line 45) | static final class AllTypesColumnInfo extends ColumnInfo { method AllTypesColumnInfo (line 94) | AllTypesColumnInfo(OsSchemaInfo schemaInfo) { method AllTypesColumnInfo (line 147) | AllTypesColumnInfo(ColumnInfo src, boolean mutable) { method copy (line 152) | @Override method copy (line 157) | @Override method getProxyState (line 217) | @Override protected ProxyState getProxyState() { r... method getColumnIndex (line 218) | @Override protected long getColumnIndex() { return columnInfo.columnMu... method some_test_AllTypesRealmProxy (line 255) | some_test_AllTypesRealmProxy() { method realm$injectObjectContext (line 259) | @Override method realmGet$columnString (line 273) | @Override method realmSet$columnString (line 280) | @Override method realmGet$columnLong (line 291) | @Override method realmSet$columnLong (line 298) | @Override method realmGet$columnFloat (line 313) | @Override method realmSet$columnFloat (line 320) | @Override method realmGet$columnDouble (line 335) | @Override method realmSet$columnDouble (line 342) | @Override method realmGet$columnBoolean (line 357) | @Override method realmSet$columnBoolean (line 364) | @Override method realmGet$columnDecimal128 (line 379) | @Override method realmSet$columnDecimal128 (line 386) | @Override method realmGet$columnObjectId (line 407) | @Override method realmSet$columnObjectId (line 414) | @Override method realmGet$columnUUID (line 435) | @Override method realmSet$columnUUID (line 442) | @Override method realmGet$columnDate (line 463) | @Override method realmSet$columnDate (line 470) | @Override method realmGet$columnRealmAny (line 491) | @Override method realmSet$columnRealmAny (line 498) | @Override method realmGet$columnBinary (line 530) | @Override method realmSet$columnBinary (line 537) | @Override method realmGet$columnMutableRealmInteger (line 558) | @Override method realmGet$columnObject (line 564) | @Override method realmSet$columnObject (line 573) | @Override method realmGet$columnObjectWithoutPk (line 606) | @Override method realmSet$columnObjectWithoutPk (line 615) | @Override method realmGet$columnRealmList (line 648) | @Override method realmSet$columnRealmList (line 661) | @Override method realmGet$columnRealmListNoPk (line 709) | @Override method realmSet$columnRealmListNoPk (line 722) | @Override method realmGet$columnRealmFinalList (line 770) | @Override method realmSet$columnRealmFinalList (line 783) | @Override method realmGet$columnRealmFinalListNoPk (line 831) | @Override method realmSet$columnRealmFinalListNoPk (line 844) | @Override method realmGet$columnStringList (line 892) | @Override method realmSet$columnStringList (line 905) | @Override method realmGet$columnBinaryList (line 931) | @Override method realmSet$columnBinaryList (line 944) | @Override method realmGet$columnBooleanList (line 970) | @Override method realmSet$columnBooleanList (line 983) | @Override method realmGet$columnLongList (line 1009) | @Override method realmSet$columnLongList (line 1022) | @Override method realmGet$columnIntegerList (line 1048) | @Override method realmSet$columnIntegerList (line 1061) | @Override method realmGet$columnShortList (line 1087) | @Override method realmSet$columnShortList (line 1100) | @Override method realmGet$columnByteList (line 1126) | @Override method realmSet$columnByteList (line 1139) | @Override method realmGet$columnDoubleList (line 1165) | @Override method realmSet$columnDoubleList (line 1178) | @Override method realmGet$columnFloatList (line 1204) | @Override method realmSet$columnFloatList (line 1217) | @Override method realmGet$columnDateList (line 1243) | @Override method realmSet$columnDateList (line 1256) | @Override method realmGet$columnDecimal128List (line 1282) | @Override method realmSet$columnDecimal128List (line 1295) | @Override method realmGet$columnObjectIdList (line 1321) | @Override method realmSet$columnObjectIdList (line 1334) | @Override method realmGet$columnUUIDList (line 1360) | @Override method realmSet$columnUUIDList (line 1373) | @Override method realmGet$columnRealmAnyList (line 1399) | @Override method realmSet$columnRealmAnyList (line 1412) | @Override method realmGet$columnRealmDictionary (line 1446) | @Override method realmSet$columnRealmDictionary (line 1459) | @Override method realmGet$columnBooleanDictionary (line 1502) | @Override method realmSet$columnBooleanDictionary (line 1515) | @Override method realmGet$columnStringDictionary (line 1539) | @Override method realmSet$columnStringDictionary (line 1552) | @Override method realmGet$columnIntegerDictionary (line 1576) | @Override method realmSet$columnIntegerDictionary (line 1589) | @Override method realmGet$columnFloatDictionary (line 1613) | @Override method realmSet$columnFloatDictionary (line 1626) | @Override method realmGet$columnLongDictionary (line 1650) | @Override method realmSet$columnLongDictionary (line 1663) | @Override method realmGet$columnShortDictionary (line 1687) | @Override method realmSet$columnShortDictionary (line 1700) | @Override method realmGet$columnDoubleDictionary (line 1724) | @Override method realmSet$columnDoubleDictionary (line 1737) | @Override method realmGet$columnByteDictionary (line 1761) | @Override method realmSet$columnByteDictionary (line 1774) | @Override method realmGet$columnBinaryDictionary (line 1798) | @Override method realmSet$columnBinaryDictionary (line 1811) | @Override method realmGet$columnDateDictionary (line 1835) | @Override method realmSet$columnDateDictionary (line 1848) | @Override method realmGet$columnObjectIdDictionary (line 1872) | @Override method realmSet$columnObjectIdDictionary (line 1885) | @Override method realmGet$columnUUIDDictionary (line 1909) | @Override method realmSet$columnUUIDDictionary (line 1922) | @Override method realmGet$columnDecimal128Dictionary (line 1946) | @Override method realmSet$columnDecimal128Dictionary (line 1959) | @Override method realmGet$columnRealmAnyDictionary (line 1983) | @Override method realmSet$columnRealmAnyDictionary (line 1996) | @Override method realmGet$parentObjects (line 2044) | @Override method createExpectedObjectSchemaInfo (line 2055) | private static OsObjectSchemaInfo createExpectedObjectSchemaInfo() { method getExpectedObjectSchemaInfo (line 2109) | public static OsObjectSchemaInfo getExpectedObjectSchemaInfo() { method createColumnInfo (line 2113) | public static AllTypesColumnInfo createColumnInfo(OsSchemaInfo schemaI... method getSimpleClassName (line 2117) | public static String getSimpleClassName() { class ClassNameHelper (line 2121) | public static final class ClassNameHelper { method createOrUpdateUsingJsonObject (line 2125) | @SuppressWarnings("cast") method createUsingJsonStream (line 2423) | @SuppressWarnings("cast") method newProxyInstance (line 2671) | static some_test_AllTypesRealmProxy newProxyInstance(BaseRealm realm, ... method copyOrUpdate (line 2680) | public static some.test.AllTypes copyOrUpdate(Realm realm, AllTypesCol... method copy (line 2724) | public static some.test.AllTypes copy(Realm realm, AllTypesColumnInfo ... method insert (line 2916) | public static long insert(Realm realm, some.test.AllTypes object, Map<... method insert (line 3204) | public static void insert(Realm realm, Iterator ... method insertOrUpdate (line 3499) | public static long insertOrUpdate(Realm realm, some.test.AllTypes obje... method insertOrUpdate (line 3902) | public static void insertOrUpdate(Realm realm, Iterator getProxyState() { r... method getColumnIndex (line 219) | @Override protected long getColumnIndex() { return columnInfo.columnMu... method some_test_AllTypesRealmProxy (line 256) | some_test_AllTypesRealmProxy() { method realm$injectObjectContext (line 260) | @Override method realmGet$columnString (line 274) | @Override method realmSet$columnString (line 281) | @Override method realmGet$columnLong (line 292) | @Override method realmSet$columnLong (line 299) | @Override method realmGet$columnFloat (line 314) | @Override method realmSet$columnFloat (line 321) | @Override method realmGet$columnDouble (line 336) | @Override method realmSet$columnDouble (line 343) | @Override method realmGet$columnBoolean (line 358) | @Override method realmSet$columnBoolean (line 365) | @Override method realmGet$columnDecimal128 (line 380) | @Override method realmSet$columnDecimal128 (line 387) | @Override method realmGet$columnObjectId (line 408) | @Override method realmSet$columnObjectId (line 415) | @Override method realmGet$columnUUID (line 436) | @Override method realmSet$columnUUID (line 443) | @Override method realmGet$columnDate (line 464) | @Override method realmSet$columnDate (line 471) | @Override method realmGet$columnRealmAny (line 492) | @Override method realmSet$columnRealmAny (line 499) | @Override method realmGet$columnBinary (line 531) | @Override method realmSet$columnBinary (line 538) | @Override method realmGet$columnMutableRealmInteger (line 559) | @Override method realmGet$columnObject (line 565) | @Override method realmSet$columnObject (line 574) | @Override method realmGet$columnObjectWithoutPk (line 607) | @Override method realmSet$columnObjectWithoutPk (line 616) | @Override method realmGet$columnRealmList (line 649) | @Override method realmSet$columnRealmList (line 662) | @Override method realmGet$columnRealmListNoPk (line 710) | @Override method realmSet$columnRealmListNoPk (line 723) | @Override method realmGet$columnRealmFinalList (line 771) | @Override method realmSet$columnRealmFinalList (line 784) | @Override method realmGet$columnRealmFinalListNoPk (line 832) | @Override method realmSet$columnRealmFinalListNoPk (line 845) | @Override method realmGet$columnStringList (line 893) | @Override method realmSet$columnStringList (line 906) | @Override method realmGet$columnBinaryList (line 932) | @Override method realmSet$columnBinaryList (line 945) | @Override method realmGet$columnBooleanList (line 971) | @Override method realmSet$columnBooleanList (line 984) | @Override method realmGet$columnLongList (line 1010) | @Override method realmSet$columnLongList (line 1023) | @Override method realmGet$columnIntegerList (line 1049) | @Override method realmSet$columnIntegerList (line 1062) | @Override method realmGet$columnShortList (line 1088) | @Override method realmSet$columnShortList (line 1101) | @Override method realmGet$columnByteList (line 1127) | @Override method realmSet$columnByteList (line 1140) | @Override method realmGet$columnDoubleList (line 1166) | @Override method realmSet$columnDoubleList (line 1179) | @Override method realmGet$columnFloatList (line 1205) | @Override method realmSet$columnFloatList (line 1218) | @Override method realmGet$columnDateList (line 1244) | @Override method realmSet$columnDateList (line 1257) | @Override method realmGet$columnDecimal128List (line 1283) | @Override method realmSet$columnDecimal128List (line 1296) | @Override method realmGet$columnObjectIdList (line 1322) | @Override method realmSet$columnObjectIdList (line 1335) | @Override method realmGet$columnUUIDList (line 1361) | @Override method realmSet$columnUUIDList (line 1374) | @Override method realmGet$columnRealmAnyList (line 1400) | @Override method realmSet$columnRealmAnyList (line 1413) | @Override method realmGet$columnRealmDictionary (line 1447) | @Override method realmSet$columnRealmDictionary (line 1460) | @Override method realmGet$columnBooleanDictionary (line 1504) | @Override method realmSet$columnBooleanDictionary (line 1517) | @Override method realmGet$columnStringDictionary (line 1541) | @Override method realmSet$columnStringDictionary (line 1554) | @Override method realmGet$columnIntegerDictionary (line 1578) | @Override method realmSet$columnIntegerDictionary (line 1591) | @Override method realmGet$columnFloatDictionary (line 1615) | @Override method realmSet$columnFloatDictionary (line 1628) | @Override method realmGet$columnLongDictionary (line 1652) | @Override method realmSet$columnLongDictionary (line 1665) | @Override method realmGet$columnShortDictionary (line 1689) | @Override method realmSet$columnShortDictionary (line 1702) | @Override method realmGet$columnDoubleDictionary (line 1726) | @Override method realmSet$columnDoubleDictionary (line 1739) | @Override method realmGet$columnByteDictionary (line 1763) | @Override method realmSet$columnByteDictionary (line 1776) | @Override method realmGet$columnBinaryDictionary (line 1800) | @Override method realmSet$columnBinaryDictionary (line 1813) | @Override method realmGet$columnDateDictionary (line 1837) | @Override method realmSet$columnDateDictionary (line 1850) | @Override method realmGet$columnObjectIdDictionary (line 1874) | @Override method realmSet$columnObjectIdDictionary (line 1887) | @Override method realmGet$columnUUIDDictionary (line 1911) | @Override method realmSet$columnUUIDDictionary (line 1924) | @Override method realmGet$columnDecimal128Dictionary (line 1948) | @Override method realmSet$columnDecimal128Dictionary (line 1961) | @Override method realmGet$columnRealmAnyDictionary (line 1985) | @Override method realmSet$columnRealmAnyDictionary (line 1998) | @Override method realmGet$parentObjects (line 2046) | @Override method createExpectedObjectSchemaInfo (line 2057) | private static OsObjectSchemaInfo createExpectedObjectSchemaInfo() { method getExpectedObjectSchemaInfo (line 2110) | public static OsObjectSchemaInfo getExpectedObjectSchemaInfo() { method createColumnInfo (line 2114) | public static AllTypesColumnInfo createColumnInfo(OsSchemaInfo schemaI... method getSimpleClassName (line 2118) | public static String getSimpleClassName() { class ClassNameHelper (line 2122) | public static final class ClassNameHelper { method createOrUpdateUsingJsonObject (line 2126) | @SuppressWarnings("cast") method createUsingJsonStream (line 2132) | @SuppressWarnings("cast") method newProxyInstance (line 2139) | static some_test_AllTypesRealmProxy newProxyInstance(BaseRealm realm, ... method copyOrUpdate (line 2148) | public static some.test.AllTypes copyOrUpdate(Realm realm, AllTypesCol... method copy (line 2192) | public static some.test.AllTypes copy(Realm realm, AllTypesColumnInfo ... method insert (line 2384) | public static long insert(Realm realm, some.test.AllTypes object, Map<... method insert (line 2846) | public static void insert(Realm realm, Iterator ... method insertOrUpdate (line 3315) | public static long insertOrUpdate(Realm realm, some.test.AllTypes obje... method insertOrUpdate (line 3892) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 395) | public static long insertOrUpdate(Realm realm, some.test.Booleans obje... method insertOrUpdate (line 411) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 582) | public static long insertOrUpdate(Realm realm, some.test.EmbeddedClass... method insertOrUpdate (line 631) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 337) | public static long insertOrUpdate(Realm realm, some.test.NamePolicyMix... method insertOrUpdate (line 361) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 337) | public static long insertOrUpdate(Realm realm, some.test.NamePolicyMod... method insertOrUpdate (line 361) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 3549) | public static long insertOrUpdate(Realm realm, some.test.NullTypes obj... method insertOrUpdate (line 4052) | public static void insertOrUpdate(Realm realm, Iterator ... method insertOrUpdate (line 323) | public static long insertOrUpdate(Realm realm, some.test.Simple object... method insertOrUpdate (line 342) | public static void insertOrUpdate(Realm realm, Iterator getColumnRealmList() { method setColumnRealmList (line 240) | public void setColumnRealmList(RealmList columnRealmList) { method realmGet$columnRealmList (line 244) | public RealmList realmGet$columnRealmList() { method realmSet$columnRealmList (line 248) | public void realmSet$columnRealmList(RealmList columnRealmLi... method getColumnMutableRealmInteger (line 252) | public MutableRealmInteger getColumnMutableRealmInteger() { method realmGet$columnMutableRealmInteger (line 256) | public MutableRealmInteger realmGet$columnMutableRealmInteger() { method getColumnRealmAny (line 260) | public RealmAny getColumnRealmAny() { method realmGet$columnRealmAny (line 264) | public RealmAny realmGet$columnRealmAny() { method getColumnRealmDictionary (line 268) | public RealmDictionary getColumnRealmDictionary() { method setColumnRealmDictionary (line 272) | public void setColumnRealmDictionary(RealmDictionary columnR... method getColumnBooleanDictionary (line 276) | public RealmDictionary getColumnBooleanDictionary() { method setColumnBooleanDictionary (line 280) | public void setColumnBooleanDictionary(RealmDictionary column... method getColumnStringDictionary (line 284) | public RealmDictionary getColumnStringDictionary() { method setColumnStringDictionary (line 288) | public void setColumnStringDictionary(RealmDictionary columnSt... method getColumnIntegerDictionary (line 292) | public RealmDictionary getColumnIntegerDictionary() { method setColumnIntegerDictionary (line 296) | public void setColumnIntegerDictionary(RealmDictionary column... method getColumnFloatDictionary (line 300) | public RealmDictionary getColumnFloatDictionary() { method setColumnFloatDictionary (line 304) | public void setColumnFloatDictionary(RealmDictionary columnFloa... method getColumnLongDictionary (line 308) | public RealmDictionary getColumnLongDictionary() { method setColumnLongDictionary (line 312) | public void setColumnLongDictionary(RealmDictionary columnLongDi... method getColumnShortDictionary (line 316) | public RealmDictionary getColumnShortDictionary() { method setColumnShortDictionary (line 320) | public void setColumnShortDictionary(RealmDictionary columnShor... method getColumnDoubleDictionary (line 324) | public RealmDictionary getColumnDoubleDictionary() { method setColumnDoubleDictionary (line 328) | public void setColumnDoubleDictionary(RealmDictionary columnDo... method getColumnByteDictionary (line 332) | public RealmDictionary getColumnByteDictionary() { method setColumnByteDictionary (line 336) | public void setColumnByteDictionary(RealmDictionary columnByteDi... method getColumnBinaryDictionary (line 340) | public RealmDictionary getColumnBinaryDictionary() { method setColumnBinaryDictionary (line 344) | public void setColumnBinaryDictionary(RealmDictionary columnBi... method getColumnDateDictionary (line 348) | public RealmDictionary getColumnDateDictionary() { method setColumnDateDictionary (line 352) | public void setColumnDateDictionary(RealmDictionary columnDateDi... method getColumnObjectIdDictionary (line 356) | public RealmDictionary getColumnObjectIdDictionary() { method setColumnObjectIdDictionary (line 360) | public void setColumnObjectIdDictionary(RealmDictionary colu... method getColumnUUIDDictionary (line 364) | public RealmDictionary getColumnUUIDDictionary() { method setColumnUUIDDictionary (line 368) | public void setColumnUUIDDictionary(RealmDictionary columnUUIDDi... method getColumnDecimal128Dictionary (line 372) | public RealmDictionary getColumnDecimal128Dictionary() { method setColumnDecimal128Dictionary (line 376) | public void setColumnDecimal128Dictionary(RealmDictionary ... method getColumnRealmAnyDictionary (line 380) | public RealmDictionary getColumnRealmAnyDictionary() { method setColumnRealmAnyDictionary (line 384) | public void setColumnRealmAnyDictionary(RealmDictionary colu... FILE: realm/realm-annotations-processor/src/test/resources/some/test/AppModuleAllClasses.java class AppModuleAllClasses (line 26) | @RealmModule(allClasses = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/AppModuleCustomClasses.java class AppModuleCustomClasses (line 26) | @RealmModule(classes = { AllTypes.class, Simple.class }) FILE: realm/realm-annotations-processor/src/test/resources/some/test/BacklinkSelfReference.java class BacklinkSelfReference (line 8) | public class BacklinkSelfReference extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/BacklinkSource.java class BacklinkSource (line 6) | public class BacklinkSource extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/BacklinkTarget.java class BacklinkTarget (line 7) | public class BacklinkTarget extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/Booleans.java class Booleans (line 21) | public class Booleans extends RealmObject { method isDone (line 27) | public boolean isDone() { method setDone (line 31) | public void setDone(boolean done) { method realmGet$done (line 35) | public boolean realmGet$done() { method realmSet$done (line 39) | public void realmSet$done(boolean done) { method isReady (line 43) | public boolean isReady() { method setIsReady (line 47) | public void setIsReady(boolean isReady) { method realmGet$isReady (line 51) | public boolean realmGet$isReady() { method realmSet$isReady (line 55) | public void realmSet$isReady(boolean isReady) { method ismCompleted (line 59) | public boolean ismCompleted() { method setMCompleted (line 63) | public void setMCompleted(boolean mCompleted) { method realmGet$mCompleted (line 67) | public boolean realmGet$mCompleted() { method realmSet$mCompleted (line 71) | public void realmSet$mCompleted(boolean mCompleted) { method getAnotherBoolean (line 75) | public boolean getAnotherBoolean() { method setAnotherBoolean (line 79) | public void setAnotherBoolean(boolean anotherBoolean) { method realmGet$anotherBoolean (line 83) | public boolean realmGet$anotherBoolean() { method realmSet$anotherBoolean (line 87) | public void realmSet$anotherBoolean(boolean anotherBoolean) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/ConflictingFieldName.java class ConflictingFieldName (line 24) | public class ConflictingFieldName extends RealmObject { method getRealmString (line 32) | public String getRealmString() { method setRealmString (line 36) | public void setRealmString(String realm) { method getRow (line 40) | public String getRow() { method setRow (line 44) | public void setRow(String row) { method getListeners (line 48) | public String getListeners() { method setListeners (line 52) | public void setListeners(String listeners) { method getPendingQuery (line 56) | public String getPendingQuery() { method setPendingQuery (line 60) | public void setPendingQuery(String pendingQuery) { method getIsCompleted (line 64) | public String getIsCompleted() { method setIsCompleted (line 68) | public void setIsCompleted(String isCompleted) { method getCurrentTableVersion (line 72) | public String getCurrentTableVersion() { method setCurrentTableVersion (line 76) | public void setCurrentTableVersion(String currentTableVersion) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/CustomAccessor.java class CustomAccessor (line 5) | public class CustomAccessor extends RealmObject { method getColumnString (line 7) | public String getColumnString() { FILE: realm/realm-annotations-processor/src/test/resources/some/test/CustomInterface.java type CustomInterface (line 23) | public interface CustomInterface extends RealmModel { FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClass.java class EmbeddedClass (line 22) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassMissingFieldDescription.java class EmbeddedClassMissingFieldDescription (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassMissingFinalOnLinkingObjects.java class EmbeddedClassMissingFinalOnLinkingObjects (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassMultipleRequiredParents.java class EmbeddedClassMultipleRequiredParents (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassOptionalParents.java class EmbeddedClassOptionalParents (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassParent.java class EmbeddedClassParent (line 25) | public class EmbeddedClassParent extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassPrimaryKey.java class EmbeddedClassPrimaryKey (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassRequiredParent.java class EmbeddedClassRequiredParent (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedClassSimpleParent.java class EmbeddedClassSimpleParent (line 26) | public class EmbeddedClassSimpleParent extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/EmbeddedObject.java class EmbeddedObject (line 24) | @RealmClass(embedded = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/Empty.java class Empty (line 21) | public class Empty extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/ExtendRealmList.java class ExtendRealmList (line 23) | public class ExtendRealmList extends RealmList { FILE: realm/realm-annotations-processor/src/test/resources/some/test/FieldNames.java class FieldNames (line 29) | public class FieldNames extends RealmObject implements FieldNamesRealmPr... method getName (line 34) | public Simple getName() { method setName (line 38) | public void setName(Simple name) { method realmGet$name (line 42) | public Simple realmGet$name() { method realmSet$name (line 46) | public void realmSet$name(Simple name) { method getCache (line 50) | public Simple getCache() { method setCache (line 54) | public void setCache(Simple cache) { method realmGet$cache (line 58) | public Simple realmGet$cache() { method realmSet$cache (line 62) | public void realmSet$cache(Simple cache) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/FieldRealmResults.java class FieldRealmResults (line 6) | public class FieldRealmResults extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/Final.java class Final (line 21) | public class Final extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method realmGet$name (line 33) | public String realmGet$name() { method realmSet$name (line 37) | public void realmSet$name(String name) { method getAge (line 41) | public int getAge() { method setAge (line 45) | public void setAge(int age) { method realmGet$age (line 49) | public int realmGet$age() { method realmSet$age (line 53) | public void realmSet$age(int age) { method toString (line 57) | @Override method equals (line 65) | @Override method hashCode (line 78) | @Override FILE: realm/realm-annotations-processor/src/test/resources/some/test/InterfaceList.java class InterfaceList (line 23) | @RealmClass FILE: realm/realm-annotations-processor/src/test/resources/some/test/InterfaceObjectReference.java class InterfaceObjectReference (line 23) | @RealmClass FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidAllTypesModuleMixedParameters.java class InvalidAllTypesModuleMixedParameters (line 27) | @RealmModule(allClasses = true, classes = { AllTypes.class }) FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidAllTypesModuleWrongType.java class InvalidAllTypesModuleWrongType (line 27) | @RealmModule(classes = { Object.class, AllTypes.class }) FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidLibraryModuleMixedParameters.java class InvalidLibraryModuleMixedParameters (line 27) | @RealmModule(library = true, allClasses = true, classes = { AllTypes.cla... FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidLibraryModuleWrongType.java class InvalidLibraryModuleWrongType (line 27) | @RealmModule(library = true, classes = { Object.class, AllTypes.class }) FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidListElementType.java class InvalidListElementType (line 26) | public class InvalidListElementType extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidModelRealmModel_1.java class InvalidModelRealmModel_1 (line 23) | @RealmClass FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidModelRealmModel_2.java class InvalidModelRealmModel_2 (line 22) | public class InvalidModelRealmModel_2 extends Booleans { FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidModelRealmModel_3.java class InvalidModelRealmModel_3 (line 24) | @RealmClass FILE: realm/realm-annotations-processor/src/test/resources/some/test/InvalidResultsElementType.java class InvalidResultsElementType (line 26) | public class InvalidResultsElementType extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/LibraryModuleAllClasses.java class LibraryModuleAllClasses (line 26) | @RealmModule(library = true, allClasses = true) FILE: realm/realm-annotations-processor/src/test/resources/some/test/LibraryModuleCustomClasses.java class LibraryModuleCustomClasses (line 26) | @RealmModule(library = true, classes = { AllTypes.class }) FILE: realm/realm-annotations-processor/src/test/resources/some/test/MissingGenericType.java class MissingGenericType (line 22) | class MissingGenericType extends RealmObject { method getList (line 25) | public RealmList getList() { method setList (line 29) | public void setList(RealmList list) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyClassOnly.java class NamePolicyClassOnly (line 26) | @RealmClass("customName") FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyConflictingModuleDefinitionsForAllClasses.java class NamePolicyConflictingModuleDefinitionsForAllClasses (line 21) | public class NamePolicyConflictingModuleDefinitionsForAllClasses { class MyModule1 (line 23) | @RealmModule(allClasses = true, class MyModule2 (line 30) | @RealmModule(allClasses = true, FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyConflictingModuleDefinitionsForMixedDefinitions.java class NamePolicyConflictingModuleDefinitionsForMixedDefinitions (line 21) | public class NamePolicyConflictingModuleDefinitionsForMixedDefinitions { class MyModule1 (line 23) | @RealmModule(classes = { Simple.class }, class MyModule2 (line 30) | @RealmModule(allClasses = true, FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyConflictingModuleDefinitionsForNamedClasses.java class NamePolicyConflictingModuleDefinitionsForNamedClasses (line 21) | public class NamePolicyConflictingModuleDefinitionsForNamedClasses { class MyModule1 (line 23) | @RealmModule(classes = { Simple.class }, class MyModule2 (line 30) | @RealmModule(classes = { Simple.class }, FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyFieldNameOnly.java class NamePolicyFieldNameOnly (line 26) | public class NamePolicyFieldNameOnly extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyMixedClassSettings.java class NamePolicyMixedClassSettings (line 26) | @RealmClass(name = "customName", fieldNamingPolicy = RealmNamingPolicy.P... FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyModule.java class NamePolicyModule (line 21) | @RealmModule(allClasses = true, classNamingPolicy = RealmNamingPolicy.PA... FILE: realm/realm-annotations-processor/src/test/resources/some/test/NamePolicyModuleDefaults.java class NamePolicyModuleDefaults (line 25) | public class NamePolicyModuleDefaults extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/NoAccessors.java class NoAccessors (line 25) | public class NoAccessors extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/NullTypes.java class NullTypes (line 29) | public class NullTypes extends RealmObject { method getFieldStringNotNull (line 128) | public String getFieldStringNotNull() { method setFieldStringNotNull (line 132) | public void setFieldStringNotNull(String fieldStringNotNull) { method realmGet$fieldStringNotNull (line 136) | public String realmGet$fieldStringNotNull() { method realmSet$fieldStringNotNull (line 140) | public void realmSet$fieldStringNotNull(String fieldStringNotNull) { method getFieldStringNull (line 144) | public String getFieldStringNull() { method setFieldStringNull (line 148) | public void setFieldStringNull(String fieldStringNull) { method realmGet$fieldStringNull (line 152) | public String realmGet$fieldStringNull() { method realmSet$fieldStringNull (line 156) | public void realmSet$fieldStringNull(String fieldStringNull) { method getFieldBooleanNotNull (line 160) | public Boolean getFieldBooleanNotNull() { method setFieldBooleanNotNull (line 164) | public void setFieldBooleanNotNull(Boolean fieldBooleanNotNull) { method realmGet$fieldBooleanNotNull (line 168) | public Boolean realmGet$fieldBooleanNotNull() { method realmSet$fieldBooleanNotNull (line 172) | public void realmSet$fieldBooleanNotNull(Boolean fieldBooleanNotNull) { method getFieldBooleanNull (line 176) | public Boolean getFieldBooleanNull() { method setFieldBooleanNull (line 180) | public void setFieldBooleanNull(Boolean fieldBooleanNull) { method realmGet$fieldBooleanNull (line 184) | public Boolean realmGet$fieldBooleanNull() { method realmSet$fieldBooleanNull (line 188) | public void realmSet$fieldBooleanNull(Boolean fieldBooleanNull) { method getFieldBytesNotNull (line 192) | public byte[] getFieldBytesNotNull() { method setFieldBytesNotNull (line 196) | public void setFieldBytesNotNull(byte[] fieldBytesNotNull) { method realmGet$fieldBytesNotNull (line 200) | public byte[] realmGet$fieldBytesNotNull() { method realmSet$fieldBytesNotNull (line 204) | public void realmSet$fieldBytesNotNull(byte[] fieldBytesNotNull) { method getFieldBytesNull (line 208) | public byte[] getFieldBytesNull() { method setFieldBytesNull (line 212) | public void setFieldBytesNull(byte[] fieldBytesNull) { method realmGet$fieldBytesNull (line 216) | public byte[] realmGet$fieldBytesNull() { method realmSet$fieldBytesNull (line 220) | public void realmSet$fieldBytesNull(byte[] fieldBytesNull) { method getFieldByteNotNull (line 224) | public Byte getFieldByteNotNull() { method setFieldByteNotNull (line 228) | public void setFieldByteNotNull(Byte fieldByteNotNull) { method realmGet$fieldByteNotNull (line 232) | public Byte realmGet$fieldByteNotNull() { method realmSet$fieldByteNotNull (line 236) | public void realmSet$fieldByteNotNull(Byte fieldByteNotNull) { method getFieldByteNull (line 240) | public Byte getFieldByteNull() { method setFieldByteNull (line 244) | public void setFieldByteNull(Byte fieldByteNull) { method realmGet$fieldByteNull (line 248) | public Byte realmGet$fieldByteNull() { method realmSet$fieldByteNull (line 252) | public void realmSet$fieldByteNull(Byte fieldByteNull) { method getFieldShortNotNull (line 256) | public Short getFieldShortNotNull() { method setFieldShortNotNull (line 260) | public void setFieldShortNotNull(Short fieldShortNotNull) { method realmGet$fieldShortNotNull (line 264) | public Short realmGet$fieldShortNotNull() { method realmSet$fieldShortNotNull (line 268) | public void realmSet$fieldShortNotNull(Short fieldShortNotNull) { method getFieldShortNull (line 272) | public Short getFieldShortNull() { method setFieldShortNull (line 276) | public void setFieldShortNull(Short fieldShortNull) { method realmGet$fieldShortNull (line 280) | public Short realmGet$fieldShortNull() { method realmSet$fieldShortNull (line 284) | public void realmSet$fieldShortNull(Short fieldShortNull) { method getFieldIntegerNotNull (line 288) | public Integer getFieldIntegerNotNull() { method setFieldIntegerNotNull (line 292) | public void setFieldIntegerNotNull(Integer fieldIntegerNotNull) { method realmGet$fieldIntegerNotNull (line 296) | public Integer realmGet$fieldIntegerNotNull() { method realmSet$fieldIntegerNotNull (line 300) | public void realmSet$fieldIntegerNotNull(Integer fieldIntegerNotNull) { method getFieldIntegerNull (line 304) | public Integer getFieldIntegerNull() { method setFieldIntegerNull (line 308) | public void setFieldIntegerNull(Integer fieldIntegerNull) { method realmGet$fieldIntegerNull (line 312) | public Integer realmGet$fieldIntegerNull() { method realmSet$fieldIntegerNull (line 316) | public void realmSet$fieldIntegerNull(Integer fieldIntegerNull) { method getFieldLongNotNull (line 320) | public Long getFieldLongNotNull() { method setFieldLongNotNull (line 324) | public void setFieldLongNotNull(Long fieldLongNotNull) { method realmGet$fieldLongNotNull (line 328) | public Long realmGet$fieldLongNotNull() { method realmSet$fieldLongNotNull (line 332) | public void realmSet$fieldLongNotNull(Long fieldLongNotNull) { method getFieldLongNull (line 336) | public Long getFieldLongNull() { method setFieldLongNull (line 340) | public void setFieldLongNull(Long fieldLongNull) { method realmGet$fieldLongNull (line 344) | public Long realmGet$fieldLongNull() { method realmSet$fieldLongNull (line 348) | public void realmSet$fieldLongNull(Long fieldLongNull) { method getFieldFloatNotNull (line 352) | public Float getFieldFloatNotNull() { method setFieldFloatNotNull (line 356) | public void setFieldFloatNotNull(Float fieldFloatNotNull) { method realmGet$fieldFloatNotNull (line 360) | public Float realmGet$fieldFloatNotNull() { method realmSet$fieldFloatNotNull (line 364) | public void realmSet$fieldFloatNotNull(Float fieldFloatNotNull) { method getFieldFloatNull (line 368) | public Float getFieldFloatNull() { method setFieldFloatNull (line 372) | public void setFieldFloatNull(Float fieldFloatNull) { method realmGet$fieldFloatNull (line 376) | public Float realmGet$fieldFloatNull() { method realmSet$fieldFloatNull (line 380) | public void realmSet$fieldFloatNull(Float fieldFloatNull) { method getFieldDoubleNotNull (line 384) | public Double getFieldDoubleNotNull() { method setFieldDoubleNotNull (line 388) | public void setFieldDoubleNotNull(Double fieldDoubleNotNull) { method realmGet$fieldDoubleNotNull (line 392) | public Double realmGet$fieldDoubleNotNull() { method realmSet$fieldDoubleNotNull (line 396) | public void realmSet$fieldDoubleNotNull(Double fieldDoubleNotNull) { method getFieldDoubleNull (line 400) | public Double getFieldDoubleNull() { method setFieldDoubleNull (line 404) | public void setFieldDoubleNull(Double fieldDoubleNull) { method realmGet$fieldDoubleNull (line 408) | public Double realmGet$fieldDoubleNull() { method realmSet$fieldDoubleNull (line 412) | public void realmSet$fieldDoubleNull(Double fieldDoubleNull) { method getFieldDateNotNull (line 416) | public Date getFieldDateNotNull() { method setFieldDateNotNull (line 420) | public void setFieldDateNotNull(Date fieldDateNotNull) { method realmGet$fieldDateNotNull (line 424) | public Date realmGet$fieldDateNotNull() { method realmSet$fieldDateNotNull (line 428) | public void realmSet$fieldDateNotNull(Date fieldDateNotNull) { method getFieldDateNull (line 432) | public Date getFieldDateNull() { method setFieldDateNull (line 436) | public void setFieldDateNull(Date fieldDateNull) { method realmGet$fieldDateNull (line 440) | public Date realmGet$fieldDateNull() { method realmSet$fieldDateNull (line 444) | public void realmSet$fieldDateNull(Date fieldDateNull) { method getFieldObjectNull (line 448) | public NullTypes getFieldObjectNull() { method setFieldObjectNull (line 452) | public void setFieldObjectNull(NullTypes fieldObjectNull) { method realmGet$fieldObjectNull (line 456) | public NullTypes realmGet$fieldObjectNull() { method realmSet$fieldObjectNull (line 460) | public void realmSet$fieldObjectNull(NullTypes fieldObjectNull) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmDictionaryMissingGenerics.java class RealmDictionaryMissingGenerics (line 27) | public class RealmDictionaryMissingGenerics extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmDictionaryModel.java class RealmDictionaryModel (line 30) | public class RealmDictionaryModel extends RealmObject { method getMyRequiredBooleanRealmDictionary (line 64) | public RealmDictionary getMyRequiredBooleanRealmDictionary() { method setMyRequiredBooleanRealmDictionary (line 68) | public void setMyRequiredBooleanRealmDictionary(RealmDictionary getMyRequiredStringRealmDictionary() { method setMyRequiredStringRealmDictionary (line 76) | public void setMyRequiredStringRealmDictionary(RealmDictionary... method getMyRequiredIntegerRealmDictionary (line 80) | public RealmDictionary getMyRequiredIntegerRealmDictionary() { method setMyRequiredIntegerRealmDictionary (line 84) | public void setMyRequiredIntegerRealmDictionary(RealmDictionary getMyRequiredFloatRealmDictionary() { method setMyRequiredFloatRealmDictionary (line 92) | public void setMyRequiredFloatRealmDictionary(RealmDictionary m... method getMyRequiredLongRealmDictionary (line 96) | public RealmDictionary getMyRequiredLongRealmDictionary() { method setMyRequiredLongRealmDictionary (line 100) | public void setMyRequiredLongRealmDictionary(RealmDictionary myR... method getMyRequiredShortRealmDictionary (line 104) | public RealmDictionary getMyRequiredShortRealmDictionary() { method setMyRequiredShortRealmDictionary (line 108) | public void setMyRequiredShortRealmDictionary(RealmDictionary m... method getMyRequiredByteRealmDictionary (line 112) | public RealmDictionary getMyRequiredByteRealmDictionary() { method setMyRequiredByteRealmDictionary (line 116) | public void setMyRequiredByteRealmDictionary(RealmDictionary myR... method getMyRequiredDoubleRealmDictionary (line 120) | public RealmDictionary getMyRequiredDoubleRealmDictionary() { method setMyRequiredDoubleRealmDictionary (line 124) | public void setMyRequiredDoubleRealmDictionary(RealmDictionary... method getMyRequiredDateRealmDictionary (line 128) | public RealmDictionary getMyRequiredDateRealmDictionary() { method setMyRequiredDateRealmDictionary (line 132) | public void setMyRequiredDateRealmDictionary(RealmDictionary myR... method getMyRequiredPrimitiveBinaryRealmDictionary (line 136) | public RealmDictionary getMyRequiredPrimitiveBinaryRealmDictio... method setMyRequiredPrimitiveBinaryRealmDictionary (line 140) | public void setMyRequiredPrimitiveBinaryRealmDictionary(RealmDictionar... method getMyRequiredObjectIdRealmDictionary (line 144) | public RealmDictionary getMyRequiredObjectIdRealmDictionary() { method setMyRequiredObjectIdRealmDictionary (line 148) | public void setMyRequiredObjectIdRealmDictionary(RealmDictionary getMyRequiredUUIDRealmDictionary() { method setMyRequiredUUIDRealmDictionary (line 156) | public void setMyRequiredUUIDRealmDictionary(RealmDictionary myR... method getMyRequiredDecimal128IdRealmDictionary (line 160) | public RealmDictionary getMyRequiredDecimal128IdRealmDicti... method setMyRequiredDecimal128IdRealmDictionary (line 164) | public void setMyRequiredDecimal128IdRealmDictionary(RealmDictionary getMyRealmDictionaryModel... method setMyRealmDictionaryModel (line 172) | public void setMyRealmDictionaryModel(RealmDictionary getImmutableRealmDictionaryField() { method getMyRealmAnyRealmDictionary (line 180) | public RealmDictionary getMyRealmAnyRealmDictionary() { method setMyRealmAnyRealmDictionary (line 184) | public void setMyRealmAnyRealmDictionary(RealmDictionary myR... method getMyBooleanRealmDictionary (line 188) | public RealmDictionary getMyBooleanRealmDictionary() { method setMyBooleanRealmDictionary (line 192) | public void setMyBooleanRealmDictionary(RealmDictionary myBoo... method getMyStringRealmDictionary (line 196) | public RealmDictionary getMyStringRealmDictionary() { method setMyStringRealmDictionary (line 200) | public void setMyStringRealmDictionary(RealmDictionary myStrin... method getMyIntegerRealmDictionary (line 204) | public RealmDictionary getMyIntegerRealmDictionary() { method setMyIntegerRealmDictionary (line 208) | public void setMyIntegerRealmDictionary(RealmDictionary myInt... method getMyFloatRealmDictionary (line 212) | public RealmDictionary getMyFloatRealmDictionary() { method setMyFloatRealmDictionary (line 216) | public void setMyFloatRealmDictionary(RealmDictionary myFloatRe... method getMyLongRealmDictionary (line 220) | public RealmDictionary getMyLongRealmDictionary() { method setMyLongRealmDictionary (line 224) | public void setMyLongRealmDictionary(RealmDictionary myLongRealm... method getMyShortRealmDictionary (line 228) | public RealmDictionary getMyShortRealmDictionary() { method setMyShortRealmDictionary (line 232) | public void setMyShortRealmDictionary(RealmDictionary myShortRe... method getMyByteRealmDictionary (line 236) | public RealmDictionary getMyByteRealmDictionary() { method setMyByteRealmDictionary (line 240) | public void setMyByteRealmDictionary(RealmDictionary myByteRealm... method getMyDateRealmDictionary (line 244) | public RealmDictionary getMyDateRealmDictionary() { method setMyDateRealmDictionary (line 248) | public void setMyDateRealmDictionary(RealmDictionary myDateRealm... method getMyDoubleRealmDictionary (line 252) | public RealmDictionary getMyDoubleRealmDictionary() { method setMyDoubleRealmDictionary (line 256) | public void setMyDoubleRealmDictionary(RealmDictionary myDoubl... method getMyBinaryRealmDictionary (line 260) | public RealmDictionary getMyBinaryRealmDictionary() { method setBinaryRealmDictionary (line 264) | public void setBinaryRealmDictionary(RealmDictionary myBinaryR... method getMyObjectIdRealmDictionary (line 268) | public RealmDictionary getMyObjectIdRealmDictionary() { method setMyObjectIdRealmDictionary (line 272) | public void setMyObjectIdRealmDictionary(RealmDictionary myO... method getMyUUIDRealmDictionary (line 276) | public RealmDictionary getMyUUIDRealmDictionary() { method setMyUUIDRealmDictionary (line 280) | public void setMyUUIDRealmDictionary(RealmDictionary myUUIDRealm... method getMyDecimal128IdRealmDictionary (line 284) | public RealmDictionary getMyDecimal128IdRealmDictionary() { method setMyDecimal128IdRealmDictionary (line 288) | public void setMyDecimal128IdRealmDictionary(RealmDictionary getMyRequiredRealmAnyRealmDictionary() { method setMyRequiredRealmAnyRealmDictionary (line 32) | public void setMyRequiredRealmAnyRealmDictionary(RealmDictionary getMyRequiredRealmAnyReal... method setMyRequiredRealmAnyRealmDictionary (line 31) | public void setMyRequiredRealmAnyRealmDictionary(RealmDictionary getMyDictionary() { method setMyDictionary (line 30) | public void setMyDictionary(RealmDictionary dictionary) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmMapModel.java class RealmMapModel (line 26) | public class RealmMapModel extends RealmObject { method getMyMap (line 30) | public RealmMap getMyMap() { method setMyMap (line 34) | public void setMyMap(RealmMap map) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmSetMissingGenerics.java class RealmSetMissingGenerics (line 27) | public class RealmSetMissingGenerics extends RealmObject { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmSetModel.java class RealmSetModel (line 28) | public class RealmSetModel extends RealmObject { method getStringSet (line 45) | public RealmSet getStringSet() { method setStringSet (line 49) | public void setStringSet(RealmSet stringSet) { method getIntegerSet (line 53) | public RealmSet getIntegerSet() { method setIntegerSet (line 57) | public void setIntegerSet(RealmSet integerSet) { method getLongSet (line 61) | public RealmSet getLongSet() { method setLongSet (line 65) | public void setLongSet(RealmSet longSet) { method getShortSet (line 69) | public RealmSet getShortSet() { method setShortSet (line 73) | public void setShortSet(RealmSet shortSet) { method getByteSet (line 77) | public RealmSet getByteSet() { method setByteSet (line 81) | public void setByteSet(RealmSet byteSet) { method getBinarySet (line 85) | public RealmSet getBinarySet() { method setBinarySet (line 89) | public void setBinarySet(RealmSet binarySet) { method getObjectIdSet (line 93) | public RealmSet getObjectIdSet() { method setObjectIdSet (line 97) | public void setObjectIdSet(RealmSet objectIdSet) { method getUuidSet (line 101) | public RealmSet getUuidSet() { method setUuidSet (line 105) | public void setUuidSet(RealmSet uuidSet) { method getFloatSet (line 109) | public RealmSet getFloatSet() { method setFloatSet (line 113) | public void setFloatSet(RealmSet floatSet) { method getDoubleSet (line 117) | public RealmSet getDoubleSet() { method setDoubleSet (line 121) | public void setDoubleSet(RealmSet doubleSet) { method getBooleanSet (line 125) | public RealmSet getBooleanSet() { method setBooleanSet (line 129) | public void setBooleanSet(RealmSet booleanSet) { method getDateSet (line 133) | public RealmSet getDateSet() { method setDateSet (line 137) | public void setDateSet(RealmSet dateSet) { method getDecimal128Set (line 141) | public RealmSet getDecimal128Set() { method setDecimal128Set (line 145) | public void setDecimal128Set(RealmSet decimal128Set) { method getObjectSet (line 149) | public RealmSet getObjectSet() { method setObjectSet (line 153) | public void setObjectSet(RealmSet objectSet) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/RealmSetModelWrongType.java class RealmSetModelWrongType (line 22) | public class RealmSetModelWrongType extends RealmObject { method getSet (line 26) | public RealmSet getSet() { method setSet (line 30) | public void setSet(RealmSet set) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/Simple.java class Simple (line 21) | public class Simple extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method realmGet$name (line 33) | public String realmGet$name() { method realmSet$name (line 37) | public void realmSet$name(String name) { method getAge (line 41) | public int getAge() { method setAge (line 45) | public void setAge(int age) { method realmGet$age (line 49) | public int realmGet$age() { method realmSet$age (line 53) | public void realmSet$age(int age) { method toString (line 57) | @Override method equals (line 65) | @Override method hashCode (line 78) | @Override FILE: realm/realm-annotations-processor/src/test/resources/some/test/SimpleRealmModel.java class SimpleRealmModel (line 24) | @RealmClass FILE: realm/realm-annotations-processor/src/test/resources/some/test/Transient.java class Transient (line 21) | public class Transient extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method getAge (line 33) | public int getAge() { method setAge (line 37) | public void setAge(int age) { method realmGet$age (line 41) | public int realmGet$age() { method realmSet$age (line 45) | public void realmSet$age(int age) { FILE: realm/realm-annotations-processor/src/test/resources/some/test/UseExtendRealmList.java class UseExtendRealmList (line 23) | public class UseExtendRealmList extends RealmObject { method extendRealmList (line 26) | public ExtendRealmList extendRealmList() { method realmSet$extendRealmList (line 30) | public void realmSet$extendRealmList(ExtendRealmList populateInMemoryList(int objects) { method fillObject (line 122) | private void fillObject(int index, int totalObjects, AllJavaTypes obj) { method populateCollectionOnDeletedLinkView (line 134) | protected OrderedRealmCollection populateCollectionOnDelet... method populatePartialNullRowsForNumericTesting (line 164) | protected void populatePartialNullRowsForNumericTesting(Realm realm) { method createStringCollection (line 194) | protected OrderedRealmCollection createStringCollection(... method isSnapshot (line 235) | boolean isSnapshot(ManagedCollection collectionClass) { method isSnapshot (line 240) | boolean isSnapshot(CollectionClass collectionClass) { method isRealmList (line 245) | boolean isRealmList(ManagedCollection collectionClass) { FILE: realm/realm-library/src/androidTest/java/io/realm/ColumnInfoTests.java class ColumnInfoTests (line 36) | @RunWith(AndroidJUnit4.class) method setUp (line 46) | @Before method tearDown (line 53) | @After method copyColumnInfoFrom_checkIndex (line 60) | @Test method copy_differentInstanceSameValues (line 101) | @Test method copy_immutableThrows (line 150) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/CustomRealmNameTests.java class CustomRealmNameTests (line 43) | @RunWith(AndroidJUnit4.class) method setUp (line 51) | @Before method tearDown (line 61) | @After method modulePolicy_defaultPolicy (line 76) | @Test method classFieldPolicy_overrideModuleFieldPolicy (line 84) | @Test method className_overrideModuleClassPolicy (line 94) | @Test method fieldName_overrideClassPolicy (line 100) | @Test method fieldName_overrideModulePolicy (line 107) | @Test method typedQueryWithJavaNames (line 119) | @Test method typedQueryWithInternalNamesThrows (line 130) | @Test method dynamicQueryWithInternalNames (line 155) | @Test method dynamicQueryWithJavaNamesThrows (line 166) | @Test method typedSchemaReturnsInternalNames (line 189) | @Test method dynamicSchemaReturnsInternalNames (line 200) | @Test method valueParameterDefinedNamesInsteadOfExplicit (line 212) | @Test method createObjects (line 226) | @Test method copyOrUpdate (line 239) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/DynamicRealmObjectTests.java class DynamicRealmObjectTests (line 68) | @RunWith(AndroidJUnit4.class) method setUp (line 83) | @Before method tearDown (line 118) | @After type SupportedType (line 129) | private enum SupportedType { type ThreadConfinedMethods (line 135) | private enum ThreadConfinedMethods { method callThreadConfinedMethod (line 149) | @SuppressWarnings({"ResultOfMethodCallIgnored", "EqualsWithItself", "S... method callThreadConfinedMethodsFromWrongThread (line 205) | @Test method constructor_nullThrows (line 260) | @Test (expected = IllegalArgumentException.class) method constructor_dynamicObjectThrows (line 265) | @Test (expected = IllegalArgumentException.class) method constructor_deletedObjectThrows (line 270) | @Test method constructor_unmanagedObjectThrows (line 279) | @Test (expected = IllegalArgumentException.class) method typedGetter_illegalFieldNameThrows (line 285) | @Test method typedGetter_wrongUnderlyingTypeThrows (line 311) | @Test method callGetter (line 338) | private static void callGetter(DynamicRealmObject target, SupportedTyp... method typedSetter_illegalFieldNameThrows (line 375) | @Test method typedSetter_wrongUnderlyingTypeThrows (line 399) | @Test method callSetterOnPrimaryKey (line 431) | private void callSetterOnPrimaryKey(String className, DynamicRealmObje... method typedSetter_changePrimaryKeyThrows (line 453) | @Test method callSetter (line 476) | private static void callSetter(DynamicRealmObject target, SupportedTyp... method typedGettersAndSetters (line 511) | @Test method checkSetGetValueList (line 618) | private void checkSetGetValueList(DynamicRealmObject obj, String f... method setter_null (line 623) | @Test method setter_nullOnRequiredFieldsThrows (line 778) | @Test method typedSetter_null (line 829) | @Test method setNull_changePrimaryKeyThrows (line 924) | @Test method setObject_differentType (line 947) | @Test method setObject_wrongTypeThrows (line 961) | @Test method setObject_objectBelongToTypedRealmThrows (line 972) | @Test method setObject_objectBelongToDiffThreadRealmThrows (line 983) | @Test method setList_listWithDynamicRealmObject (line 1010) | @Test method setList_managedRealmList (line 1034) | @Test method setList_elementBelongToTypedRealmThrows (line 1079) | @Test method setList_elementBelongToDiffThreadRealmThrows (line 1093) | @Test method setList_wrongTypeThrows (line 1121) | @Test method setList_javaModelClassesThrowProperErrorMessage (line 1131) | @Test method setList_objectsOwnList (line 1142) | @Test method untypedSetter_listWrongTypeThrows (line 1157) | @Test method untypedSetter_listRealmAnyTypesThrows (line 1165) | @Test method getList (line 1179) | @Test method untypedGetterSetter (line 1198) | @Test method untypedSetter_usingStringConversion (line 1361) | @Test method untypedSetter_illegalImplicitConversionThrows (line 1437) | @Test method testChangePrimaryKeyThroughUntypedSetter (line 1510) | private void testChangePrimaryKeyThroughUntypedSetter(String value) { method untypedSetter_setValue_changePrimaryKeyThrows (line 1532) | @Test method untypedSetter_setNull_changePrimaryKeyThrows (line 1537) | @Test method isNull_nullNotSupportedField (line 1542) | @Test method isNull_true (line 1547) | @Test method isNull_false (line 1556) | @Test method getFieldNames (line 1561) | @Test method hasField_false (line 1581) | @Test method hasField_true (line 1590) | @Test method getFieldType (line 1595) | @Test method equals (line 1624) | @Test method equals_standardAndDynamicObjectsNotEqual (line 1633) | @Test method hashcode (line 1640) | @Test method toString_test (line 1647) | @Test method toString_nullValues (line 1656) | @Test method testExceptionMessage (line 1690) | @Test method getDynamicRealm (line 1706) | @Test method getRealm (line 1718) | @Test method getRealm_closedObjectThrows (line 1731) | @Test method getRealmConfiguration_deletedObjectThrows (line 1750) | @Test method getRealm_illegalThreadThrows (line 1770) | @Test method getNullableFields (line 1797) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/DynamicRealmTests.java class DynamicRealmTests (line 56) | @RunWith(AndroidJUnit4.class) method setUp (line 71) | @Before method tearDown (line 80) | @After method populateTestRealm (line 87) | private void populateTestRealm(DynamicRealm realm, int objects) { method separateSharedGroups (line 115) | @Test method deleteRealm_ThrowsIfDynamicRealmIsOpen (line 136) | @Test method deleteRealm_throwsIfTypedRealmIsOpen (line 154) | @Test method createObject (line 171) | @Test method createObject_withPrimaryKey (line 179) | @Test method createObject_withNullStringPrimaryKey (line 187) | @Test method createObject_withNullBytePrimaryKey (line 196) | @Test method createObject_withNullShortPrimaryKey (line 205) | @Test method createObject_withNullIntegerPrimaryKey (line 214) | @Test method createObject_withNullLongPrimaryKey (line 223) | @Test method createObject_illegalPrimaryKeyValue (line 232) | @Test(expected = IllegalArgumentException.class) method createObject_absentPrimaryKeyThrows (line 238) | @Test(expected = RealmException.class) method where (line 244) | @Test method delete_type_invalidName (line 254) | @Test(expected = IllegalArgumentException.class) method delete_type_outsideTransactionClearOutsideTransactionThrows (line 260) | @Test(expected = IllegalStateException.class) method delete_type (line 265) | @Test method executeTransaction_null (line 278) | @Test(expected = IllegalArgumentException.class) method executeTransaction (line 283) | @Test method executeTransaction_cancelled (line 299) | @Test method executeTransaction_warningIfManuallyCancelled (line 321) | @Test method executeTransaction_mainThreadWritesAllowed (line 345) | @Test method executeTransaction_mainThreadWritesNotAllowed (line 373) | @Test method findFirst (line 398) | @Test method findFirstAsync (line 407) | @Test method findAllAsync (line 426) | @Test method sort_async (line 451) | @Test method initializeDynamicRealm (line 478) | private DynamicRealm initializeDynamicRealm() { method sort_async_usingMultipleFields (line 486) | @Test method accessingDynamicRealmObjectBeforeAsyncQueryCompleted (line 597) | @Test method deleteAll (line 616) | @Test method realmListRemoveAllFromRealm (line 643) | @Test method addChangeListener_throwOnAddingNullListenerFromLooperThread (line 657) | @Test method addChangeListener_throwOnAddingNullListenerFromNonLooperThread (line 673) | @Test method removeChangeListener_throwOnRemovingNullListenerFromLooperThread (line 692) | @Test method removeChangeListener_throwOnRemovingNullListenerFromNonLooperThread (line 708) | @Test method equalTo_noFieldObjectShouldThrow (line 727) | @Test method getInstanceAsync_nonLooperThreadShouldThrow (line 741) | @Test(expected = IllegalStateException.class) method getInstanceAsync_nullConfigShouldThrow (line 751) | @Test method getInstanceAsync_nullCallbackShouldThrow (line 767) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/FrozenObjectsTests.java class FrozenObjectsTests (line 48) | @RunWith(AndroidJUnit4.class) method setUp (line 62) | @Before method tearDown (line 69) | @After method deleteFrozenRealm (line 74) | @Test method freezeRealm (line 87) | @Test method freezeDynamicRealm (line 96) | @Test method frozenRealmsCannotStartTransactions (line 107) | @Test method addingRealmChangeListenerThrows (line 116) | @Test method addingResultsChangeListenerThrows (line 131) | @Test method addingListChangeListenerThrows (line 147) | @Test method addingObjectChangeListenerThrows (line 179) | @Test method removingChangeListeners (line 201) | @Test method refreshThrows (line 211) | @Test method writeToFrozenObjectThrows (line 220) | @Test method freezingPinsRealmVersion (line 271) | @Test method readFrozenRealmAcrossThreads (line 284) | @Test method queryFrozenRealmAcrossThreads (line 294) | @Test method canReadFrozenResultsAcrossThreads (line 305) | @Test method canReadFrozenListsAcrossThreads (line 317) | @Test method canReadFrozenObjectsAcrossThreads (line 329) | @Test method frozenObjectsReturnsFrozenRealms (line 342) | @Test method freezeResults (line 354) | @Test method freezeDynamicResults (line 373) | @Test method freezeSnapshot (line 394) | @Test method freezeDynamicSnapshot (line 406) | @Test method freezeLists (line 421) | @Test method freezeDynamicList (line 440) | @Test method freezeObject (line 461) | @Test method freezeDynamicObject (line 476) | @Test method freezeDeletedObject (line 494) | @Test method freezePendingObject (line 507) | @Test method frozenRealms_notEqualToLiveRealm (line 520) | @Test method frozenRealm_notEqualToFrozenRealmAtOtherVersion (line 525) | @Test method frozenRealm_equalToFrozenRealmAtSameVersion (line 537) | @Test method frozenRealm_closeFromOtherThread (line 555) | @Test method copyToRealm (line 566) | @Test method copyToRealmOrUpdate (line 587) | @Test method insert (line 608) | @Test method insertList (line 626) | @Test method insertOrUpdate (line 645) | @Test method insertOrUpdateList (line 664) | @Test method realmObject_equals (line 689) | @Test method realmObject_returnsFrozenRealm (line 712) | @Test method realmList_returnsFrozenRealm (line 719) | @Test method realmResults_returnsFrozenRealm (line 726) | @Test method createDataForFrozenRealm (line 733) | private Realm createDataForFrozenRealm(int dataSize) { method createDataForLiveRealm (line 737) | private Realm createDataForLiveRealm(int dataSize) { FILE: realm/realm-library/src/androidTest/java/io/realm/GCTests.java class GCTests (line 37) | @RunWith(AndroidJUnit4.class) method setUp (line 44) | @Before method tearDown (line 55) | @After method createRealmResults (line 59) | @Test method createRealmResultsFromRealmResults (line 70) | @Test method createRealmResultsFromRealmList (line 81) | @Test method createRealmObject (line 94) | @Test method createRealmObjectFromRealmResults (line 105) | @Test method createRealmObjectsFromRealmList (line 116) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/IOSRealmTests.java class IOSRealmTests (line 48) | @RunWith(AndroidJUnit4.class) method setUp (line 59) | @Before method tearDown (line 69) | @After method iOSDataTypes (line 77) | @Test method iOSDataTypesDefaultValues (line 110) | @Test method iOSDataTypesNullValues (line 133) | @Test method iOSDataTypesMinimumValues (line 149) | @Test method iOSDataTypesMaximumValues (line 171) | @Test method iOSEncryptedRealm (line 191) | @Test method getIOSKey (line 218) | private byte[] getIOSKey() { FILE: realm/realm-library/src/androidTest/java/io/realm/LinkingObjectsDynamicTests.java class LinkingObjectsDynamicTests (line 44) | @RunWith(AndroidJUnit4.class) method setUp (line 58) | @Before method tearDown (line 65) | @After method linkingObjects_classIsNull (line 76) | @Test method linkingObjects_fieldIsNull (line 90) | @Test method linkingObjects_nonExistentClass (line 104) | @Test method linkingObjects_nonExistentField (line 118) | @Test method linkingObjects_ignoredExistentField (line 135) | @Test method linkingObjects_linkQueryNotSupported (line 152) | @Test method linkingObjects_invalidFieldType (line 166) | @Test method linkingObjects_linkedByOBJECT_backlinksDefinedInModel (line 299) | @Test method linkingObjects_linkedByOBJECT_backlinksNotDefinedInModel (line 360) | @Test method linkingObjects_linkedByLIST (line 421) | @Test method linkingObjects_IllegalStateException_ifNotYetLoaded (line 505) | @Test method linkingObjects_IllegalStateException_ifDeleted (line 536) | @Test method dynamicQuery_invalidSyntax (line 575) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/LinkingObjectsManagedTests.java class LinkingObjectsManagedTests (line 59) | @RunWith(AndroidJUnit4.class) type PostConditions (line 61) | private interface PostConditions { method run (line 62) | void run(Realm realm); method setUp (line 75) | @Before method tearDown (line 83) | @After method basic_singleBacklinkObject (line 91) | @Test method basic_singleBacklinkList (line 104) | @Test method basic_multipleBacklinksObject (line 117) | @Test method basic_multipleBacklinksList (line 130) | @Test method basic_multipleReferencesFromParentList (line 144) | @Test method issue4487_checkIfTableIsCorrect (line 162) | @Test method notification_notSentAfterUnregisterListenerModelObject (line 178) | @Test method notification_onCommitRealmResults (line 214) | @Test method notification_notSentAfterUnregisterListenerRealmResults (line 251) | @Test method notification_onDeleteRealmResults (line 288) | @Test method notification_notSentOnUnrelatedChangeRealmResults (line 326) | @Test method json_updateObject (line 361) | @Test method json_updateList (line 389) | @Test method linkingObjects_IllegalStateException_ifNotYetLoaded (line 416) | @Test method linkingObjects_IllegalStateException_ifDeleted (line 447) | @Test method linkingObjects_IllegalStateException_ifDeletedIndirectly (line 487) | @Test method migration_backlinkedFieldInUse (line 543) | @Test method migration_backlinkedSourceClassDoesntExist (line 575) | @Test method migration_backlinkedSourceFieldDoesntExist (line 596) | @Test method migration_backlinkedSourceFieldWrongType (line 638) | @Test method query_multipleReferencesWithDistinct (line 683) | @Test method copyToRealm_modelWithRenamedTargetFields (line 700) | @Test method insert_modelWithRenamedTargetFields (line 709) | @Test method query_modelWithRenamedFields (line 718) | @Test method verifyPostConditions (line 738) | private void verifyPostConditions(final Realm realm, final PostConditi... FILE: realm/realm-library/src/androidTest/java/io/realm/LinkingObjectsQueryTests.java class LinkingObjectsQueryTests (line 35) | @RunWith(AndroidJUnit4.class) method query_startWithBacklink (line 51) | @Test method query_backlinkInMiddle (line 91) | @Test method isNull_object (line 123) | @Test method isNull_list (line 166) | @Test method isNull_unsupported (line 208) | @Test method isNull_unsupportedLinkedTypes (line 225) | @Test method isNotNull_object (line 243) | @Test method isNotNull_list (line 286) | @Test method isNotNull_unsupported (line 329) | @Test method isNotNull_unsupportedLinkedTypes (line 347) | @Test method isEmpty_linkingObjects (line 364) | @Test method isEmpty_multipleModelClasses (line 383) | @Test method equalTo_linkingObjectLast (line 389) | @Test(expected = IllegalArgumentException.class) method isEmpty_acrossLink (line 395) | @Test method isEmpty_acrossLinkingObjectObjectLink (line 415) | @Test method isEmpty_acrossLinkingObjectListLink (line 552) | @Test method isNotEmpty (line 697) | @Test method isNotEmpty_acrossLink (line 713) | @Test method isNotEmpty_acrossLinkingObjectObjectLink (line 730) | @Test method isNotEmpty_acrossLinkingObjectListLink (line 870) | @Test method populateTestRealmForNullTests (line 1024) | private void populateTestRealmForNullTests(Realm testRealm) { FILE: realm/realm-library/src/androidTest/java/io/realm/LinkingObjectsUnmanagedTests.java class LinkingObjectsUnmanagedTests (line 33) | @RunWith(AndroidJUnit4.class) method setUp (line 41) | @Before method tearDown (line 47) | @After method copyFromRealm (line 55) | @Test method copyToAndFromRealm (line 70) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/ManagedOrderedRealmCollectionTests.java class ManagedOrderedRealmCollectionTests (line 114) | @RunWith(Parameterized.class) method data (line 130) | @Parameterized.Parameters(name = "{0}") method ManagedOrderedRealmCollectionTests (line 135) | public ManagedOrderedRealmCollectionTests(ManagedCollection collection... method setup (line 139) | @Before method tearDown (line 146) | @After method createCollection (line 151) | OrderedRealmCollection createCollection(ManagedCollectio... method createEmptyCollection (line 176) | private OrderedRealmCollection createEmptyCollection(Realm ... method sort_twoFields (line 201) | @Test method sort_boolean (line 212) | @Test method sort_string (line 236) | @Test method sort_double (line 262) | @Test method sort_float (line 283) | @Test method doTestSortOnColumnWithPartialNullValues (line 304) | private void doTestSortOnColumnWithPartialNullValues(String fieldName, method sort_rowsWithPartialNullValues (line 322) | @Test method sort_nonExistingColumn (line 380) | @Test method sort_danishCharacters (line 390) | @Test method sort_russianCharacters (line 415) | @Test method sort_greekCharacters (line 440) | @Test method sort_manyDifferentCharacters (line 466) | @Test method sort_twoLanguages (line 489) | @Test method sort_usingChildObject (line 507) | @Test method sort_nullArguments (line 528) | @Test method sort_emptyResults (line 546) | @Test method sort_singleField (line 557) | @Test method sort_date (line 568) | @Test method sort_long (line 589) | @Test method deleteFromRealm (line 610) | @Test method deleteFromRealm_invalidIndex (line 636) | @Test method deleteFirstFromRealm (line 651) | @Test method createNonCyclicCollection (line 671) | private OrderedRealmCollection createNonCyclicCollection(Realm re... method deleteFirstFromRealm_emptyCollection (line 710) | @Test method deleteLastFromRealm (line 719) | @Test method deleteLastFromRealm_emptyCollection (line 737) | @Test method mutableMethodsOutsideTransactions (line 748) | @Test method methodsThrowOnWrongThread (line 787) | @Test method runMethodOnWrongThread (line 798) | private boolean runMethodOnWrongThread(final OrderedRealmCollectionMet... method runMethodOnWrongThread (line 841) | private boolean runMethodOnWrongThread(final ListMethod method) throws... FILE: realm/realm-library/src/androidTest/java/io/realm/ManagedRealmCollectionTests.java class ManagedRealmCollectionTests (line 88) | @RunWith(Parameterized.class) method data (line 104) | @Parameterized.Parameters(name = "{0}") method ManagedRealmCollectionTests (line 109) | public ManagedRealmCollectionTests(ManagedCollection collectionType) { method setup (line 113) | @Before method tearDown (line 120) | @After method createCollection (line 125) | private OrderedRealmCollection createCollection(ManagedC... method createEmptyCollection (line 152) | private OrderedRealmCollection createEmptyCollection(Realm ... method createAllNullRowsForNumericTesting (line 177) | private OrderedRealmCollection createAllNullRowsForNumericT... method createPartialNullRowsForNumericTesting (line 208) | private OrderedRealmCollection createPartialNullRowsForNume... method createNonLatinCollection (line 240) | private OrderedRealmCollection createNonLatinColle... method where (line 270) | @Test method where_contains (line 279) | @Test method where_contains_null (line 286) | @Test method where_shouldNotContainRemovedItem (line 292) | @Test method where_lessThanGreaterThan (line 306) | @Test method where_equalTo_manyConditions (line 313) | @Test method where_findAll_size (line 324) | @Test method where_sort (line 342) | @Test method where_queryDateField (line 365) | @Test method min (line 385) | @Test method min_emptyNonNullFields (line 392) | @Test method min_emptyNullFields (line 402) | @Test method min_partialNullRows (line 412) | @Test method max (line 420) | @Test method max_emptyNonNullFields (line 427) | @Test method max_emptyNullFields (line 437) | @Test method max_partialNullRows (line 447) | @Test method sum (line 455) | @Test method sum_nullRows (line 463) | @Test method sum_partialNullRows (line 472) | @Test method sum_nonLatinColumnNames (line 481) | @Test method avg (line 494) | @Test method avg_emptyNonNullFields (line 523) | @Test method avg_emptyNullFields (line 532) | @Test method avg_partialNullRows (line 541) | @Test method maxDate (line 549) | @Test method minDate (line 555) | @Test method aggregates_deleteLastRow (line 564) | @Test method realmMethods_invalidFieldNames (line 584) | @Test method realmMethods_invalidFieldType (line 622) | @Test method deleteAllFromRealm (line 655) | @Test method deleteAllFromRealm_outsideTransaction (line 686) | @Test(expected = IllegalStateException.class) method deleteAllFromRealm_emptyList (line 691) | @Test method deleteAllFromRealm_invalidList (line 701) | @Test method isLoaded (line 710) | @Test method load (line 717) | @Test method isValid (line 724) | @Test method isValid_realmClosed (line 729) | @Test method isManaged (line 735) | @Test method contains_deletedRealmObject (line 740) | @Test method equals_sameRealmObjectsDifferentCollection (line 750) | @Test method mutableMethodsOutsideTransactions (line 757) | @Test method methodsThrowOnWrongThread (line 797) | @Test method runMethodOnWrongThread (line 810) | private boolean runMethodOnWrongThread(final RealmCollectionMethod met... method runMethodOnWrongThread (line 848) | private boolean runMethodOnWrongThread(final CollectionMethod method, ... FILE: realm/realm-library/src/androidTest/java/io/realm/ManagedRealmListForValueTests.java class ManagedRealmListForValueTests (line 65) | @RunWith(Parameterized.class) type ListType (line 71) | enum ListType { method ListType (line 85) | ListType(String valueTypeName) { method getValueTypeName (line 89) | public String getValueTypeName() { method parameters (line 94) | @Parameterized.Parameters(name = "{index}: Type: {0}, Nullable?: {1}") method setUp (line 121) | @SuppressWarnings("unchecked") method getListFor (line 225) | static RealmList getListFor(NullTypes object, ListType listType, bo... method tearDown (line 252) | @After method generateValue (line 259) | static Object generateValue(ListType listType, int i) { method generateHugeValue (line 286) | private static Object generateHugeValue(ListType listType, int size) { method assertValueEquals (line 299) | private void assertValueEquals(@Nullable Object expected, @Nullable Ob... method assertValueEquals (line 303) | private void assertValueEquals(@SuppressWarnings("SameParameterValue")... method readValues (line 311) | @Test method isValid (line 370) | @Test method isValid_whenParentRemoved (line 379) | @Test method add_exceedingSizeLimitValueThrows (line 389) | @Test method move_outOfBoundsLowerThrows (line 431) | @Test method move_outOfBoundsHigherThrows (line 443) | @Test method clear_then_add (line 456) | @Test method size (line 471) | @Test method remove_nonNullByIndex (line 476) | @Test method remove_nullByIndex (line 504) | @Test method remove_first (line 529) | @Test method remove_last (line 542) | @Test method remove_fromEmptyListThrows (line 559) | @Test method remove_byObject (line 571) | @Test method remove_byNull (line 590) | @Test method deleteFirst (line 608) | @Test method deleteLast (line 632) | @Test method addAt_afterContainerObjectRemoved (line 655) | @Test method addAt_invalidIndex (line 669) | @Test method set_afterContainerObjectRemoved (line 683) | @Test method set_invalidIndex (line 697) | @Test method move_afterContainerObjectRemoved (line 711) | @Test method clear_afterContainerObjectRemoved (line 724) | @Test method remove_atAfterContainerObjectRemoved (line 737) | @Test method remove_objectAfterContainerObjectRemoved (line 750) | @Test method remove_unsupportedTypeIgnored (line 763) | @Test method removeAll (line 784) | @Test method removeAll_unsupportedTypeIgnored (line 816) | @Test method removeAll_afterContainerObjectRemoved (line 835) | @Test method get_afterContainerObjectRemoved (line 849) | @Test method first_afterContainerObjectRemoved (line 862) | @Test method last_afterContainerObjectRemoved (line 875) | @Test method size_afterContainerObjectRemoved (line 888) | @Test method where (line 901) | @Test(expected = UnsupportedOperationException.class) method toString_ (line 906) | @Test method toString_AfterContainerObjectRemoved (line 929) | @Test method deleteAllFromRealm (line 940) | @Test method deleteAllFromRealm_outsideTransaction (line 952) | @Test method deleteAllFromRealm_emptyList (line 962) | @Test method deleteAllFromRealm_invalidListShouldThrow (line 982) | @Test method add_null_nonNullableListThrows (line 992) | @Test method addAt_null_nonNullableListThrows (line 1009) | @Test method set_null_nonNullableListThrows (line 1026) | @Test method changeListener_forAddObject (line 1043) | @Test method changeListener_forAddAt (line 1093) | @Test method changeListener_forSet (line 1143) | @Test method changeListener_forRemoveAt (line 1193) | @Test method changeListener_forRemoveObject (line 1247) | @Test method changeListener_forRemoveAll (line 1303) | @Test method changeListener_forDeleteAt (line 1363) | @Test method changeListener_forDeleteAll (line 1413) | @Test method removeAllChangeListeners (line 1465) | @Test method removeChangeListener (line 1514) | @SuppressWarnings("unchecked") method createSnapshot (line 1555) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/ManagedRealmListForValue_toArrayTests.java class ManagedRealmListForValue_toArrayTests (line 58) | @RunWith(Parameterized.class) method parameters (line 61) | @Parameterized.Parameters(name = "{index}: Type: {0}, Nullable?: {1}") method setUp (line 87) | @SuppressWarnings("unchecked") method tearDown (line 191) | @After method toArray (line 198) | @Test method toArray_withStringArray (line 226) | @Test method toArray_withBooleanArray (line 249) | @Test method toArray_withBinaryArray (line 273) | @Test method toArray_withLongArray (line 305) | @Test method toArray_withIntegerArray (line 328) | @Test method toArray_withShortArray (line 351) | @Test method toArray_withByteArray (line 374) | @Test method toArray_withDoubleArray (line 397) | @Test method toArray_withFloatArray (line 420) | @Test method toArray_withDateArray (line 443) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/MediatorTest.java class MediatorTest (line 40) | @RunWith(AndroidJUnit4.class) method mediatorsEquality (line 43) | @SuppressWarnings("AssertEqualsBetweenInconvertibleTypes") method compositeMediatorModelClassesCount (line 72) | @Test method filterableMediatorModelClassesCount (line 85) | @Test method defaultMediatorWasTransformed (line 97) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/MutableRealmIntegerTests.java class MutableRealmIntegerTests (line 42) | @RunWith(AndroidJUnit4.class) method setUp (line 52) | @Before method tearDown (line 58) | @After method basic_unmanaged (line 71) | @Test method equality_unmanaged (line 79) | @Test method nullability_unmanaged (line 87) | @Test method validAndManaged_unmanaged (line 95) | @Test method basic_managed (line 103) | @Test method equality_managed (line 118) | @Test method nullability_managed (line 133) | @Test method validAndManaged_managed (line 147) | @Test method required (line 165) | @Test method indexed (line 201) | @Test method compareTo_unmanaged (line 218) | @Test method compareTo_managed (line 234) | @Test method updateOutsideTransactionThrows (line 258) | @Test method isLive (line 290) | @Test method copyToIsLive (line 311) | @Test method copyFromIsNotLive (line 335) | @Test method testJSON (line 356) | @Test method testStream (line 397) | @Test method checkTransactionException (line 436) | private void checkTransactionException(Exception e) { method checkException (line 440) | private void checkException(Exception e, String expected) { method testBasic (line 452) | @SuppressWarnings({"ReferenceEquality", "EqualsIncompatibleType"}) method testEquality (line 488) | @SuppressWarnings({"ReferenceEquality", "EqualsIncompatibleType"}) method testNullability (line 529) | private void testNullability(MutableRealmIntegerTypes c1) { method testValidityAndManagement (line 558) | private void testValidityAndManagement(MutableRealmIntegerTypes c1) { FILE: realm/realm-library/src/androidTest/java/io/realm/NotificationsTest.java class NotificationsTest (line 62) | @RunWith(AndroidJUnit4.class) method setUp (line 75) | @Before method tearDown (line 80) | @After method setAutoRefresh_failsOnNonLooperThread (line 88) | @Test method setAutoRefresh_onHandlerThread (line 112) | @Test method removeChangeListener (line 134) | @Test method addChangeListener_duplicatedListener (line 156) | @Test method notificationsNumber (line 183) | @Test method closeClearingHandlerMessages (line 243) | @Test method globalListener_looperThread_triggeredByLocalCommit (line 314) | @Test method globalListener_looperThread_triggeredByRemoteCommit (line 332) | @Test method emptyCommitTriggerChangeListener (line 353) | @Test method addRemoveListenerConcurrency (line 368) | @Test method realmNotificationOrder (line 441) | @Test method doNotUseClosedHandler (line 492) | @Test method looperThreadQuitsLooperEarly (line 556) | @Test method handlerThreadShouldReceiveNotification (line 596) | @Test method nonLooperThreadShouldNotifyLooperThreadAboutCommit (line 640) | @Test method asyncRealmResultsShouldNotBlockBackgroundCommitNotification (line 686) | @Test method asyncRealmObjectShouldNotBlockBackgroundCommitNotification (line 744) | @Test class PopulateOneAllTypes (line 797) | public static class PopulateOneAllTypes implements RunInLooperThread.R... method run (line 799) | @Override method realmListener_realmResultShouldBeSynced (line 812) | @Test method accessingSyncRealmResultInsideAsyncResultListener (line 840) | @Test method accessingSyncRealmResultsInsideAnotherResultListener (line 880) | @Test method listenersNotAllowedOnIntentServiceThreads (line 902) | @Test method listenersNotAllowedOnNonLooperThreads (line 950) | @Test method limitedQueryResult_fromTable_finegrainedListener (line 997) | @Test method limitedQueryResult_fromTable_finegrainedListener_withModifications (line 1032) | @Test method limitedQueryResult_fromTable_simpleChangeListener (line 1073) | @Test method diffedUpdates_ignoredFieldsAreNotListedAsChanged (line 1103) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/ObjectChangeSetTests.java class ObjectChangeSetTests (line 46) | @RunWith(AndroidJUnit4.class) class PopulateOneAllTypes (line 52) | public static class PopulateOneAllTypes implements RunInLooperThread.R... method run (line 54) | @Override method checkDeleted (line 69) | private void checkDeleted(AllTypes allTypes) { method checkChangedField (line 82) | private void checkChangedField(AllTypes allTypes, final String... fiel... method listenerShouldNotBeCalled (line 102) | private void listenerShouldNotBeCalled(AllTypes allTypes) { method objectDeleted (line 117) | @Test method changeLongField (line 128) | @Test method changeStringField (line 139) | @Test method changeFloatField (line 150) | @Test method changeDoubleField (line 161) | @Test method changeBooleanField (line 172) | @Test method changeDateField (line 183) | @Test method changeBinaryField (line 194) | @Test method changeLinkFieldSetNewObject (line 205) | @Test method changeLinkFieldSetNull (line 216) | @Test method changeLinkFieldRemoveObject (line 227) | @Test method changeLinkFieldOriginalObjectChanged_notTrigger (line 238) | @Test method changeLinkListAddObject (line 249) | @Test method changeLinkListClear (line 260) | @Test method changeAllFields (line 271) | @Test method changeDifferentFieldOneAfterAnother (line 295) | @Test method findFirstAsync_changeSetIsNullWhenQueryReturns (line 339) | @Test method findFirstAsync_queryExecutedByLocalCommit (line 357) | @Test method moreFieldsChangedThanLocalRefTableSize (line 389) | @Test method allParentObjectShouldBeInChangeSet (line 423) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/OrderedCollectionChangeSetTests.java class OrderedCollectionChangeSetTests (line 46) | @SuppressWarnings("ConstantConditions") // Suppress the null return valu... type ObservablesType (line 50) | private enum ObservablesType { type ChangesCheck (line 54) | private interface ChangesCheck { method check (line 55) | void check(OrderedCollectionChangeSet changeSet); method data (line 65) | @Parameterized.Parameters(name = "{0}") method OrderedCollectionChangeSetTests (line 70) | public OrderedCollectionChangeSetTests(ObservablesType type) { method setUp (line 74) | @Before method tearDown (line 78) | @After method populateData (line 82) | private void populateData(Realm realm, int testSize) { method checkRanges (line 99) | private void checkRanges(OrderedCollectionChangeSet.Range[] ranges, in... method deleteObjects (line 117) | private void deleteObjects(Realm realm, int... indices) { method createObjects (line 124) | private void createObjects(Realm realm, int... indices) { method modifyObjects (line 149) | private void modifyObjects(Realm realm, int... indices) { method moveObjects (line 157) | private void moveObjects(Realm realm, int originAge, int newAge) { method getTestingCollection (line 196) | private OrderedRealmCollection getTestingCollection(Realm realm) { method registerCheckListener (line 211) | private void registerCheckListener(Realm realm, final ChangesCheck cha... method deletion (line 235) | @Test method insertion (line 267) | @Test method changes (line 301) | @Test method moves (line 332) | @Test method realmAny_changes (line 361) | @Test method changes_then_delete (line 401) | @Test method insert_then_delete (line 431) | @Test method initialChangeSet_findAllAsync (line 459) | @Test method initialChangeSet_findAll (line 483) | @Test method addChangeListener_bug5507 (line 514) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/OrderedRealmCollectionIteratorTests.java class OrderedRealmCollectionIteratorTests (line 48) | @RunWith(Parameterized.class) method data (line 64) | @Parameterized.Parameters(name = "{0}") method OrderedRealmCollectionIteratorTests (line 69) | public OrderedRealmCollectionIteratorTests(CollectionClass collectionT... method setup (line 73) | @Before method tearDown (line 79) | @After method createCollection (line 84) | private OrderedRealmCollection createCollection(Realm re... method createNewObject (line 125) | private void createNewObject() { method skipTest (line 143) | private boolean skipTest(CollectionClass... unsupportedTypes) { method assertResultsOrSnapshot (line 153) | private void assertResultsOrSnapshot() { method assertRealmList (line 159) | private void assertRealmList() { method iterator (line 166) | @Test method iterator_empty (line 179) | @Test method iterator_oneElement (line 187) | @Test method iterator_unrelatedTransactionBeforeNextItem (line 202) | @Test method iterator_closedRealm_methodsThrows (line 216) | @Test method iterator_remove_beforeNext (line 246) | @Test method iterator_remove (line 261) | @Test method iterator_deleteManagedObjectIndirectly (line 284) | @Test method iterator_removeCalledTwice (line 315) | @Test method listIterator_empty (line 331) | @Test method listIterator_oneElement (line 354) | @Test method listIterator_manyElements (line 374) | @Test method listIterator_defaultStartIndex (line 406) | @Test method listIterator_startIndex (line 415) | @Test method listIterator_remove_beforeNext (line 428) | @Test method listIterator_remove_calledTwice (line 443) | @Test method listIterator_transactionBeforeNextItem (line 470) | @Test method listIterator_closedRealm_methods (line 484) | @Test method listIterator_deleteManagedObjectIndirectly (line 533) | @Test method listIterator_remove_realmList_doesNotDeleteObject (line 565) | @Test method listIterator_remove_nonRealmList_throwUnsupported (line 579) | @Test method listIterator_set (line 592) | @Test method listIterator_add (line 619) | @Test method listIterator_unsupportedMethods (line 644) | @Test method iterator_outsideChangeToSizeThrowsConcurrentModification (line 680) | @Test method iterator_outsideChangeToSizeThrowsConcurrentModification_managedCollection (line 747) | @Test method checkIteratorThrowsConcurrentModification (line 812) | private void checkIteratorThrowsConcurrentModification(Realm realm, St... method iterator_realmResultsThrowConcurrentModification_snapshotJustWorks (line 826) | @Test method useCase_simpleIterator_modifyQueryResult_innerTransaction (line 856) | @Test method useCase_simpleIterator_modifyQueryResult_outerTransaction (line 875) | @Test method useCase_forEachIterator_modifyQueryResult_innerTransaction (line 894) | @Test method useCase_forEachIterator_modifyQueryResult_outerTransaction (line 911) | @Test method useCase_simpleIterator_modifyQueryResult_innerTransaction_looperThread (line 928) | @Test method useCase_simpleIterator_modifyQueryResult_outerTransaction_looperThread (line 948) | @Test method useCase_forEachIterator_modifyQueryResult_innerTransaction_looperThread (line 968) | @Test method useCase_forEachIterator_modifyQueryResult_outerTransaction_looperThread (line 986) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/OrderedRealmCollectionSnapshotTests.java class OrderedRealmCollectionSnapshotTests (line 39) | @RunWith(AndroidJUnit4.class) method setup (line 51) | @Before method tearDown (line 58) | @After method populateRealm (line 63) | private void populateRealm(Realm realm, int testSize) { method deleteFromRealm_twice (line 72) | @Test method deleteFirstFromRealm_twice (line 81) | @Test method deleteLastFromRealm_twice (line 89) | @Test method deleteAllFromRealmTwice (line 97) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/OrderedRealmCollectionTests.java class OrderedRealmCollectionTests (line 107) | @RunWith(Parameterized.class) method data (line 121) | @Parameterized.Parameters(name = "{0}") method OrderedRealmCollectionTests (line 126) | public OrderedRealmCollectionTests(CollectionClass collectionType) { method setup (line 130) | @Before method tearDown (line 136) | @After method createCollection (line 141) | private OrderedRealmCollection createCollection(Realm re... method createEmptyCollection (line 171) | private OrderedRealmCollection createEmptyCollection(Rea... method createCollectionWithMultipleCopies (line 199) | private Pair> creat... method first (line 238) | @Test method first_emptyCollection (line 243) | @Test method first_withDefault (line 253) | @Test method last (line 261) | @Test method last_emptyCollection (line 266) | @Test method last_withDefault (line 276) | @Test method get_validIndex (line 284) | @Test method get_indexOutOfBounds (line 293) | @Test method indexOf (line 305) | @Test method indexOf_null (line 311) | @Test method indexOf_objectNotInRealm (line 316) | @Test method lastIndexOf (line 321) | @Test method lastIndexOf_null (line 330) | @Test method lastIndexOf_objectNotInRealm (line 335) | @Test method subList (line 340) | @Test method subList_invalidStartIndex (line 348) | @Test(expected = IndexOutOfBoundsException.class) method subList_invalidEnd (line 353) | @Test(expected = IndexOutOfBoundsException.class) method methods_indexOutOfBounds (line 359) | @Test method createSnapshot (line 416) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/QueryTests.java class QueryTests (line 46) | public abstract class QueryTests { method setUp (line 124) | @Before method tearDown (line 132) | @After method createIsEmptyDataSet (line 139) | @SuppressWarnings("unchecked") method createLinkedDataSet (line 172) | protected final void createLinkedDataSet(Realm realm) { method createIsNotEmptyDataSet (line 206) | @SuppressWarnings("unchecked") method getSet (line 268) | private RealmSet getSet(RealmFieldType type) { method getSet (line 272) | private RealmSet getSet(RealmFieldType type, @Nullable AllJavaTypes... method getDictionary (line 339) | private RealmDictionary getDictionary(RealmFieldType type) { method getDictionary (line 343) | private RealmDictionary getDictionary(RealmFieldType type, @Nullabl... FILE: realm/realm-library/src/androidTest/java/io/realm/RealmAnnotationTests.java class RealmAnnotationTests (line 42) | @RunWith(AndroidJUnit4.class) method setUp (line 49) | @Before method tearDown (line 62) | @After method ignore (line 69) | @Test method index (line 77) | @Test method primaryKey_checkPrimaryKeyOnCreate (line 103) | @Test method primaryKey_errorOnInsertingSameObject (line 115) | @Test method string_primaryKey_isIndexed (line 128) | @Test method namingConvention (line 146) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmAsyncQueryTests.java class RealmAsyncQueryTests (line 54) | @RunWith(AndroidJUnit4.class) method executeTransactionAsync (line 69) | @Test method executeTransactionAsync_onSuccess (line 97) | @Test method executeTransactionAsync_onSuccessCallerRealmClosed (line 119) | @Test method executeTransactionAsync_onError (line 145) | @Test method executeTransactionAsync_onErrorCallerRealmClosed (line 168) | @Test method executeTransactionAsync_NoCallbacks (line 195) | @Test method executeTransactionAsync_cancelTransactionInside (line 218) | @Test method executeTransactionAsync_realmClosedOnSuccess (line 254) | @Test method executeTransaction_async_realmClosedOnError (line 293) | @Test method executeTransactionAsync_asyncQuery (line 335) | @Test method executeTransactionAsync_onSuccessOnNonLooperThreadThrows (line 367) | @Test method executeTransactionAsync_onErrorOnNonLooperThreadThrows (line 387) | @Test method executeTransactionAsync_callbacksShouldBeClearedBeforeCalling (line 410) | @Test method findAllAsync (line 471) | @Test method accessingRealmListOnUnloadedRealmObjectShouldThrow (line 495) | @Test method unmanagedObjectAsyncBehaviour (line 513) | @Test method findAllAsync_throwsOnNonLooperThread (line 524) | @Test method findAllAsync_withNotification (line 538) | @Test method findAllAsync_forceLoad (line 564) | @Test method findFirstAsync (line 600) | @Test method findFirstAsync_initialEmptyRow (line 621) | @Test method findFirstAsync_updatedIfSyncRealmObjectIsUpdated (line 637) | @Test method findFirstAsync_withNotification (line 668) | @Test method findFirstAsync_forceLoad (line 698) | @Test method findFirstAsync_twoListenersOnSameInvalidObjectsCauseNPE (line 728) | @Test method findFirstAsync_withSorting (line 760) | @Test method sort_async (line 784) | @Test method combiningAsyncAndSync (line 813) | @Test method stressTestBackgroundCommits (line 838) | @Test method distinct_async (line 895) | @Test method distinct_async_rememberQueryParams (line 971) | @Test method distinctAsync_notIndexedFields (line 997) | @Test method distinctAsync_noneExistingField (line 1081) | @Test method batchUpdateDifferentTypeOfQueries (line 1097) | @Test method queryingLinkHandover (line 1227) | @Test method badVersion_syncTransaction (line 1280) | @Test method batchUpdate_localRefIsDeletedInLoopOfNativeBatchUpdateQueries (line 1329) | @Test method freezeAsyncResults (line 1377) | @Test method populateTestRealm (line 1413) | private void populateTestRealm(final Realm testRealm, int objects) { method populateForDistinct (line 1436) | private void populateForDistinct(Realm realm, long numberOfBlocks, lon... FILE: realm/realm-library/src/androidTest/java/io/realm/RealmCacheTests.java class RealmCacheTests (line 49) | @RunWith(AndroidJUnit4.class) method setUp (line 60) | @Before method typedRealmCacheIsCleared (line 67) | @Test method dynamicRealmCacheIsCleared (line 86) | @Test method getInstanceClearsCacheWhenFailed (line 104) | @Test method realmCache (line 127) | @Test method dontCacheWrongConfigurations (line 140) | @Test method deletingRealmAlsoClearsConfigurationCache (line 176) | @Test method getInstance_shouldNotBeBlockedByTransactionInAnotherThread (line 221) | @Test method differentThreadsDifferentInstance (line 242) | @Test method getInstance_differentConfigurationsShouldNotBlockEachOther (line 267) | @Test method releaseCacheInOneThread (line 305) | @Test method getInstanceAsync_typedRealm (line 338) | @Test method getInstanceAsync_dynamicRealm (line 355) | @Test method getInstanceAsync_callbackDeliveredInFollowingEventLoopWhenLocalCacheExist (line 372) | @Test method getInstanceAsync_callbackDeliveredInFollowingEventLoopWhenGlobalCacheExist (line 392) | @Test method getInstanceAsync_typedRealmShouldStillBeInitializedInBGIfOnlyDynamicRealmExists (line 430) | @Test method getInstanceAsync_onError (line 453) | @Test method getInstanceAsync_cancelBeforePostShouldNotCreateRealmInstanceOnTheCallerThread (line 476) | @Test method typedRealmAndDynamicRealmShareTheSameCache (line 517) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmChangeListenerTests.java class RealmChangeListenerTests (line 45) | @RunWith(AndroidJUnit4.class) method setUp (line 57) | @Before method tearDown (line 62) | @After method returnedRealmIsNotNull (line 69) | @Test method returnedDynamicRealmIsNotNull (line 85) | @Test method returnedRealmResultsIsNotNull (line 102) | @Test method returnedRealmResultsOfModelIsNotNull (line 121) | @Test method returnedRealmObjectIsNotNull (line 142) | @Test method returnedRealmModelIsNotNull (line 164) | @Test method returnedDynamicRealmObjectIsNotNull (line 186) | @Test method returnedDynamicRealmResultsIsNotNull (line 211) | @Test method listenerOnChildChangeParent (line 240) | @Test method listenerOnParentChangeChild (line 277) | @Test method removeListenerOnInvalidObjectShouldWarn (line 307) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmCollectionTests.java class RealmCollectionTests (line 83) | @RunWith(Parameterized.class) method data (line 95) | @Parameterized.Parameters(name = "{0}") method RealmCollectionTests (line 100) | public RealmCollectionTests(CollectionClass collectionType) { method setup (line 104) | @Before method tearDown (line 110) | @After method createCollection (line 115) | private RealmCollection createCollection(CollectionClass... method createCustomMethodsCollection (line 145) | private RealmCollection createCustomMethodsCollection(R... method createEmptyCollection (line 188) | private OrderedRealmCollection createEmptyCollection(Realm ... method contains (line 217) | @Test method contains_realmObjectFromOtherRealm (line 223) | @Test method contains_wrongType (line 236) | @Test method contains_null (line 243) | @Test method contains_customEqualMethod (line 250) | @Test method containsAll (line 261) | @Test method containsAll_emptyInput (line 268) | @Test method containsAll_nullInput (line 273) | @Test(expected = NullPointerException.class) method equals (line 278) | @Test method hashCode_allObjects (line 289) | @Test method isEmpty (line 298) | @Test method size (line 305) | @Test method toArray (line 310) | @Test method toArray_inputArray (line 317) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmConfigurationTests.java class RealmConfigurationTests (line 80) | @RunWith(AndroidJUnit4.class) method setUp (line 92) | @Before method tearDown (line 98) | @After method setDefaultConfiguration_nullThrows (line 105) | @Test method getDefaultConfiguration_returnsTheSameObjectThatSetDefaultConfigurationSet (line 114) | @Test method getDefaultConfiguration_returnsNullAfterRemoveDefaultConfiguration (line 122) | @Test method getInstance_nullConfigThrows (line 134) | @Test method constructBuilder_nullNameThrows (line 143) | @Test method constructBuilder_emptyNameThrows (line 152) | @Test method directory_null (line 161) | @Test(expected = IllegalArgumentException.class) method directory_writeProtectedDir (line 166) | @Test method directory_dirIsAFile (line 173) | @Test method getInstance_idForHashCollision (line 182) | @Test method constructBuilder_nullKeyThrows (line 195) | @Test method constructBuilder_wrongKeyLengthThrows (line 204) | @Test method constructBuilder_negativeVersionThrows (line 220) | @Test method constructBuilder_versionLessThanDiscVersionThrows (line 229) | @Test method constructBuilder_versionEqualWhenSchemaChangesThrows (line 250) | @Test method schemaDoesNotContainAllDefinedObjectShouldThrow (line 274) | @Test method migration_nullThrows (line 284) | @Test method modules_nonRealmModulesThrows (line 293) | @Test method modules (line 310) | @Test method setDefaultConfiguration (line 320) | @Test method getInstance (line 327) | @Test method standardSetup (line 333) | @Test method deleteRealmIfMigrationNeeded (line 355) | @Test method deleteRealmIfMigrationNeeded_failsWhenAssetFileProvided (line 382) | @Test method upgradeVersionWithNoMigration (line 399) | @Test method equals (line 414) | @Test method equals_respectReadOnly (line 421) | @Test method equalsWhenRxJavaUnavailable (line 428) | @Test method hashCode_Test (line 438) | @Test method equals_withCustomModules (line 445) | @Test method hashCode_withCustomModules (line 460) | @Test method hashCode_withDifferentRxObservableFactory (line 474) | @Test method equals_configurationsReturnCachedRealm (line 493) | @Test method schemaVersion_differentVersionsThrows (line 505) | @Test method encryptionKey_differentEncryptionKeysThrows (line 520) | @Test method schema_differentSchemasThrows (line 541) | @Test method inMemory_differentDurabilityThrows (line 562) | @Test method constructBuilder_differentDirSameName (line 596) | @Test method encryptionKey_keyStorage (line 607) | @Test method modelClassesForDefaultMediator (line 627) | @Test method modelClasses_forGeneratedMediator (line 641) | @Test method modelClasses_forCompositeMediator (line 663) | @Test method modelClasses_forFilterableMediator (line 685) | @Test method rxFactory (line 708) | @Test method rxFactory_nullThrows (line 803) | @Test method flowFactory_defaultNotNull (line 814) | @Test method flowFactory (line 821) | @Test method flowFactory_nullThrows (line 906) | @Test method initialDataTransactionEqual (line 917) | @Test method initialDataTransactionNull (line 932) | @Test method initialDataTransactionNotNull (line 940) | @Test method initialDataTransactionExecutionCount (line 975) | @Test method initialDataTransactionAssetFile (line 994) | @Test method initialDataTransactionThrows (line 1014) | @Test method assetFileNullAndEmptyFileName (line 1049) | @Test method assetFileWithInMemoryConfig (line 1064) | @Test method assetFileFakeFile (line 1076) | @Test method assetFileValidFile (line 1090) | @Test method assetFile_failsWhenDeleteRealmIfMigrationNeededConfigured (line 1123) | @Test class MigrationWithNoEquals (line 1140) | private static class MigrationWithNoEquals implements RealmMigration { method migrate (line 1141) | @Override method detectMissingEqualsInCustomMigration (line 1147) | @Test method readOnly_initialTransaction_throws (line 1163) | @Test method readOnly_deleteRealmIfMigrationRequired_throws (line 1183) | @Test method readOnly_compactOnLaunch_throws (line 1199) | @Test method maxNumberOfActiveVersions (line 1217) | @Test method maxNumberOfActiveVersions_throwsIfZeroOrNegative (line 1225) | @Test method allowQueriesOnUiThread_defaultsToTrue (line 1239) | @Test method allowQueriesOnUiThread_explicitFalse (line 1245) | @Test method allowQueriesOnUiThread_explicitTrue (line 1253) | @Test method allowWritesOnUiThread_defaultsToFalse (line 1261) | @Test method allowWritesOnUiThread_explicitFalse (line 1267) | @Test method allowWritesOnUiThread_explicitTrue (line 1275) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmInMemoryTest.java class RealmInMemoryTest (line 42) | @Ignore("FIXME: See https://github.com/realm/realm-java/issues/6790") method setUp (line 54) | @Before method tearDown (line 69) | @After method inMemoryRealm (line 78) | @Test method inMemoryRealmWithDifferentNames (line 96) | @Test method delete (line 125) | @Test method writeCopyTo (line 141) | @Test method writeCopyToInTransaction (line 187) | @Test method multiThread (line 220) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmInterprocessTest.java class RealmInterprocessTest (line 70) | @RunWith(AndroidJUnit4.class) method onServiceConnected (line 78) | @Override method onServiceDisconnected (line 86) | @Override class InterprocessHandler (line 98) | @SuppressLint("HandlerLeak") // SuppressLint bug, doesn't work method run (line 105) | @Override method clearTimeoutFlag (line 116) | protected void clearTimeoutFlag() { method done (line 120) | protected void done() { method InterprocessHandler (line 124) | public InterprocessHandler(Runnable startRunnable) { method handleMessage (line 133) | @Override method setUp (line 144) | @Before method getConfiguration (line 156) | private RealmConfiguration getConfiguration() { method tearDown (line 160) | @After method triggerServiceStep (line 181) | private void triggerServiceStep(RemoteProcessService.Step step) { method getServiceInfo (line 195) | private ActivityManager.RunningServiceInfo getServiceInfo() { method getContext (line 206) | private Context getContext() { method getRemoteProcessInfo (line 211) | private ActivityManager.RunningAppProcessInfo getRemoteProcessInfo() { method exitProcess (line 225) | @Test method createInitialRealm (line 276) | @Test method interprocessNotifications (line 313) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmJsonAbsentPrimaryKeyTests.java class RealmJsonAbsentPrimaryKeyTests (line 46) | @RunWith(Parameterized.class) method setUp (line 55) | @Before method tearDown (line 61) | @After method data (line 69) | @Parameterized.Parameters method RealmJsonAbsentPrimaryKeyTests (line 85) | public RealmJsonAbsentPrimaryKeyTests(Class cla... method createObjectFromJson_primaryKey_isAbsent_fromJsonObject (line 91) | @Test method createOrUpdateObjectFromJson_primaryKey_isAbsent_fromJsonObject (line 100) | @Test method createAllFromJson_primaryKey_isAbsent_fromJsonObject (line 109) | @Test method createOrUpdateAllFromJson_primaryKey_isAbsent_fromJsonObject (line 120) | @Test method createObjectFromJson_primaryKey_isAbsent_fromJsonStream (line 131) | @Test method createOrUpdateObjectFromJson_primaryKey_isAbsent_fromJsonStream (line 142) | @Test method createAllFromJson_primaryKey_isAbsent_fromJsonStream (line 151) | @Test method createOrUpdateAllFromJson_primaryKey_isAbsent_fromJsonStream (line 164) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmJsonNullPrimaryKeyTests.java class RealmJsonNullPrimaryKeyTests (line 42) | @RunWith(Parameterized.class) method setUp (line 49) | @Before method tearDown (line 55) | @After method data (line 63) | @Parameterized.Parameters method RealmJsonNullPrimaryKeyTests (line 80) | public RealmJsonNullPrimaryKeyTests(Class clazz... method createObjectFromJson_primaryKey_isNull_fromJsonObject (line 87) | @Test method createOrUpdateObjectFromJson_primaryKey_isNull_fromJsonObject (line 118) | @Test method createOrUpdateObjectFromJson_primaryKey_isNull_updateFromJsonObject (line 149) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmJsonTests.java class RealmJsonTests (line 77) | @RunWith(AndroidJUnit4.class) method setUp (line 87) | @Before method tearDown (line 94) | @After method convertJsonObjectToStream (line 101) | private InputStream convertJsonObjectToStream(JSONObject obj) { method assertAllTypesPrimaryKeyUpdated (line 106) | private void assertAllTypesPrimaryKeyUpdated() { method checkNullableValuesAreNull (line 125) | private void checkNullableValuesAreNull(NullTypes nullTypes1) { method checkNullableValuesAreNotNull (line 170) | private void checkNullableValuesAreNotNull(NullTypes nullTypes2) { method createObject_fromJsonNullObject (line 214) | @Test method createAllFromJson_nullArray (line 220) | @Test method createObjectFromJson_allSimpleObjectAllTypes (line 227) | @Test method createObjectFromJson_dateAsLong (line 265) | @Test method createObjectFromJson_dateAsString (line 278) | @Test method createObjectFromJson_decimal128 (line 291) | @Test method createUsingJsonStream_decimal128 (line 304) | @Test method createObjectFromJson_decimal128AsInt (line 317) | @Test method createObjectFromJson_decimal128AsLong (line 330) | @Test method createObjectFromJson_decimal128AsDouble (line 343) | @Test method createObjectFromJson_decimal128AsString (line 356) | @Test method createObjectFromJson_objectId (line 369) | @Test method createObjectFromJson_objectIdAsString (line 383) | @Test method createObjectFromJson_uuid (line 397) | @Test method createObjectFromJson_uuidAsString (line 412) | @Test method createObjectFromJson_realmAnyAsString (line 426) | @Test method createObjectFromJson_realmAnyAsInteger (line 440) | @Test method createObjectFromJson_realmAnyAsFloat (line 454) | @Test method createObjectFromJson_realmAnyAsDouble (line 468) | @Test method createObjectFromJson_realmAnyAsNull (line 482) | @Test method createObjectFromJson_dateAsStringTimeZone (line 496) | @Test method createObjectFromJson_childObject (line 516) | @Test method createObjectFromJson_childObjectList (line 531) | @Test method createObjectFromJson_emptyChildObjectList (line 552) | @Test method createObjectFromJson_stringSimpleObject (line 566) | @Test method createObjectFromJson_stringFaultyJsonThrows (line 576) | @Test method createObjectFromJson_stringNull (line 588) | @Test method createAllFromJson_jsonArrayEmpty (line 599) | @Test method createAllFromJson_jsonArray (line 609) | @Test method createFromJson_respectDefaultValues (line 627) | @Test method createFromJson_defaultValuesAreIgnored (line 679) | @Test method getISO8601Date (line 777) | private String getISO8601Date(Date date) { method updateFromJson_defaultValuesAreIgnored (line 784) | @Test method createObjectFromJson_noValues (line 877) | @Test method createObjectFromJson_jsonException (line 900) | @Test method createObjectFromJson_respectIgnoredFields (line 920) | @Test method createAllFromJson_stringArraySimpleArray (line 937) | @Test method createAllFromJson_stringArrayFaultyJsonThrows (line 946) | @Test method createAllFromJson_stringArrayNull (line 958) | @Test method createAllFromJson_stringEmptyArray (line 967) | @Test method createAllFromJson_stringNullClass (line 975) | @Test method createAllFromJson_streamNull (line 985) | @Test method createObjectFromJson_streamAllSimpleTypes (line 993) | @Test method createObjectFromJson_streamDateAsLong (line 1013) | @Test method createObjectFromJson_streamDecimal128AsInt (line 1028) | @Test method createObjectFromJson_streamDecimal128AsLong (line 1042) | @Test method createObjectFromJson_streamDecimal128AsDouble (line 1056) | @Test method createObjectFromJson_streamDecimal128AsString (line 1070) | @Test method createObjectFromJson_streamObjectIdAsString (line 1084) | @Test method createObjectFromJson_streamUUIDAsString (line 1098) | @Test method createObjectFromJson_streamRealmAnyAsString (line 1112) | @Test method createObjectFromJson_streamRealmAnyAsInteger (line 1127) | @Test method createObjectFromJson_streamRealmAnyAsDouble (line 1142) | @Test method createObjectFromJson_streamRealmAnyAsNull (line 1157) | @Test method createObjectFromJson_streamDateAsString (line 1172) | @Test method createObjectFromJson_streamDateAsISO8601String (line 1187) | @Test method createObjectFromJson_streamChildObject (line 1207) | @Test method createObjectFromJson_streamEmptyChildObjectList (line 1221) | @Test method createObjectFromJson_streamChildObjectList (line 1235) | @Test method createAllFromJson_streamArray (line 1249) | @Test method createObjectFromJson_streamNoValues (line 1264) | @Test method createObjectFromJson_streamNullClass (line 1287) | @Test method createObjectFromJson_streamNullJson (line 1298) | @Test method createObjectFromJson_streamNullInputStream (line 1314) | @Test method createOrUpdateObjectFromJson_streamNullValues (line 1327) | @Test method createOrUpdateObjectFromJson_streamNullClass (line 1378) | @Test method createOrUpdateObjectFromJson_streamInvalidJson (line 1389) | @Test method createOrUpdateObjectFromJson_streamNoPrimaryKeyThrows (line 1411) | @Test method createOrUpdateAllFromJson_streamInvalidJSonCurlyBracketThrows (line 1422) | @Test method createOrUpdateObjectFromJson_streamIgnoreUnsetProperties (line 1433) | @Test method createOrUpdateObjectFromJson_inputStream (line 1449) | @Test method createOrUpdateObjectFromJson_objectWithPrimaryKeySetValueDirectlyFromStream (line 1472) | @Test method createOrUpdateObjectFromJson_objectNullValues (line 1490) | @Test method createOrUpdateObjectFromJson_stringNoPrimaryKeyThrows (line 1538) | @Test method createOrUpdateObjectFromJson_objectIgnoreUnsetProperties (line 1547) | @Test method createOrUpdateObjectFromJson_inputString (line 1563) | @Test method createOrUpdateObjectFromJson_inputStringNullClass (line 1575) | @Test method createOrUpdateObjectFromJson_nullInputString (line 1584) | @Test method createOrUpdateObjectFromJson_emptyInputString (line 1593) | @Test method createOrUpdateObjectFromJson_invalidInputString (line 1602) | @Test method createOrUpdateObjectFromJson_noPrimaryKeyThrows (line 1616) | @Test method createOrUpdateObjectFromJson_withJsonObject (line 1625) | @Test method createOrUpdateObjectFromJson_jsonObjectNullClass (line 1641) | @Test method createOrUpdateObjectFromJson_nullJsonObject (line 1656) | @Test method createOrUpdateObjectFromJson_invalidJsonObject (line 1664) | @Test method createOrUpdateObjectFromJson_objectWithPrimaryKeySetValueDirectlyFromJsonObject (line 1686) | @Test method createOrUpdateAllFromJson_jsonArrayNoPrimaryKeyThrows (line 1700) | @Test method createOrUpdateAllFromJson_jsonNullClass (line 1709) | @Test method createOrUpdateAllFromJson_jsonNullJson (line 1715) | @Test method createOrUpdateAllFromJson_streamNoPrimaryKeyThrows (line 1721) | @Test method createOrUpdateAllFromJson_streamInvalidJSonBracketThrows (line 1732) | @Test method createOrUpdateAllFromJson_stringNoPrimaryKeyThrows (line 1743) | @Test method createOrUpdateAllFromJson_inputStringNullClass (line 1752) | @Test method createOrUpdateAllFromJson_inputStringNullJson (line 1760) | @Test method createOrUpdateAllFromJson_inputStringEmptyJson (line 1768) | @Test method createOrUpdateAllFromJson_inputStringInvalidJson (line 1776) | @Test method createOrUpdateAllFromJson_jsonArray (line 1788) | @Test method createOrUpdateAllFromJson_inputStream (line 1799) | @Test method createOrUpdateAllFromJson_inputString (line 1810) | @Test method createOrUpdateObjectFromJson_objectIdPK (line 1820) | @Test method createAllFromJson_nullTypesJsonWithNulls (line 1835) | @Test method createAllFromJson_nullTypesStreamJSONWithNulls (line 1854) | @Test method createObjectFromJson_updateNullTypesJSONWithNulls (line 1876) | @Test method createObjectFromJson_nullTypesJSONToNotNullFields (line 1910) | @Test method createObjectFromJson_nullTypesJSONStreamToNotNullFields (line 2052) | @Test method createObjectFromJson_objectWithPrimaryKeySetValueDirectlyFromJsonObject (line 2195) | @Test method createObjectFromJson_objectNullClass (line 2209) | @Test method createObjectFromJson_objectWithPrimaryKeySetValueDirectlyFromStream (line 2221) | @Test method testPrimitiveListWithValues (line 2237) | private void testPrimitiveListWithValues(String fieldName, Object[] va... method testPrimitiveListWithValues (line 2241) | private void testPrimitiveListWithValues(String fieldName, @Nullable O... method createObjectFromJson_primitiveList_realmAnyValues (line 2262) | @Test method createObjectFromJson_primitiveList_nullList (line 2315) | @Test method testRequiredPrimitiveListWithNullValue (line 2335) | private void testRequiredPrimitiveListWithNullValue(String fieldName) ... method testOptionalPrimitiveListWithNullValue (line 2364) | private void testOptionalPrimitiveListWithNullValue(String fieldName) ... method createObjectFromJson_primitiveList_nullValueForRequiredField (line 2381) | @Test method createObjectFromJson_primitiveList_nullValueForOptionalField (line 2398) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmLinkTests.java class RealmLinkTests (line 37) | @RunWith(AndroidJUnit4.class) method setUp (line 46) | @Before method populate (line 54) | private void populate() { method tearDown (line 97) | @After method objects (line 104) | @Test method reamListQuery (line 126) | @Test method querySingleRelationBoolean (line 135) | @Test method querySingleRelationInteger (line 145) | @Test method querySingleRelationDate (line 182) | @Test method querySingleRelationFloat (line 219) | @Test method querySingleRelationDouble (line 250) | @Test method querySingleRelationString (line 281) | @Test method queryMultipleRelationsBoolean (line 308) | @Test method queryMultipleRelationsInteger (line 317) | @Test method queryMultipleRelationsDate (line 347) | @Test method queryMultipleRelationsFloat (line 377) | @Test method queryMultipleRelationsDouble (line 408) | @Test method queryMultipleRelationsString (line 439) | @Test method queryShouldFail (line 463) | @Test method where (line 487) | @Test method subquery (line 499) | @Test method linkIsNull (line 506) | @Test method linkIsNotNull (line 522) | @Test method isEmpty (line 538) | @Test method isNotEmpty (line 547) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmListTests.java class RealmListTests (line 57) | @RunWith(AndroidJUnit4.class) method setUp (line 72) | @Before method tearDown (line 89) | @After method createUnmanagedDogList (line 96) | private RealmList createUnmanagedDogList() { method createDeletedRealmList (line 104) | private RealmList createDeletedRealmList() { method constructor_unmanaged_null (line 120) | @Test(expected = IllegalArgumentException.class) method isValid_unmanagedMode (line 127) | @Test method add_unmanagedMode (line 134) | @Test method add_nullInUnmanagedMode (line 144) | @Test method add_managedObjectInUnmanagedMode (line 151) | @Test method add_unmanagedObjectAtIndexInUnmanagedMode (line 162) | @Test method add_managedObjectAtIndexInUnmanagedMode (line 172) | @Test method add_objectAtIndexInManagedMode (line 184) | @Test method add_objectAtInvalidIndexInManagedModeThrows (line 194) | @Test method add_nullAtIndexInUnmanagedMode (line 208) | @Test method set_unmanagedMode (line 215) | @Test method set_managedMode (line 225) | @Test method set_nullInUnmanagedMode (line 242) | @Test method set_managedObjectInUnmanagedMode (line 249) | @Test method clear_unmanagedMode (line 261) | @Test method remove_unmanagedMode (line 270) | @Test method move_down (line 280) | @Test method move_up (line 295) | @Test method move_downInUnmanagedMode (line 310) | @Test method move_upInUnmanagedMode (line 324) | @Test method isValid (line 341) | @Test method isValid_whenParentRemoved (line 352) | @Test method move_outOfBoundsLowerThrows (line 365) | @Test method move_outOfBoundsHigherThrows (line 378) | @Test method add_managedObjectToManagedList (line 394) | @Test method add_unmanagedObjectToManagedList (line 407) | @Test method add_unmanagedPrimaryKeyObjectToManagedList (line 418) | @Test method set_unmanagedObjectToManagedList (line 431) | @Test method set_unmanagedPrimaryKeyObjectToManagedList (line 449) | @Test method add_nullToManagedListThrows (line 465) | @Test method size (line 473) | @Test method getObjects (line 479) | @Test method remove_byIndex (line 488) | @Test method remove_first (line 503) | @Test method remove_last (line 516) | @Test method remove_fromEmptyListThrows (line 529) | @Test method remove_byObject (line 540) | @Test method add_atAfterContainerObjectRemoved (line 555) | @Test method add_afterContainerObjectRemoved (line 566) | @Test method set_afterContainerObjectRemoved (line 577) | @Test method move_afterContainerObjectRemoved (line 588) | @Test method clear_afterContainerObjectRemoved (line 597) | @Test method remove_atAfterContainerObjectRemoved (line 606) | @Test method remove_objectAfterContainerObjectRemoved (line 617) | @Test method removeAll_managedMode (line 628) | @Test method removeAll_managedMode_wrongClass (line 636) | @Test method removeAll_unmanaged_wrongClass (line 644) | @Test method removeAll_afterContainerObjectRemoved (line 652) | @Test method removeAll_outsideTransaction (line 661) | @Test method get_afterContainerObjectRemoved (line 669) | @Test method first_afterContainerObjectRemoved (line 676) | @Test method last_afterContainerObjectRemoved (line 684) | @Test method size_afterContainerObjectRemoved (line 692) | @Test method where_afterContainerObjectRemoved (line 700) | @Test method toString_AfterContainerObjectRemoved (line 708) | @Test method toString_managedMode (line 714) | @Test method query (line 727) | @Test method clear (line 736) | @Test method clear_notDeleting (line 746) | @Test method setList_clearsOldItems (line 756) | @Test method realmMethods_onDeletedLinkView (line 769) | @Test method add_set_objectFromOtherThread (line 815) | @Test method add_set_dynamicObjectFromOtherThread (line 857) | @Test method add_set_withWrongDynamicObjectType (line 914) | @Test method add_set_dynamicObjectCreatedFromTypedRealm (line 954) | @Test method prepareRealmListInLooperThread (line 991) | private RealmList prepareRealmListInLooperThread() { method addChangeListener (line 1005) | @Test method removeAllChangeListeners (line 1034) | @Test method removeChangeListener (line 1072) | @Test method createSnapshot_shouldUseTargetTable (line 1106) | @Test method getRealm (line 1119) | @Test method getRealm_throwsIfDynamicRealm (line 1124) | @Test method getRealm_throwsIfRealmClosed (line 1138) | @Test method getRealm_returnsNullForUnmanagedList (line 1148) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmMigrationTests.java class RealmMigrationTests (line 95) | @RunWith(AndroidJUnit4.class) method setup (line 106) | @Before method tearDown (line 111) | @After method assertPKField (line 118) | private void assertPKField(Realm realm, String className, String expec... method getInstance_realmClosedAfterMigrationException (line 127) | @Test method localColumnIndices (line 148) | @Test method notSettingIndexThrows (line 198) | @Test method addingPrimaryKeyThrows (line 235) | @Test method removingPrimaryKeyThrows (line 274) | @Test method changingPrimaryKeyThrows (line 311) | @Test method buildInitialMigrationSchema (line 359) | private void buildInitialMigrationSchema(final String className, final... method renameClassTransferPrimaryKey (line 381) | @Test method rename_noSimilarPrimaryKeyWithOldSchema (line 406) | @Test method setClassName_transferPrimaryKey (line 447) | @Test method setClassName_noSimilarPrimaryKeyWithOldSchema (line 473) | @Test method setClassName_throwOnLongClassName (line 514) | @Test method removeFieldsBeforePrimaryKey (line 558) | @Test method removeFieldsAfterPrimaryKey (line 583) | @Test method renamePrimaryKeyFieldInMigration (line 608) | @Test method createObjectsWithOldPrimaryKey (line 631) | private void createObjectsWithOldPrimaryKey(final String className, fi... method modifyPrimaryKeyFieldTypeToIntInMigration (line 649) | @Test method modifyPrimaryKeyFieldTypeToIntegerInMigration (line 696) | @Test method modifyPrimaryKeyFieldTypeFromIntToStringInMigration (line 748) | @Test method modifyPrimaryKeyFieldTypeFromStringToInt (line 793) | @Test method settingPrimaryKeyWithObjectSchema (line 839) | @Test method setAnnotations (line 874) | @Test method migrationException_getPath (line 908) | @Test method migrationException_realmListChanged (line 921) | @Test method openPreNullRealmRequiredMissing (line 949) | @Test method migratePreNull (line 978) | @Test method openPreNullWithRequired (line 1013) | @Test method notSettingRequiredForNotNullableThrows (line 1041) | @Test method settingRequiredForNullableThrows (line 1109) | @Test method settingNullableToPrimaryKey (line 1176) | @Test method notSettingNullableToPrimaryKeyThrows (line 1216) | @Test method migrating_nullableField_toward_notNullable_PrimaryKeyThrows (line 1247) | @Test method realmOpenBeforeMigrationThrows (line 1266) | @Test method migrateRealm_config_nonExistingRealmFile (line 1285) | @Test method migrateRealm_configMigration_nonExistingRealmFile (line 1297) | @Test method renameAndAddField (line 1310) | @Test method renameAndAddIndexedField (line 1337) | @Test method migrationRequired_throwsOriginalException (line 1381) | @Test method createEmptyRealmVersion0 (line 1400) | private void createEmptyRealmVersion0(RealmConfiguration configuration... method migrationRequired_throwsExceptionInTheMigrationBlock (line 1410) | @Test method core5AutomaticIndexOnStringPKShouldOpenInCore6 (line 1455) | @Test method migrateRealm_addPrimaryKey_objectId (line 1471) | @Test method migrateRealm_addPrimaryKey_UUID (line 1503) | @Test method migrateRealm_realmAnyNotIndexed (line 1536) | @Test method migrateRealm_realmAnyDeleteLinkedTable (line 1569) | @Test(expected = IllegalStateException.class) method migrateRealm_realmAnyIndexed (line 1616) | @Test method migrateRealm_realmAnyList (line 1651) | @Test method migrate_embeddedObject (line 1686) | @Test method migrate_embeddedObject_deleteOrphans (line 1722) | @Test method migrate_embeddedObject_clonesChildWhenReferencedMoreThanOnce (line 1785) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmModelTests.java class RealmModelTests (line 55) | @RunWith(AndroidJUnit4.class) method setUp (line 68) | @Before method tearDown (line 77) | @After method populateTestRealm (line 84) | private void populateTestRealm(Realm realm, int objects) { method createObject (line 102) | @Test method copyToRealm (line 115) | @Test method copyFromRealm (line 123) | @Test method copyToRealmOrUpdate (line 143) | @Test method createOrUpdateAllFromJson (line 166) | @Test method query (line 189) | @Test method async_query (line 197) | @Test method dynamicObject (line 214) | @Test method dynamicRealm (line 233) | @Test method invalidModelDefinition (line 266) | @Test(expected = RealmException.class) method realmModelWithRealmListOfRealmModel (line 275) | @Test method realmModelWithRealmListOfRealmObject (line 304) | @Test method realmObjectWithRealmListOfRealmModel (line 333) | @Test method realmModelWithRealmModelField (line 361) | @Test method realmObjectWithRealmModelField (line 378) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmNullPrimaryKeyTests.java class RealmNullPrimaryKeyTests (line 41) | @RunWith(Parameterized.class) method setUp (line 48) | @Before method tearDown (line 54) | @After method data (line 66) | @Parameterized.Parameters method RealmNullPrimaryKeyTests (line 84) | public RealmNullPrimaryKeyTests(Class testClazz... method addPrimaryKeyObjectToTestRealm (line 93) | private RealmObject addPrimaryKeyObjectToTestRealm(Realm testRealm) th... method createNullPrimaryKeyObjectFromTestRealm (line 102) | private void createNullPrimaryKeyObjectFromTestRealm(Realm testRealm) { method updatePrimaryKeyObject (line 116) | private void updatePrimaryKeyObject(Realm testRealm, RealmObject realm... method copyToRealm_primaryKeyIsNull (line 129) | @Test method copyToRealmOrUpdate_primaryKeyFieldIsNull (line 148) | @Test method createObject_primaryKeyFieldIsNull (line 177) | @Test method createObject_duplicatedNullPrimaryKeyThrows (line 196) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmObjectSchemaTests.java class RealmObjectSchemaTests (line 50) | @RunWith(Parameterized.class) type ObjectSchemaType (line 53) | private enum ObjectSchemaType { method data (line 68) | @Parameterized.Parameters(name = "{0}") method RealmObjectSchemaTests (line 73) | public RealmObjectSchemaTests(ObjectSchemaType type) { method setUp (line 77) | @Before method tearDown (line 102) | @After type SchemaFieldType (line 110) | public enum SchemaFieldType { type FieldType (line 115) | public enum FieldType { method FieldType (line 135) | FieldType(Class clazz, boolean defaultNullable) { method getType (line 140) | public Class getType() { method isNullable (line 144) | public boolean isNullable() { type FieldListType (line 150) | public enum FieldListType { method FieldListType (line 170) | FieldListType(Class clazz, boolean defaultNullable) { method getType (line 175) | public Class getType() { method isNullable (line 179) | public boolean isNullable() { type FieldDictionaryType (line 185) | public enum FieldDictionaryType { method FieldDictionaryType (line 205) | FieldDictionaryType(Class clazz, boolean defaultNullable) { method getType (line 210) | public Class getType() { method isNullable (line 214) | public boolean isNullable() { type IndexFieldType (line 219) | public enum IndexFieldType { method getType (line 234) | public Class getType() { method isNullable (line 238) | public boolean isNullable() { method IndexFieldType (line 242) | IndexFieldType(Class clazz, boolean nullable) { type InvalidIndexFieldType (line 248) | public enum InvalidIndexFieldType { method getType (line 257) | public Class getType() { method InvalidIndexFieldType (line 261) | InvalidIndexFieldType(Class clazz) { type PrimaryKeyFieldType (line 267) | public enum PrimaryKeyFieldType { method getType (line 279) | public Class getType() { method isNullable (line 283) | public boolean isNullable() { method PrimaryKeyFieldType (line 287) | PrimaryKeyFieldType(Class clazz, boolean nullable) { type InvalidPrimaryKeyFieldType (line 293) | public enum InvalidPrimaryKeyFieldType { method getType (line 306) | public Class getType() { method InvalidPrimaryKeyFieldType (line 310) | InvalidPrimaryKeyFieldType(Class clazz) { method addRemoveField (line 315) | @Test method checkAddedAndRemovable (line 381) | private void checkAddedAndRemovable(String fieldName) { method addField_nameAlreadyExistsThrows (line 387) | @Test method addField_realmModelThrows (line 424) | @Test method checkAddFieldTwice (line 438) | private void checkAddFieldTwice(String fieldName, FieldRunnable runnab... method addField_illegalFieldNameThrows (line 448) | @Test method requiredFieldAttribute (line 471) | @Test method indexedFieldAttribute (line 506) | @Test method invalidIndexedFieldAttributeThrows (line 522) | @Test method primaryKeyFieldAttribute (line 543) | @Test method invalidPrimaryKeyFieldAttributeThrows (line 571) | @Test method addPrimaryKeyFieldModifier_alreadyExistsThrows (line 597) | @Test method addPrimaryKeyFieldModifier_illegalFieldTypeThrows (line 616) | @Test method addPrimaryKeyFieldModifier_duplicateValues (line 637) | @Test method addIndexFieldModifier_illegalFieldTypeThrows (line 661) | @Test method addIndexFieldModifier_alreadyIndexedThrows (line 682) | @Test method setNullable_trueAndFalse (line 700) | @Test method setRequired_trueAndFalse (line 754) | @Test method setRequired_nullValueBecomesDefaultValue (line 810) | @Test method checkListValueConversionToDefaultValue (line 918) | private void checkListValueConversionToDefaultValue(Class type,... method binaryData_nullabilityConversions (line 949) | @Test method setRequired_true_onPrimaryKeyField_containsNullValues_shouldThrow (line 979) | @Test method setRequired_onPrimaryKeyField (line 1008) | private void setRequired_onPrimaryKeyField(boolean isRequired) { method setRequired_true_onPrimaryKeyField (line 1059) | @Test method setRequired_false_onPrimaryKeyField (line 1067) | @Test method setRequired_onIndexedField (line 1075) | private void setRequired_onIndexedField(boolean toRequired) { method setRequired_true_onIndexedField (line 1093) | @Test method setRequired_false_onIndexedField (line 1101) | @Test method setPrimaryKey_trueAndFalse (line 1109) | @Test method removeNonExistingPrimaryKeyThrows (line 1140) | @Test method setIndex_trueAndFalse (line 1152) | @Test method removeNonExistingIndexThrows (line 1177) | @Test method removeField (line 1189) | @Test method removeField_withPrimaryKey (line 1203) | @Test method removeField_nonExistingFieldThrows (line 1217) | @Test method renameField (line 1228) | @Test method renameField_nonExistingFieldThrows (line 1245) | @Test method renameField_toIllegalNameThrows (line 1257) | @Test method renameField_withPrimaryKey (line 1270) | @Test method setGetClassName (line 1287) | @Test method transform (line 1309) | @Test method transformObjectReferences (line 1334) | @Test method transform_deleteObjects (line 1355) | @Test method getFieldNames (line 1383) | @Test method getFieldType (line 1396) | @Test method getFieldType_Throws (line 1417) | @Test(expected = IllegalArgumentException.class) method hasIndex_nonExistFieldThrows (line 1422) | @Test(expected = IllegalArgumentException.class) method isRequired_nonExistFieldThrows (line 1427) | @Test(expected = IllegalArgumentException.class) method isNullable_nonExistFieldThrows (line 1432) | @Test(expected = IllegalArgumentException.class) method isPrimaryKey_nonExistFieldThrows (line 1437) | @Test(expected = IllegalArgumentException.class) method getPrimaryKey_nonExistFieldThrows (line 1442) | @Test(expected = IllegalStateException.class) method getFieldIndex (line 1447) | @Test method getFieldType_nonLatinName (line 1469) | @Test method addList_modelClassThrowsWithProperError (line 1475) | @Test type FieldRunnable (line 1490) | private interface FieldRunnable { method run (line 1491) | void run(String fieldName); method setRequired_keepExistingRowsIfPrimaryKey (line 1495) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmObjectTests.java class RealmObjectTests (line 73) | @RunWith(AndroidJUnit4.class) method createManagedDogObjectFromRealmInstance (line 92) | private Dog createManagedDogObjectFromRealmInstance(Realm testRealm) { method setUp (line 99) | @Before method tearDown (line 105) | @After method row_isValid (line 112) | @Test method stringEncoding (line 123) | @Test method invalidSurrogates (line 148) | @Test method deleteFromRealm (line 175) | @Test method deleteFromRealm_twiceThrows (line 212) | @Test method deleteFromRealm_throwOnUnmanagedObject (line 231) | @Test method deleteFromRealm_removedFromResults (line 243) | @Test method removeOneByOne (line 275) | private void removeOneByOne(boolean removeFromFront) { method deleteFromRealm_atPosition (line 301) | @Test type Method (line 307) | private enum Method { method runMethodOnWrongThread (line 313) | private boolean runMethodOnWrongThread(final Method method) throws Exe... method methodsThrowOnWrongThread (line 341) | @Test method equals_sameObjectDifferentInstance (line 352) | @Test method equals_differentObjects (line 366) | @Test method equals_afterModification (line 379) | @Test method equals_unmanagedObject (line 397) | @Test method equals_cyclicObject (line 411) | @Test method equals_plainCustomMethod (line 420) | @Test method equals_unmanagedCustomMethod (line 432) | @Test method equals_realmAnyCustomMethod (line 441) | @Test method toString_cyclicObject (line 458) | @Test method toString_customMethod (line 468) | @Test method toString_nullBinary (line 479) | @Test method hashCode_cyclicObject (line 489) | @Test method hashCode_customMethod (line 543) | @Test method createCyclicData (line 552) | private CyclicType createCyclicData(Realm realm) { method createCyclicData (line 564) | private CyclicType createCyclicData() { method dateType (line 568) | @Test method newDate (line 586) | private Date newDate(int year, int month, int dayOfMonth) { method setter_outsideTransactionThrows (line 597) | @Test method setter_link_null (line 607) | @Test method setter_link_unmanagedObject (line 628) | @Test method setter_link_deletedObject (line 646) | @Test method setter_link_closedObject (line 665) | @Test method setter_link_objectFromOtherRealm (line 688) | @Test method setter_link_objectFromAnotherThread (line 715) | @Test method setter_list_withUnmanagedObject (line 760) | @Test method setter_list_withDeletedObject (line 783) | @Test method setter_list_withClosedObject (line 807) | @Test method setter_list_withObjectFromAnotherRealm (line 835) | @Test method setter_list_withObjectFromAnotherThread (line 867) | @Test method setter_list_ownList (line 918) | @Test method classNameConflictsWithFrameworkClass (line 949) | @Test method isValid_unmanagedObject (line 959) | @Test method isValid_closedRealm (line 965) | @Test method isValid_deletedObject (line 977) | @Test method isValid_managedObject (line 987) | @Test method isValid_null (line 996) | @Test method set_get_nullOnNullableFields (line 1003) | @Test method get_set_nonNullValueOnNullableFields (line 1053) | @Test method set_nullValuesToNonNullableFields (line 1106) | @Test method defaultValuesForNewObject (line 1176) | @Test method getter_afterDeleteFromOtherThreadThrows (line 1216) | @Test method isValid (line 1246) | @Test method isManaged_managedObject (line 1262) | @Test method isManaged_unmanagedObject (line 1271) | @Test method float_double_NaN (line 1278) | @Test method float_double_maxValue (line 1293) | @Test method float_double_minNormal (line 1307) | @Test method float_double_minValue (line 1321) | @Test method float_double_negativeInfinity (line 1335) | @Test method float_double_positiveInfinity (line 1349) | @Test method prepareColumnSwappedRealm (line 1362) | private RealmConfiguration prepareColumnSwappedRealm() throws FileNotF... method realmProxy_columnIndex (line 1407) | @Test method conflictingFieldName_readAndUpdate (line 1428) | @Test method setter_nullValueInRequiredField (line 1477) | @Test method setter_nullValueInNullableField (line 1564) | @Test method setter_changePrimaryKeyThrows (line 1613) | @Test method addChangeListener_throwOnAddingNullListenerFromLooperThread (line 1622) | @Test method addChangeListener_throwOnAddingNullListenerFromNonLooperThread (line 1643) | @Test method changeListener_triggeredWhenObjectIsDeleted (line 1660) | @Test method addChangeListener_throwOnUnmanagedObject (line 1681) | @Test method addChangeListener_throwInsiderTransaction (line 1710) | @Test method removeChangeListener_throwOnRemovingNullListenerFromLooperThread (line 1741) | @Test method removeChangeListener_throwOnRemovingNullListenerFromNonLooperThread (line 1762) | @Test method removeChangeListener_insideTransaction (line 1779) | @Test method removeAllChangeListeners (line 1808) | @Test method removeAllChangeListeners_thenAdd (line 1839) | @Test method removeChangeListener_throwOnUnmanagedObject (line 1868) | @Test method removeAllChangeListeners_throwOnUnmanagedObject (line 1898) | @Test method addChangeListener_returnedObjectOfCopyToRealmOrUpdate (line 1912) | @Test method addChangeListener_listenerShouldBeCalledIfObjectChangesAfterAsyncReturn (line 1943) | @Test method getRealm_managedRealmObject (line 1978) | @Test method getRealm_managedRealmModel (line 1988) | @Test method getRealm_DynamicRealmObject (line 1997) | @Test method getRealm_unmanagedRealmObjectReturnsNull (line 2023) | @Test method getRealm_unmanagedRealmModelReturnsNull (line 2029) | @Test method getRealm_null (line 2034) | @Test method getRealm_closedObjectThrows (line 2044) | @Test method getRealmConfiguration_deletedObjectThrows (line 2067) | @Test method getRealm_illegalThreadThrows (line 2088) | @Test method setter_binary_long_values (line 2118) | @Test method setter_string_long_values (line 2138) | @Test method setter_nonLatinFieldName (line 2160) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmPrimaryKeyTests.java class RealmPrimaryKeyTests (line 40) | @RunWith(Parameterized.class) method setUp (line 47) | @Before method tearDown (line 53) | @After method data (line 66) | @Parameterized.Parameters method RealmPrimaryKeyTests (line 84) | public RealmPrimaryKeyTests(Class testClazz, Cl... method copyToRealmOrUpdate_requiredPrimaryKey (line 93) | @Test method copyToRealmOrUpdate_requiredPrimaryKeyThrows (line 107) | @Test method createObject_nullPrimaryKeyValueThrows (line 128) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmProxyMediatorTests.java class RealmProxyMediatorTests (line 37) | @RunWith(AndroidJUnit4.class) method setUp (line 46) | @Before method tearDown (line 52) | @After method createColumnInfo_noDuplicateIndexInIndexFields (line 59) | @Test method createColumnInfo_noDuplicateIndexInIndicesMap (line 87) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmQueryTests.java class RealmQueryTests (line 81) | @RunWith(AndroidJUnit4.class) method populateTestRealm (line 83) | private void populateTestRealm(Realm testRealm, int dataSize) { method populateTestRealm (line 114) | private void populateTestRealm() { method populateNoPrimaryKeyNullTypesRows (line 118) | private void populateNoPrimaryKeyNullTypesRows(Realm testRealm, int da... method populateNoPrimaryKeyNullTypesRows (line 145) | private void populateNoPrimaryKeyNullTypesRows() { type ThreadConfinedMethods (line 149) | private enum ThreadConfinedMethods { method callThreadConfinedMethod (line 263) | private static void callThreadConfinedMethod(RealmQuery query, Thre... method catchInsertSupportsDictionaries (line 384) | @Test(expected = IllegalStateException.class) method catchInsertOrUpdateSupportsDictionaries (line 393) | @Test(expected = IllegalStateException.class) method callThreadConfinedMethodsFromWrongThread (line 399) | @Test method between (line 439) | @Test method greaterThan (line 464) | @Test method greaterThan_date (line 482) | @Test method greaterThanOrEqualTo (line 501) | @Test method greaterThanOrEqualTo_date (line 522) | @Test method or (line 540) | @Test method or_missingFilters (line 555) | @Test(expected = UnsupportedOperationException.class) method or_missingFilterBefore (line 560) | @Test(expected = UnsupportedOperationException.class) method or_missingFilterAfter (line 565) | @Test(expected = UnsupportedOperationException.class) method not (line 570) | @Test method not_aloneThrows (line 601) | @Test(expected = UnsupportedOperationException.class) method and_implicit (line 607) | @Test method and_explicit (line 620) | @Test method lessThan (line 633) | @Test method lessThan_Date (line 646) | @Test method lessThanOrEqualTo (line 664) | @Test method lessThanOrEqualTo_date (line 677) | @Test method equalTo (line 695) | @Test method equalTo_decimal128 (line 710) | @Test method equalTo_objectId (line 725) | @Test method equalTo_UUID (line 740) | @Test method notEqualTo_objectId (line 755) | @Test method notEqualTo_decimal128 (line 772) | @Test method notEqualTo_UUID (line 789) | @Test method equalTo_date (line 806) | @Test method equalTo_nonLatinCharacters (line 824) | @Test method doTestForInString (line 853) | private void doTestForInString(String targetField) { method doTestForInBoolean (line 873) | private void doTestForInBoolean(String targetField, int expected1, int... method doTestForInDate (line 891) | private void doTestForInDate(String targetField) { method doTestForInDouble (line 909) | private void doTestForInDouble(String targetField) { method doTestForInFloat (line 927) | private void doTestForInFloat(String targetField) { method doTestForInByte (line 945) | private void doTestForInByte(String targetField) { method doTestForInShort (line 963) | private void doTestForInShort(String targetField) { method doTestForInInteger (line 981) | private void doTestForInInteger(String targetField) { method doTestForInLong (line 999) | private void doTestForInLong(String targetField) { method in_stringNull (line 1017) | @Test method in_booleanNotNull (line 1024) | @Test method in_booleanNull (line 1031) | @Test method in_dateNotNull (line 1038) | @Test method in_dateNull (line 1045) | @Test method in_doubleNotNull (line 1052) | @Test method in_doubleNull (line 1059) | @Test method in_floatNotNull (line 1066) | @Test method in_floatNull (line 1073) | @Test method in_byteNotNull (line 1080) | @Test method in_byteNull (line 1087) | @Test method in_shortNotNull (line 1094) | @Test method in_shortNull (line 1101) | @Test method in_integerNotNull (line 1108) | @Test method in_integerNull (line 1115) | @Test method in_longNotNull (line 1122) | @Test method in_longNull (line 1129) | @Test method notEqualTo (line 1136) | @Test method notEqualTo_date (line 1154) | @Test method contains_caseSensitive (line 1172) | @Test method contains_caseSensitiveWithNonLatinCharacters (line 1191) | @Test method like_caseSensitive (line 1226) | @Test method like_caseSensitiveWithNonLatinCharacters (line 1250) | @Test method equalTo_withNonExistingField (line 1310) | @Test method queryLink (line 1319) | @Test method sort_multiFailures (line 1342) | @Test method sort_singleField (line 1386) | @Test method subQueryScope (line 1403) | @Test method findFirst (line 1411) | @Test method findFirst_withSorting (line 1442) | @Test method findFirst_withSortedConstrictingView (line 1454) | @Test method findFirst_subQuery_withSorting (line 1470) | @Test method georgian (line 1483) | @Test method equalTo_nullPrimaryKeys (line 1510) | @Test method isNull_nullPrimaryKeys (line 1533) | @Test method notEqualTo_nullPrimaryKeys (line 1556) | @Test method beginWith_nullStringPrimaryKey (line 1579) | @Test method contains_nullStringPrimaryKey (line 1592) | @Test method endsWith_nullStringPrimaryKey (line 1605) | @Test method like_nullStringPrimaryKey (line 1618) | @Test method between_nullPrimaryKeysIsNotZero (line 1631) | @Test method greaterThan_nullPrimaryKeysIsNotZero (line 1649) | @Test method greaterThanOrEqualTo_nullPrimaryKeysIsNotZero (line 1667) | @Test method lessThan_nullPrimaryKeysIsNotZero (line 1685) | @Test method lessThanOrEqualTo_nullPrimaryKeysIsNotZero (line 1703) | @Test method equalTo_nullableFields (line 1722) | @Test method isNull_nullableFields (line 1775) | @Test method notEqualTo_nullableFields (line 1804) | @Test method isNotNull_nullableFields (line 1841) | @Test method isNull_differentThanEmpty (line 1869) | @Test method beginWith_nullForNullableStrings (line 1900) | @Test(expected = IllegalArgumentException.class) method contains_nullForNullableStrings (line 1908) | @Test(expected = IllegalArgumentException.class) method endsWith_nullForNullableStrings (line 1916) | @Test(expected = IllegalArgumentException.class) method like_nullForNullableStrings (line 1924) | @Test method between_nullValuesInRow (line 1936) | @Test method greaterThan_nullValuesInRow (line 1954) | @Test method greaterThanOrEqualTo_nullValuesInRow (line 1972) | @Test method lessThan_nullValuesInRow (line 1990) | @Test method lessThanOrEqual_nullValuesInRow (line 2009) | @Test method buildQueryFromResultsGC (line 2028) | @Test method createBinaryOnlyDataSet (line 2045) | private void createBinaryOnlyDataSet() { method equalTo_binary (line 2055) | @Test method equalTo_binary_multiFailures (line 2068) | @Test method notEqualTo_binary (line 2089) | @Test method notEqualTo_binary_multiFailures (line 2102) | @Test method min_emptyColumns (line 2124) | @Test method min_allNullColumns (line 2134) | @Test method min_allNonNullRows (line 2146) | @Test method min_partialNullRows (line 2158) | @Test method max_emptyColumns (line 2169) | @Test method max_allNullColumns (line 2179) | @Test method max_allNonNullRows (line 2191) | @Test method max_partialNullRows (line 2203) | @Test method average_emptyColumns (line 2215) | @Test method average_allNullColumns (line 2224) | @Test method average_allNonNullRows (line 2235) | @Test method average_partialNullRows (line 2246) | @Test method sum_emptyColumns (line 2257) | @Test method sum_allNullColumns (line 2266) | @Test method sum_allNonNullRows (line 2277) | @Test method sum_partialNullRows (line 2288) | @Test method count (line 2298) | @Test method distinctCount (line 2306) | @Test method isNull_linkField (line 2319) | @Test method isNotNull_linkField (line 2360) | @Test method isNull_listFieldThrows (line 2406) | @Test method isNotNull_listFieldThrows (line 2424) | @Test method isValid_tableQuery (line 2441) | @Test method isValid_tableViewQuery (line 2454) | @Test method resultOfTableViewQuery (line 2470) | @Test method isValid_linkViewQuery (line 2483) | @Test method isValid_removedParent (line 2505) | @Test method isEmpty (line 2520) | @Test method isEmpty_acrossLink (line 2653) | @Test method isEmpty_illegalFieldTypeThrows (line 2792) | @Test method isEmpty_invalidFieldNameThrows (line 2833) | @Test method isEmpty_acrossLink_wrongTypeThrows (line 2846) | @Test method isNotEmpty (line 2863) | @Test method isNotEmpty_acrossLink (line 2995) | @Test method isNotEmpty_illegalFieldTypeThrows (line 3127) | @Test method isNotEmpty_invalidFieldNameThrows (line 3168) | @Test method deepLinkListQuery (line 3182) | @Test method sort_onSubObjectField (line 3211) | @Test method sort_async_onSubObjectField (line 3221) | @Test method findAll_indexedCaseInsensitiveFields (line 3240) | @Test method sort_listOnSubObjectField (line 3254) | @Test method populateForDistinct (line 3272) | private void populateForDistinct(Realm realm, long numberOfBlocks, lon... method populateForDistinctAllTypes (line 3291) | private void populateForDistinctAllTypes(Realm realm, long numberOfBlo... method populateForDistinctInvalidTypesLinked (line 3316) | private void populateForDistinctInvalidTypesLinked(Realm realm) { method distinct (line 3326) | @Test method distinct_withNullValues (line 3340) | @Test method distinctAllFields (line 3354) | private void distinctAllFields(Realm realm, String prefix) { method distinct_allFields (line 3456) | @Test method distinct_linkedAllFields (line 3461) | @Test method distinct_nestedLinkedAllFields (line 3466) | @Test method distinct_doesNotExist (line 3471) | @Test method distinct_async (line 3486) | @Test method distinct_async_withNullValues (line 3562) | @Test method distinct_async_doesNotExist (line 3607) | @Test method distinct_async_invalidTypes (line 3623) | @Test method distinctMultiArgs (line 3644) | @Test method distinctMultiArgs_switchedFieldsOrder (line 3655) | @Test method distinctMultiArgs_emptyField (line 3668) | @Test method distinctMultiArgs_withNullValues (line 3721) | @Test method distinctMultiArgs_LinkedFields (line 3732) | @Test method beginGroup_missingEndGroup (line 3752) | @Test(expected = UnsupportedOperationException.class) method multipleBeginGroup_missingEndGroup (line 3757) | @Test(expected = UnsupportedOperationException.class) method endGroup_missingBeginGroup (line 3762) | @Test(expected = UnsupportedOperationException.class) method multipleEndGroup_missingBeginGroup (line 3767) | @Test(expected = UnsupportedOperationException.class) method alwaysTrue (line 3772) | @Test method alwaysTrue_inverted (line 3778) | @Test method alwaysFalse (line 3784) | @Test method alwaysFalse_inverted (line 3790) | @Test method getRealm (line 3796) | @Test method getRealm_throwsIfDynamicRealm (line 3801) | @Test method getRealm_throwsIfRealmClosed (line 3813) | @Test method rawPredicate (line 3824) | @Test method rawPredicate_invalidFieldNameThrows (line 3831) | @Test method rawPredicate_invalidLinkedFieldNameThrows (line 3841) | @Test method rawPredicate_illegalSyntaxThrows (line 3858) | @Test method rawPredicate_invalidTypeThrows (line 3868) | @Test method rawPredicate_realmAnyWithTypedPredicates (line 3878) | @Test method rawPredicate_rawDescriptors (line 3889) | @Test method rawPredicate_mixTypedAndRawDescriptors (line 3911) | @Test method rawPredicate_dynamicRealmQueries (line 3936) | @Test method rawPredicate_useJavaNames (line 3953) | @Test method rawPredicate_argumentSubstitution (line 3999) | @Test method rawPredicate_realmObjectArgumentSubstitution (line 4011) | @Test method rawPredicate_embeddedObjectArgumentSubstitution (line 4030) | @Test method rawPredicate_invalidRealmObjectThrows (line 4047) | @Test method rawPredicate_invalidFormatOptions (line 4070) | @Test method rawPredicate_reservedKeywords (line 4096) | @Test method limit (line 4108) | @Test method limit_withSortAndDistinct (line 4118) | @Test method limit_asSubQuery (line 4162) | @Test method limit_invalidValuesThrows (line 4184) | @Test method findAll_runOnMainThreadAllowed (line 4195) | @Test method findFirst_runOnMainThreadAllowed (line 4208) | @Test method findAll_runOnMainThreadThrows (line 4221) | @Test method findFirst_runOnMainThreadThrows (line 4238) | @Test method asyncQuery_throwsWhenCallingRefresh (line 4255) | @Test method count_runOnMainThreadThrows (line 4273) | @Test method max_runOnMainThreadThrows (line 4291) | @Test method min_runOnMainThreadThrows (line 4309) | @Test method average_runOnMainThreadThrows (line 4327) | @Test method averageDecimal128_runOnMainThreadThrows (line 4345) | @Test method maximumDate_runOnMainThreadThrows (line 4363) | @Test method minimumDate_runOnMainThreadThrows (line 4381) | @Test method fillDictionaryTests (line 4399) | private void fillDictionaryTests(){ method dictionary_containsKey (line 4412) | @Test method dictionary_doesntContainKey (line 4427) | @Test method dictionary_containsKeyNonLatin (line 4434) | @Test method dictionary_containsValue (line 4441) | @Test method dictionary_doesntContainsValue (line 4450) | @Test method dictionary_containsEntry (line 4457) | @Test method dictionary_doesntContainsEntry (line 4465) | @Test method dictionary_containsKeyNull (line 4472) | @Test method dictionary_containsValueNull (line 4479) | @Test method dictionary_dictionary_containsEntryNull (line 4486) | @Test(expected = IllegalArgumentException.class) method dictionary_sortByDictionaryElement (line 4493) | @Test method supportDistinct (line 4518) | private boolean supportDistinct(RealmFieldType type) { method distinct (line 4578) | @NotNull method convertBytesToList (line 4614) | private static List convertBytesToList(byte[] bytes) { FILE: realm/realm-library/src/androidTest/java/io/realm/RealmResultsTests.java class RealmResultsTests (line 75) | @RunWith(AndroidJUnit4.class) method setUp (line 95) | @Before method tearDown (line 105) | @After method populateTestRealm (line 112) | private void populateTestRealm() { method findFirst (line 116) | @Test method size_returns_Integer_MAX_VALUE_for_huge_results (line 126) | @Test method subList (line 140) | @Test method unsupportedMethods (line 148) | @SuppressWarnings("deprecation") method verifyArmComparisons (line 191) | @Test method changeListener_syncIfNeeded_updatedFromOtherThread (line 211) | @Test method populateTestRealm (line 238) | private void populateTestRealm(int objects) { method populateTestRealm (line 262) | private void populateTestRealm(Realm testRealm, int objects) { method populateRealmResultsOnLinkView (line 284) | private RealmResults populateRealmResultsOnLinkView(Realm realm) { method accessors_resultsBuiltOnDeletedLinkView_deletionAsALocalCommit (line 308) | @Test method accessors_resultsBuiltOnDeletedLinkView_deletionAsARemoteCommit (line 368) | @Test method addChangeListener (line 422) | @Test method addChangeListener_twice (line 441) | @Test method addChangeListener_null (line 483) | @Test method removeChangeListener (line 493) | @Test method removeChangeListener_null (line 528) | @Test method removeAllChangeListeners (line 538) | @Test method removeAllChangeListeners_thenAdd (line 580) | @Test method deleteAndDeleteAll (line 607) | @Test method syncQuery_defaultValuesAreIgnored (line 631) | @Test method getRealm (line 706) | @Test method getRealm_throwsIfDynamicRealm (line 712) | @Test method getRealm_throwsIfRealmClosed (line 726) | @Test method populateMappedAllJavaTypes (line 737) | private void populateMappedAllJavaTypes(int objects) { method populateAllJavaTypes (line 758) | private void populateAllJavaTypes(int objects) { type BulkSetMethods (line 779) | enum BulkSetMethods { type ElementValidator (line 810) | interface ElementValidator { method validate (line 811) | void validate(T obj); method assertElements (line 814) | private void assertElements(RealmResults col... method setValue (line 820) | @Test method setValue_implicitConversions (line 1037) | @Test method setDate_updateRemovesObjectFromQuery (line 1128) | @Test method setValue_specificType (line 1150) | @Test method setObject_unmanagedObjectThrows (line 1365) | @Test method setObject_wrongObjectTypeThrows (line 1377) | @Test method setList_unmanagedObjectThrows (line 1403) | @Test method setList_wrongObjectTypeThrows (line 1415) | @Test method setValue_specificType_wrongFieldNameThrows (line 1441) | @Test method setValue_specificType_wrongTypeThrows (line 1487) | @Test method setValue_specificType_primaryKeyFieldThrows (line 1536) | @Test method setValue_specificType_modelClassNameOnTypedRealms (line 1564) | @Test method setValue_specificType_internalNameOnDynamicRealms (line 1743) | @Test method asJSON (line 1941) | @Test method asJSON_withEscaping (line 2127) | @Test method asJSON_cycles (line 2146) | @Test method canHoldPrimitiveTypes (line 2221) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmSchemaTests.java class RealmSchemaTests (line 55) | @RunWith(Parameterized.class) type SchemaType (line 58) | private enum SchemaType { method SchemaType (line 64) | SchemaType(Class objectSchemaClass) { method data (line 78) | @Parameterized.Parameters(name = "{0}") method RealmSchemaTests (line 83) | public RealmSchemaTests(SchemaType type) { method setUp (line 87) | @Before method tearDown (line 103) | @After method getAll (line 108) | @Test method create (line 125) | @Test method create_invalidNameThrows (line 145) | @Test method create_duplicatedNameThrows (line 163) | @Test method createWithPrimaryKeyField_string (line 174) | @Test method createWithPrimaryKeyField_boxedInteger (line 209) | @Test method createWithPrimaryKeyField_int (line 245) | @Test method createWithPrimaryKeyField_explicitIndexed (line 281) | @Test method createWithPrimaryKeyField_explicitPrimaryKey (line 295) | @Test method createWithPrimaryKeyField_invalidClassNameThrows (line 309) | @Test method createWithPrimaryKeyField_invalidFieldNameThrows (line 326) | @Test method createWithPrimaryKeyField_invalidFieldTypeThrows (line 341) | @Test method createWithPrimaryKeyField_duplicatedNameThrows (line 357) | @Test method get (line 367) | @Test method get_unknownClass (line 375) | @Test method rename (line 380) | @Test method rename_invalidArgumentThrows (line 392) | @Test method rename_shouldChangeInfoInPKTable (line 419) | @Test method remove (line 449) | @Test method remove_invalidArgumentThrows (line 460) | @Test method remove_classWithReferencesThrows (line 481) | @Test method remove_shouldRemoveInfoFromPKTable (line 501) | @Test method remove_shouldClearDynamicCache (line 525) | @Test method rename_shouldUpdateDynamicCache (line 551) | @Test method schemaInformationOfPrimitiveLists (line 569) | @Test method rename_newNameExists (line 613) | @Test method mutableMethodsCalled_notInTransaction (line 624) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RealmTests.java class RealmTests (line 137) | @RunWith(AndroidJUnit4.class) method setUp (line 168) | @Before method tearDown (line 177) | @After method populateTestRealm (line 184) | private void populateTestRealm(Realm realm, int objects) { method populateTestRealm (line 210) | private void populateTestRealm() { method getInstance_writeProtectedFile (line 214) | @Test method getInstance_writeProtectedFileWithContext (line 234) | @Test method getInstance_twiceWhenRxJavaUnavailable (line 251) | @Test method checkIfValid (line 271) | @Test method getInstance (line 285) | @Test method where (line 291) | @Test method where_throwsIfClassArgIsNotASubtype (line 298) | @Test method where_queryResults (line 315) | @Test method where_equalTo_wrongFieldTypeAsInput (line 335) | @Test method where_equalTo_invalidFieldName (line 431) | @Test method beginTransaction (line 464) | @Test method nestedTransaction (line 483) | @Test type Method (line 495) | private enum Method { method runMethodOnWrongThread (line 518) | private boolean runMethodOnWrongThread(final Method method) throws Int... method methodCalledOnWrongThread (line 606) | @Test method runMethodOnClosedRealm (line 614) | private boolean runMethodOnClosedRealm(final Method method) throws Int... method methodCalledOnClosedRealm (line 686) | @Test method commitTransaction (line 694) | @Test method commitTransaction_afterCancelTransaction (line 707) | @Test(expected = IllegalStateException.class) method commitTransaction_twice (line 714) | @Test(expected = IllegalStateException.class) method cancelTransaction (line 721) | @Test method executeTransaction_null (line 737) | @Test method executeTransaction_success (line 749) | @Test method executeTransaction_canceled (line 762) | @Test method executeTransaction_cancelInsideClosureThrowsException (line 784) | @Test method executeTransaction_mainThreadWritesAllowed (line 808) | @Test method executeTransaction_mainThreadWritesNotAllowed (line 832) | @Test method executeTransaction_runsOnNonUiThread (line 854) | @Test method delete_type (line 872) | @Test method createAndTestFilename (line 905) | private void createAndTestFilename(String language, String fileName) { method realmConfiguration_fileName (line 924) | @Test method utf8Tests (line 937) | @Test method getCharacterArray (line 969) | private List getCharacterArray() { method unicodeStrings (line 990) | @Test method getInstance_referenceCounting (line 1019) | @Test method getInstance_referenceCounting_doubleClose (line 1072) | @Test method writeCopyTo (line 1089) | @Test method compactRealm (line 1130) | @Test method compactRealm_failsIfOpen (line 1139) | @Test method compactRealm_encryptedEmptyRealm (line 1144) | @Test method compactRealm_encryptedPopulatedRealm (line 1156) | @Test method compactRealm_emptyRealm (line 1171) | @Test method compactRealm_populatedRealm (line 1183) | @Test method compactRealm_onExternalStorage (line 1197) | @Test method populateTestRealmForCompact (line 1213) | private void populateTestRealmForCompact(Realm realm, int sizeInMB) { method populateTestRealmAndCompactOnLaunch (line 1222) | private Pair populateTestRealmAndCompactOnLaunch(CompactOn... method populateTestRealmAndCompactOnLaunch (line 1226) | private Pair populateTestRealmAndCompactOnLaunch(CompactOn... method compactOnLaunch_shouldCompact (line 1253) | @Test method compactOnLaunch_shouldNotCompact (line 1265) | @Test method compactOnLaunch_multipleThread (line 1277) | @Test method compactOnLaunch_insufficientAmount (line 1325) | @Test method compactOnLaunch_throwsInTheCallback (line 1339) | @Test method defaultCompactOnLaunch (line 1364) | @Test method defaultCompactOnLaunch_onlyCallback (line 1372) | @Test method defaultCompactOnLaunch_insufficientAmount (line 1384) | @Test method copyToRealm_null (line 1392) | @Test method copyToRealm_managedObject (line 1404) | @Test method copyToRealm_fromOtherRealm (line 1418) | @Test method copyToRealm (line 1440) | @Test method copyToRealm_cyclicObjectReferences (line 1523) | @Test method copyToRealm_cyclicObjectReferencesWithPK (line 1557) | @Test method copyToRealm_cyclicListReferences (line 1589) | @Test method copyToRealm_convertsNullToDefaultValue (line 1607) | @Test method copyToRealm_primaryKeyIsSetDirectly (line 1629) | @Test method copyToRealm_stringPrimaryKeyIsNull (line 1638) | @Test method copyToRealm_boxedNumberPrimaryKeyIsNull (line 1649) | @Test method copyToRealm_duplicatedPrimaryKeyThrows (line 1667) | @Test method copyToRealm_duplicatedNullPrimaryKeyThrows (line 1707) | @Test method copyToRealm_doNotCopyReferencedObjectIfManaged (line 1748) | @Test method copyToRealm_list (line 1766) | @Test method copyToRealm_objectInOtherThreadThrows (line 1784) | @Test method copyToRealmOrUpdate_null (line 1814) | @Test method copyToRealmOrUpdate_stringPrimaryKeyFieldIsNull (line 1821) | @Test method copyToRealmOrUpdate_boxedBytePrimaryKeyFieldIsNull (line 1841) | @Test method copyToRealmOrUpdate_boxedShortPrimaryKeyFieldIsNull (line 1861) | @Test method copyToRealmOrUpdate_boxedIntegerPrimaryKeyFieldIsNull (line 1881) | @Test method copyToRealmOrUpdate_boxedLongPrimaryKeyFieldIsNull (line 1901) | @Test method copyToRealmOrUpdate_noPrimaryKeyField (line 1921) | @Test method copyToRealmOrUpdate_addNewObjects (line 1928) | @Test method copyToRealmOrUpdate_updateExistingObject (line 1948) | @Test method copyToRealmOrUpdate_overrideOwnList (line 2033) | @Test method copyToRealmOrUpdate_cyclicObject (line 2046) | @Test method copyToRealmOrUpdate_defaultValuesOverrideExistingData (line 2071) | @Test method copyToRealmOrUpdate_referencesNotDeleted (line 2110) | @Test method copyToRealmOrUpdate_primaryKeyMixInObjectGraph (line 2133) | @Test method copyToRealmOrUpdate_iterable (line 2162) | @Test method copyToRealmOrUpdate_iterableChildObjects (line 2189) | @Test method copyToRealmOrUpdate_objectInOtherThreadThrows (line 2209) | @Test method copyToRealmOrUpdate_listHasObjectInOtherThreadThrows (line 2239) | @Test method copyToRealmOrUpdate_bug4957 (line 2272) | @Test method getInstance_differentEncryptionKeys (line 2306) | @Test method writeEncryptedCopyTo (line 2336) | @Test method writeEncryptedCopyTo_wrongKeyLength (line 2410) | @Test method deleteRealm_failures (line 2418) | @Test method setter_updateField (line 2452) | @Test method deleteRealm (line 2479) | @Test method callMutableMethodOutsideTransaction (line 2532) | @Test method createObject_cannotCreateDynamicRealmObject (line 2639) | @Test method createObject_absentPrimaryKeyThrows (line 2649) | @Test(expected = RealmException.class) method createObjectWithPrimaryKey (line 2655) | @Test method createObjectWithPrimaryKey_noPrimaryKeyField (line 2663) | @Test method createObjectWithPrimaryKey_wrongValueType (line 2673) | @Test method createObjectWithPrimaryKey_valueAlreadyExists (line 2683) | @Test method createObjectWithPrimaryKey_null (line 2694) | @Test method createObjectWithPrimaryKey_nullOnRequired (line 2732) | @Test method createObjectWithPrimaryKey_nullDuplicated (line 2774) | @Test method createObject_defaultValueFromModelField (line 2821) | @Test method createObject_overwriteNullifiedLinkWithDefaultValue (line 2879) | @Test method createObject_defaultValueFromModelConstructor (line 2889) | @Test method createObject_defaultValueSetterInConstructor (line 2948) | @Test method createObject_defaultValueFromOtherConstructor (line 3011) | @Test method copyToRealm_defaultValuesAreIgnored (line 3020) | @Test method copyFromRealm_defaultValuesAreIgnored (line 3134) | @Test method close_differentThread (line 3232) | @Test method isClosed (line 3262) | @Test method isClosed_differentThread (line 3270) | @Test method columnIndicesIsPopulatedWhenSkippingInitialization (line 3303) | @Test method isInTransaction (line 3341) | @Test method closingRealmWhileOtherThreadIsOpeningRealm (line 3355) | @Test method openRealmWhileTransactionInAnotherThread (line 3404) | @Test method isEmpty (line 3461) | @Test method copyFromRealm_invalidObjectThrows (line 3490) | @Test method copyFromRealm_invalidDepthThrows (line 3510) | @Test method copyFromRealm (line 3519) | @Test method copyFromRealm_newCopyEachTime (line 3537) | @Test method copyFromRealm_cyclicObjectGraph (line 3551) | @Test method copyFromRealm_checkMaxDepth (line 3584) | @Test method copyFromRealm_sameObjectDifferentDepths (line 3609) | @Test method copyFromRealm_list_invalidListThrows (line 3636) | @Test method copyFromRealm_emptyList (line 3648) | @Test method copyFromRealm_list_invalidDepthThrows (line 3655) | @Test method copyFromRealm_list_sameElements (line 3664) | @Test method copyFromRealm_dynamicRealmObjectThrows (line 3684) | @Test method copyFromRealm_dynamicRealmListThrows (line 3698) | @Test method closeRealmInChangeListener (line 3716) | @Test method closeRealmInChangeListenerWhenThereIsListenerOnEmptyObject (line 3741) | @Test method closeRealmInChangeListenerWhenThereIsListenerOnObject (line 3778) | @Test method closeRealmInChangeListenerWhenThereIsListenerOnResults (line 3817) | @Test method addChangeListener_throwOnAddingNullListenerFromLooperThread (line 3852) | @Test method addChangeListener_throwOnAddingNullListenerFromNonLooperThread (line 3867) | @Test method removeChangeListener_throwOnRemovingNullListenerFromLooperThread (line 3886) | @Test method removeChangeListener_throwOnRemovingNullListenerFromNonLooperThread (line 3901) | @Test method removeChangeListenerThrowExceptionOnWrongThread (line 3920) | @Test method removeAllChangeListenersThrowExceptionOnWrongThreadThread (line 3942) | @Test method deleteAll (line 3965) | @Test method deleteAll_realmWithMoreTables (line 3987) | @Test method waitForChange_emptyDataChange (line 4021) | @Test method waitForChange_withDataChange (line 4051) | @Test method waitForChange_syncBackgroundRealmResults (line 4080) | @Test method stopWaitForChange (line 4115) | @Test method waitForChange_stopWaitForChangeDisablesWaiting (line 4143) | @Test method waitForChange_stopWaitForChangeReleasesAllWaitingThreads (line 4175) | @Test method waitForChange_interruptingThread (line 4224) | @Test method waitForChange_onLooperThread (line 4259) | @Test method waitForChange_illegalWaitInsideTransaction (line 4284) | @Test(expected = IllegalStateException.class) method waitForChange_stopWaitingOnClosedRealmThrows (line 4290) | @Test method waitForChange_runWithRealmThread (line 4315) | @Test method waitForChange_endRealmThread (line 4341) | @Test method getGlobalInstanceCount (line 4364) | @Test method getLocalInstanceCount (line 4416) | @Test method namedPipeDirForExternalStorage (line 4436) | @Test method getInstanceAsync_nonLooperThreadShouldThrow (line 4480) | @Test(expected = IllegalStateException.class) method getInstanceAsync_nullConfigShouldThrow (line 4490) | @Test method init_waitForFilesDir (line 4509) | @Test method refresh_triggerNotifications (line 4541) | @Test method refresh_nonLooperThreadAdvances (line 4576) | @Test method refresh_forceSynchronousNotifications (line 4599) | @Test method refresh_insideTransactionThrows (line 4635) | @Test method beginTransaction_readOnlyThrows (line 4646) | @Test method getInstance_wrongSchemaInReadonlyThrows (line 4666) | @Test method getInstance_migrationExceptionThrows_migrationBlockDefiend_realmInstancesShouldBeClosed (line 4685) | @Test method hittingMaxNumberOfVersionsThrows (line 4708) | @Test method numberOfVersionsDecreasedOnClose (line 4726) | @Test method encryption_stressTest (line 4785) | @Test method getNumberOfActiveVersions (line 4845) | @Test method getCachedInstanceDoNotTriggerStrictMode (line 4878) | @Test method getCachedInstanceFromOtherThreadDoNotTriggerStrictMode (line 4894) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/RunTestInLooperThreadLifeCycleTest.java class RunTestInLooperThreadLifeCycleTest (line 50) | @RunWith(AndroidJUnit4.class) method before (line 63) | @Before method after (line 86) | @After method looperTest (line 93) | @Test class PrepareLooperTest (line 107) | public static class PrepareLooperTest implements RunInLooperThread.Run... method run (line 108) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/RxJavaTests.java class RxJavaTests (line 57) | @RunWith(AndroidJUnit4.class) method setUp (line 66) | @Before method disposeSuccessfulTest (line 86) | private void disposeSuccessfulTest(BaseRealm testRealm) { method realmObject_emittedOnSubscribe (line 113) | @Test method realmObject_emitChangesetOnSubscribe (line 128) | @Test method dynamicRealmObject_emitChangesetOnSubscribe (line 143) | @Test method realmObject_emittedOnUpdate (line 160) | @Test method realmObject_emittedChangesetOnUpdate (line 179) | @Test method dynamicRealmObject_emittedChangesetOnUpdate (line 201) | @Test method findFirst_emittedOnSubscribe (line 225) | @Test method findFirstAsync_emittedOnSubscribe (line 240) | @Test method findFirstAsync_emittedOnUpdate (line 264) | @Test method findFirstAsync_emittedOnDelete (line 283) | @Test method realmResults_emittedOnSubscribe (line 303) | @Test method realmResults_emittedChangesetOnSubscribe (line 313) | @Test method realmList_emittedOnSubscribe (line 325) | @Test method realmList_emittedChangesetOnSubscribe (line 341) | @Test method dynamicRealmResults_emittedOnSubscribe (line 359) | @Test method dynamicRealmResults_emittedChangesetOnSubscribe (line 371) | @Test method realmResults_emittedOnUpdate (line 384) | @Test method realmResults_emittedChangesetOnUpdate (line 401) | @Test method realmList_emittedOnUpdate (line 418) | @Test method realmList_emittedChangesetOnUpdate (line 436) | @Test method realmList_parentDeletionCompleteFlowable (line 457) | @Test method realmList_parentDeletionCompleteObservable (line 484) | @Test method dynamicRealmList_parentDeletionCompleteFlowable (line 511) | @Test method dynamicRealmList_parentDeletionCompleteObservable (line 540) | @Test method dynamicRealmResults_emittedOnUpdate (line 569) | @Test method dynamicRealmResults_emittedChangesetOnUpdate (line 587) | @Test method findAllAsync_emittedOnSubscribe (line 613) | @Test method findAllAsync_emittedOnUpdate (line 623) | @Test method realm_emittedOnSubscribe (line 640) | @Test method realm_emittedOnUpdate (line 650) | @Test method dynamicRealm_emittedOnSubscribe (line 664) | @Test method dynamicRealm_emittedOnUpdate (line 677) | @Test method unsubscribe_sameThread (line 692) | @Test method unsubscribe_fromOtherThread (line 708) | @Test method wrongGenericClassThrows (line 731) | @Test method realm_closeInDoOnUnsubscribe (line 747) | @Test method dynamicRealm_closeInDoOnUnsubscribe (line 765) | @Test method realmResults_closeInDoOnUnsubscribe (line 787) | @Test method realmList_closeInDoOnUnsubscribe (line 799) | @Test method dynamicRealmResults_closeInDoOnUnsubscribe (line 820) | @Test method realmObject_closeInDoOnUnsubscribe (line 841) | @Test method dynamicRealmObject_closeInDoOnUnsubscribe (line 862) | @Test method realmResults_gcStressTest (line 883) | @Test method dynamicRealmResults_gcStressTest (line 913) | @Test method realmObject_gcStressTest (line 944) | @Test method dynamicRealmObject_gcStressTest (line 974) | @Test method asFlowable_frozenRealm (line 1004) | @Test method asFlowable_frozenDynamicRealm (line 1015) | @Test method asFlowable_frozenRealmResults (line 1028) | @Test method asChangesetObservable_frozenRealmResults (line 1039) | @Test method asFlowable_frozenDynamicRealmResults (line 1052) | @Test method asChangesetObservable_frozenDynamicRealmResults (line 1064) | @Test method asFlowable_frozenRealmList (line 1078) | @Test method asChangesetObservable_frozenRealmList (line 1094) | @Test method asFlowable_frozenDynamicRealmList (line 1112) | @Test method asChangesetObservable_frozenDynamicRealmList (line 1130) | @Test method asFlowable_frozenRealmObject (line 1150) | @Test method asChangesetObservable_frozenRealmObject (line 1165) | @Test method asFlowable_frozenDynamicRealmObject (line 1181) | @Test method asChangesetObservable_frozenDynamicRealmObject (line 1199) | @Test method realmResults_readableAcrossThreads (line 1219) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/SortTest.java class SortTest (line 44) | @RunWith(AndroidJUnit4.class) method populateRealm (line 68) | private void populateRealm(Realm realm) { method getRowBySourceIndexFromAllTypesTable (line 111) | private UncheckedRow getRowBySourceIndexFromAllTypesTable(long sourceR... method setUp (line 116) | @Before method tearDown (line 133) | @After method sortMultiFailures (line 140) | @Test method checkSortTwoFieldsStringAscendingIntAscending (line 178) | private void checkSortTwoFieldsStringAscendingIntAscending(RealmResult... method checkSortTwoFieldsIntString (line 204) | private void checkSortTwoFieldsIntString(RealmResults result... method checkSortTwoFieldsIntAscendingStringDescending (line 230) | private void checkSortTwoFieldsIntAscendingStringDescending(RealmResul... method checkSortTwoFieldsStringAscendingIntDescending (line 256) | private void checkSortTwoFieldsStringAscendingIntDescending(RealmResul... method sortRealmResultsTwoFields (line 282) | @Test method realmQuerySortTwoFields (line 297) | @Test method realmSortTwoFields (line 316) | @Test method realmSortMultiFailures (line 335) | @Test method resorting (line 375) | @Test method populateDates (line 463) | private void populateDates(Realm realm, int n) { method sortingDates (line 473) | @Test method resortingDates (line 496) | @Test method sortByLongDistinctByInt (line 554) | @Test method sortAndDistinctRealmAny (line 579) | @Test method sortByChildValue (line 620) | @Test method createAndTest (line 630) | private void createAndTest(String str) { method permute (line 645) | private void permute(String str, int l, int r) { method swap (line 658) | private String swap(String a, int i, int j) { method factorial (line 667) | private int factorial(int n) { method sortCaseSensitive (line 675) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/TypeBasedNotificationsTests.java class TypeBasedNotificationsTests (line 53) | @RunWith(AndroidJUnit4.class) method setUp (line 67) | @Before method callback_should_trigger_for_createObject (line 81) | @Test method callback_should_trigger_for_createObject_dynamic_realm (line 118) | @Test method callback_should_trigger_for_copyToRealm (line 158) | @Test method callback_should_trigger_for_copyToRealmOrUpdate (line 198) | @Test method callback_should_trigger_for_createObjectFromJson (line 247) | @Test method callback_should_trigger_for_createObjectFromJson_from_JSONObject (line 284) | @Test method callback_should_trigger_for_createOrUpdateObjectFromJson (line 326) | @Test method callback_should_trigger_for_createOrUpdateObjectFromJson_from_JSONObject (line 394) | @Test method callback_with_relevant_commit_realmobject_sync (line 450) | @Test method callback_with_relevant_commit_realmobject_async (line 490) | @Test method callback_with_relevant_commit_realmresults_sync (line 542) | @Test method callback_with_relevant_commit_realmresults_async (line 584) | @Test method multiple_callbacks_should_be_invoked_realmobject_sync (line 639) | @Test method multiple_callbacks_should_be_invoked_realmobject_async (line 678) | @Test method multiple_callbacks_should_be_invoked_realmresults_sync (line 717) | @Test method multiple_callbacks_should_be_invoked_realmresults_async (line 748) | @Test method non_looper_thread_commit_realmobject_sync (line 798) | @Test method non_looper_thread_commit_realmobject_async (line 829) | @Test method non_looper_thread_commit_realmresults_sync (line 868) | @Test method non_looper_thread_commit_realmresults_async (line 923) | @Test method should_throw_on_non_looper_thread_realm (line 983) | @Test method should_throw_on_non_looper_thread_realmobject (line 1014) | @Test method should_throw_on_non_looper_thread_realmresults (line 1046) | @Test method changeListener_onResultsBuiltOnDeletedLinkView (line 1079) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/UTFStringsTests.java class UTFStringsTests (line 29) | @RunWith(AndroidJUnit4.class) method setUp (line 38) | @Before method tearDown (line 44) | @After method valid_utf (line 51) | @Test method invalid_first_half (line 62) | @Test method invalid_second_half (line 77) | @Test method incomplete_surrogate (line 93) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/UnManagedOrderedRealmCollectionTests.java class UnManagedOrderedRealmCollectionTests (line 100) | @RunWith(Parameterized.class) method data (line 112) | @Parameterized.Parameters(name = "{0}") method UnManagedOrderedRealmCollectionTests (line 117) | public UnManagedOrderedRealmCollectionTests(UnManagedCollection collec... method setup (line 121) | @Before method createCollection (line 127) | private OrderedRealmCollection createCollection(UnManage... method tearDown (line 137) | @After method unsupportedMethods_unManagedCollections (line 142) | @Test method isLoaded (line 163) | @Test method load (line 168) | @Test method isValid (line 173) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/UnManagedRealmCollectionTests.java class UnManagedRealmCollectionTests (line 42) | @RunWith(Parameterized.class) method data (line 54) | @Parameterized.Parameters(name = "{0}") method UnManagedRealmCollectionTests (line 59) | public UnManagedRealmCollectionTests(UnManagedCollection collectionTyp... method setup (line 63) | @Before method createCollection (line 69) | private RealmCollection createCollection(UnManagedCollec... method tearDown (line 79) | @After method unsupportedMethods_unManagedCollections (line 84) | @Test method isLoaded (line 112) | @Test method load (line 117) | @Test method isValid (line 122) | @Test method isManaged (line 127) | @Test method contains (line 132) | @Test method equals_sameRealmObjectsDifferentCollection (line 138) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AllJavaTypes.java class AllJavaTypes (line 35) | public class AllJavaTypes extends RealmObject { method AllJavaTypes (line 136) | public AllJavaTypes() { method AllJavaTypes (line 139) | public AllJavaTypes(long fieldLong) { method getFieldIgnored (line 144) | public String getFieldIgnored() { method setFieldIgnored (line 148) | public void setFieldIgnored(String fieldIgnored) { method getFieldString (line 152) | public String getFieldString() { method setFieldString (line 156) | public void setFieldString(String fieldString) { method getFieldShort (line 160) | public short getFieldShort() { method setFieldShort (line 164) | public void setFieldShort(short fieldShort) { method getFieldLong (line 168) | public long getFieldLong() { method setFieldLong (line 172) | public void setFieldLong(long fieldLong) { method getFieldInt (line 176) | public int getFieldInt() { method setFieldInt (line 180) | public void setFieldInt(int fieldInt) { method getFieldId (line 184) | public long getFieldId() { method setFieldId (line 188) | public void setFieldId(long fieldId) { method getFieldByte (line 192) | public byte getFieldByte() { method setFieldByte (line 196) | public void setFieldByte(byte fieldByte) { method getFieldFloat (line 200) | public float getFieldFloat() { method setFieldFloat (line 204) | public void setFieldFloat(float fieldFloat) { method getFieldDouble (line 208) | public double getFieldDouble() { method setFieldDouble (line 212) | public void setFieldDouble(double fieldDouble) { method isFieldBoolean (line 216) | public boolean isFieldBoolean() { method setFieldBoolean (line 220) | public void setFieldBoolean(boolean fieldBoolean) { method getFieldDate (line 224) | public Date getFieldDate() { method setFieldDate (line 228) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 232) | public byte[] getFieldBinary() { method setFieldBinary (line 236) | public void setFieldBinary(byte[] fieldBinary) { method getFieldObject (line 240) | public AllJavaTypes getFieldObject() { method setFieldObject (line 244) | public void setFieldObject(AllJavaTypes columnRealmObject) { method getFieldList (line 248) | public RealmList getFieldList() { method setFieldList (line 252) | public void setFieldList(RealmList columnRealmList) { method getFieldStringList (line 256) | public RealmList getFieldStringList() { method setFieldStringList (line 260) | public void setFieldStringList(RealmList fieldStringList) { method getFieldBinaryList (line 264) | public RealmList getFieldBinaryList() { method setFieldBinaryList (line 268) | public void setFieldBinaryList(RealmList fieldBinaryList) { method getFieldBooleanList (line 272) | public RealmList getFieldBooleanList() { method setFieldBooleanList (line 276) | public void setFieldBooleanList(RealmList fieldBooleanList) { method getFieldLongList (line 280) | public RealmList getFieldLongList() { method setFieldLongList (line 284) | public void setFieldLongList(RealmList fieldLongList) { method getFieldIntegerList (line 288) | public RealmList getFieldIntegerList() { method setFieldIntegerList (line 292) | public void setFieldIntegerList(RealmList fieldIntegerList) { method getFieldShortList (line 296) | public RealmList getFieldShortList() { method setFieldShortList (line 300) | public void setFieldShortList(RealmList fieldShortList) { method getFieldByteList (line 304) | public RealmList getFieldByteList() { method setFieldByteList (line 308) | public void setFieldByteList(RealmList fieldByteList) { method getFieldDoubleList (line 312) | public RealmList getFieldDoubleList() { method setFieldDoubleList (line 316) | public void setFieldDoubleList(RealmList fieldDoubleList) { method getFieldFloatList (line 320) | public RealmList getFieldFloatList() { method setFieldFloatList (line 324) | public void setFieldFloatList(RealmList fieldFloatList) { method getFieldDateList (line 328) | public RealmList getFieldDateList() { method setFieldDateList (line 332) | public void setFieldDateList(RealmList fieldDateList) { method getFieldDecimal128 (line 336) | public Decimal128 getFieldDecimal128() { method setFieldDecimal128 (line 340) | public void setFieldDecimal128(Decimal128 fieldDecimal128) { method getFieldObjectId (line 344) | public ObjectId getFieldObjectId() { method setFieldObjectId (line 348) | public void setFieldObjectId(ObjectId fieldObjectId) { method getFieldUUID (line 352) | public UUID getFieldUUID() { method setFieldUUID (line 356) | public void setFieldUUID(UUID fieldUUID) { method getFieldRealmAny (line 360) | public RealmAny getFieldRealmAny() { method setFieldRealmAny (line 364) | public void setFieldRealmAny(RealmAny fieldRealmAny) { method getFieldDecimal128List (line 368) | public RealmList getFieldDecimal128List() { method setFieldDecimal128List (line 372) | public void setFieldDecimal128List(RealmList fieldDecimal1... method getFieldObjectIdList (line 376) | public RealmList getFieldObjectIdList() { method setFieldObjectIdList (line 380) | public void setFieldObjectIdList(RealmList fieldObjectIdList) { method getFieldUUIDList (line 384) | public RealmList getFieldUUIDList() { method setFieldUUIDList (line 388) | public void setFieldUUIDList(RealmList fieldUUIDList) { method getFieldRealmAnyList (line 392) | public RealmList getFieldRealmAnyList() { method setFieldRealmAnyList (line 396) | public void setFieldRealmAnyList(RealmList fieldRealmAnyList) { method getObjectParents (line 400) | public RealmResults getObjectParents() { method getListParents (line 404) | public RealmResults getListParents() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AllJavaTypesUnsupportedTypes.java class AllJavaTypesUnsupportedTypes (line 37) | public class AllJavaTypesUnsupportedTypes extends RealmObject { method AllJavaTypesUnsupportedTypes (line 202) | public AllJavaTypesUnsupportedTypes() { method AllJavaTypesUnsupportedTypes (line 205) | public AllJavaTypesUnsupportedTypes(long fieldLong) { method getFieldIgnored (line 210) | public String getFieldIgnored() { method setFieldIgnored (line 214) | public void setFieldIgnored(String fieldIgnored) { method getFieldString (line 218) | public String getFieldString() { method setFieldString (line 222) | public void setFieldString(String fieldString) { method getFieldShort (line 226) | public short getFieldShort() { method setFieldShort (line 230) | public void setFieldShort(short fieldShort) { method getFieldLong (line 234) | public long getFieldLong() { method setFieldLong (line 238) | public void setFieldLong(long fieldLong) { method getFieldInt (line 242) | public int getFieldInt() { method setFieldInt (line 246) | public void setFieldInt(int fieldInt) { method getFieldId (line 250) | public long getFieldId() { method setFieldId (line 254) | public void setFieldId(long fieldId) { method getFieldByte (line 258) | public byte getFieldByte() { method setFieldByte (line 262) | public void setFieldByte(byte fieldByte) { method getFieldFloat (line 266) | public float getFieldFloat() { method setFieldFloat (line 270) | public void setFieldFloat(float fieldFloat) { method getFieldDouble (line 274) | public double getFieldDouble() { method setFieldDouble (line 278) | public void setFieldDouble(double fieldDouble) { method isFieldBoolean (line 282) | public boolean isFieldBoolean() { method setFieldBoolean (line 286) | public void setFieldBoolean(boolean fieldBoolean) { method getFieldDate (line 290) | public Date getFieldDate() { method setFieldDate (line 294) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 298) | public byte[] getFieldBinary() { method setFieldBinary (line 302) | public void setFieldBinary(byte[] fieldBinary) { method getFieldObject (line 306) | public AllJavaTypesUnsupportedTypes getFieldObject() { method setFieldObject (line 310) | public void setFieldObject(AllJavaTypesUnsupportedTypes columnRealmObj... method getFieldList (line 314) | public RealmList getFieldList() { method setFieldList (line 318) | public void setFieldList(RealmList colum... method getFieldStringList (line 322) | public RealmList getFieldStringList() { method setFieldStringList (line 326) | public void setFieldStringList(RealmList fieldStringList) { method getFieldBinaryList (line 330) | public RealmList getFieldBinaryList() { method setFieldBinaryList (line 334) | public void setFieldBinaryList(RealmList fieldBinaryList) { method getFieldBooleanList (line 338) | public RealmList getFieldBooleanList() { method setFieldBooleanList (line 342) | public void setFieldBooleanList(RealmList fieldBooleanList) { method getFieldLongList (line 346) | public RealmList getFieldLongList() { method setFieldLongList (line 350) | public void setFieldLongList(RealmList fieldLongList) { method getFieldIntegerList (line 354) | public RealmList getFieldIntegerList() { method setFieldIntegerList (line 358) | public void setFieldIntegerList(RealmList fieldIntegerList) { method getFieldShortList (line 362) | public RealmList getFieldShortList() { method setFieldShortList (line 366) | public void setFieldShortList(RealmList fieldShortList) { method getFieldByteList (line 370) | public RealmList getFieldByteList() { method setFieldByteList (line 374) | public void setFieldByteList(RealmList fieldByteList) { method getFieldDoubleList (line 378) | public RealmList getFieldDoubleList() { method setFieldDoubleList (line 382) | public void setFieldDoubleList(RealmList fieldDoubleList) { method getFieldFloatList (line 386) | public RealmList getFieldFloatList() { method setFieldFloatList (line 390) | public void setFieldFloatList(RealmList fieldFloatList) { method getFieldDateList (line 394) | public RealmList getFieldDateList() { method setFieldDateList (line 398) | public void setFieldDateList(RealmList fieldDateList) { method getFieldDecimal128 (line 402) | public Decimal128 getFieldDecimal128() { method setFieldDecimal128 (line 406) | public void setFieldDecimal128(Decimal128 fieldDecimal128) { method getFieldObjectId (line 410) | public ObjectId getFieldObjectId() { method setFieldObjectId (line 414) | public void setFieldObjectId(ObjectId fieldObjectId) { method getFieldUUID (line 418) | public UUID getFieldUUID() { method setFieldUUID (line 422) | public void setFieldUUID(UUID fieldUUID) { method getFieldRealmAny (line 426) | public RealmAny getFieldRealmAny() { method setFieldRealmAny (line 430) | public void setFieldRealmAny(RealmAny fieldRealmAny) { method getFieldDecimal128List (line 434) | public RealmList getFieldDecimal128List() { method setFieldDecimal128List (line 438) | public void setFieldDecimal128List(RealmList fieldDecimal1... method getFieldObjectIdList (line 442) | public RealmList getFieldObjectIdList() { method setFieldObjectIdList (line 446) | public void setFieldObjectIdList(RealmList fieldObjectIdList) { method getFieldUUIDList (line 450) | public RealmList getFieldUUIDList() { method setFieldUUIDList (line 454) | public void setFieldUUIDList(RealmList fieldUUIDList) { method getFieldRealmAnyList (line 458) | public RealmList getFieldRealmAnyList() { method setFieldRealmAnyList (line 462) | public void setFieldRealmAnyList(RealmList fieldRealmAnyList) { method getObjectParents (line 466) | public RealmResults getObjectParents() { method getListParents (line 470) | public RealmResults getListParents() { method getColumnRealmDictionary (line 474) | public RealmDictionary getColumnRealmDic... method setColumnRealmDictionary (line 478) | public void setColumnRealmDictionary(RealmDictionary getColumnBooleanDictionary() { method setColumnBooleanDictionary (line 486) | public void setColumnBooleanDictionary(RealmDictionary column... method getColumnStringDictionary (line 490) | public RealmDictionary getColumnStringDictionary() { method setColumnStringDictionary (line 494) | public void setColumnStringDictionary(RealmDictionary columnSt... method getColumnIntegerDictionary (line 498) | public RealmDictionary getColumnIntegerDictionary() { method setColumnIntegerDictionary (line 502) | public void setColumnIntegerDictionary(RealmDictionary column... method getColumnFloatDictionary (line 506) | public RealmDictionary getColumnFloatDictionary() { method setColumnFloatDictionary (line 510) | public void setColumnFloatDictionary(RealmDictionary columnFloa... method getColumnLongDictionary (line 514) | public RealmDictionary getColumnLongDictionary() { method setColumnLongDictionary (line 518) | public void setColumnLongDictionary(RealmDictionary columnLongDi... method getColumnShortDictionary (line 522) | public RealmDictionary getColumnShortDictionary() { method setColumnShortDictionary (line 526) | public void setColumnShortDictionary(RealmDictionary columnShor... method getColumnDoubleDictionary (line 530) | public RealmDictionary getColumnDoubleDictionary() { method setColumnDoubleDictionary (line 534) | public void setColumnDoubleDictionary(RealmDictionary columnDo... method getColumnByteDictionary (line 538) | public RealmDictionary getColumnByteDictionary() { method setColumnByteDictionary (line 542) | public void setColumnByteDictionary(RealmDictionary columnByteDi... method getColumnBinaryDictionary (line 546) | public RealmDictionary getColumnBinaryDictionary() { method setColumnBinaryDictionary (line 550) | public void setColumnBinaryDictionary(RealmDictionary columnBi... method getColumnDateDictionary (line 554) | public RealmDictionary getColumnDateDictionary() { method setColumnDateDictionary (line 558) | public void setColumnDateDictionary(RealmDictionary columnDateDi... method getColumnObjectIdDictionary (line 562) | public RealmDictionary getColumnObjectIdDictionary() { method setColumnObjectIdDictionary (line 566) | public void setColumnObjectIdDictionary(RealmDictionary colu... method getColumnUUIDDictionary (line 570) | public RealmDictionary getColumnUUIDDictionary() { method setColumnUUIDDictionary (line 574) | public void setColumnUUIDDictionary(RealmDictionary columnUUIDDi... method getColumnDecimal128Dictionary (line 578) | public RealmDictionary getColumnDecimal128Dictionary() { method setColumnDecimal128Dictionary (line 582) | public void setColumnDecimal128Dictionary(RealmDictionary ... method getColumnRealmAnyDictionary (line 586) | public RealmDictionary getColumnRealmAnyDictionary() { method setColumnRealmAnyDictionary (line 590) | public void setColumnRealmAnyDictionary(RealmDictionary colu... method getColumnRealmSet (line 594) | public RealmSet getColumnRealmSet() { method setColumnRealmSet (line 598) | public void setColumnRealmSet(RealmSet c... method getColumnBooleanSet (line 602) | public RealmSet getColumnBooleanSet() { method setColumnBooleanSet (line 606) | public void setColumnBooleanSet(RealmSet columnBooleanSet) { method getColumnStringSet (line 610) | public RealmSet getColumnStringSet() { method setColumnStringSet (line 614) | public void setColumnStringSet(RealmSet columnStringSet) { method getColumnIntegerSet (line 618) | public RealmSet getColumnIntegerSet() { method setColumnIntegerSet (line 622) | public void setColumnIntegerSet(RealmSet columnIntegerSet) { method getColumnFloatSet (line 626) | public RealmSet getColumnFloatSet() { method setColumnFloatSet (line 630) | public void setColumnFloatSet(RealmSet columnFloatSet) { method getColumnLongSet (line 634) | public RealmSet getColumnLongSet() { method setColumnLongSet (line 638) | public void setColumnLongSet(RealmSet columnLongSet) { method getColumnShortSet (line 642) | public RealmSet getColumnShortSet() { method setColumnShortSet (line 646) | public void setColumnShortSet(RealmSet columnShortSet) { method getColumnDoubleSet (line 650) | public RealmSet getColumnDoubleSet() { method setColumnDoubleSet (line 654) | public void setColumnDoubleSet(RealmSet columnDoubleSet) { method getColumnByteSet (line 658) | public RealmSet getColumnByteSet() { method setColumnByteSet (line 662) | public void setColumnByteSet(RealmSet columnByteSet) { method getColumnBinarySet (line 666) | public RealmSet getColumnBinarySet() { method setColumnBinarySet (line 670) | public void setColumnBinarySet(RealmSet columnBinarySet) { method getColumnDateSet (line 674) | public RealmSet getColumnDateSet() { method setColumnDateSet (line 678) | public void setColumnDateSet(RealmSet columnDateSet) { method getColumnObjectIdSet (line 682) | public RealmSet getColumnObjectIdSet() { method setColumnObjectIdSet (line 686) | public void setColumnObjectIdSet(RealmSet columnObjectIdSet) { method getColumnUUIDSet (line 690) | public RealmSet getColumnUUIDSet() { method setColumnUUIDSet (line 694) | public void setColumnUUIDSet(RealmSet columnUUISet) { method getColumnDecimal128Set (line 698) | public RealmSet getColumnDecimal128Set() { method setColumnDecimal128Set (line 702) | public void setColumnDecimal128Set(RealmSet columnDecimal1... method getColumnRealmAnySet (line 706) | public RealmSet getColumnRealmAnySet() { method setColumnRealmAnySet (line 710) | public void setColumnRealmAnySet(RealmSet columnRealmAnySet) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AnimalModule.java class AnimalModule (line 21) | @RealmModule(classes = {Dog.class, Cat.class, DogPrimaryKey.class}) FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AnnotationNameConventions.java class AnnotationNameConventions (line 22) | public class AnnotationNameConventions extends RealmObject { method getId_object (line 29) | public long getId_object() { method setId_object (line 33) | public void setId_object(long id_object) { method getObject_id (line 37) | public long getObject_id() { method setObject_id (line 41) | public void setObject_id(long object_id) { method isObject (line 45) | public boolean isObject() { method setObject (line 49) | public void setObject(boolean isObject) { method isHasObject (line 53) | public boolean isHasObject() { method setHasObject (line 57) | public void setHasObject(boolean hasObject) { method getmObject (line 61) | public long getmObject() { method setmObject (line 65) | public void setmObject(long mObject) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AnnotationTypes.java class AnnotationTypes (line 24) | public class AnnotationTypes extends RealmObject { method getId (line 43) | public long getId() { method setId (line 47) | public void setId(long id) { method getIndexString (line 51) | public String getIndexString() { method setIndexString (line 55) | public void setIndexString(String indexString) { method getNotIndexString (line 59) | public String getNotIndexString() { method setNotIndexString (line 63) | public void setNotIndexString(String notIndexString) { method getIgnoreString (line 67) | public String getIgnoreString() { method setIgnoreString (line 71) | public void setIgnoreString(String ignoreString) { method getTransientString (line 75) | public String getTransientString() { method setTransientString (line 79) | public void setTransientString(String transientString) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/AssetFileModule.java class AssetFileModule (line 24) | @RealmModule(classes = {Owner.class, Cat.class, Dog.class, DogPrimaryKey... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/CatOwner.java class CatOwner (line 23) | public class CatOwner extends RealmObject { method getName (line 33) | public String getName() { method setName (line 37) | public void setName(String name) { method getCats (line 41) | public RealmList getCats() { method setCats (line 45) | public void setCats(RealmList cats) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/ConflictingFieldName.java class ConflictingFieldName (line 21) | public class ConflictingFieldName extends RealmObject { method getRealmString (line 29) | public String getRealmString() { method setRealmString (line 33) | public void setRealmString(String realm) { method getRow (line 37) | public String getRow() { method setRow (line 41) | public void setRow(String row) { method getListeners (line 45) | public String getListeners() { method setListeners (line 49) | public void setListeners(String listeners) { method getPendingQuery (line 53) | public String getPendingQuery() { method setPendingQuery (line 57) | public void setPendingQuery(String pendingQuery) { method getIsCompleted (line 61) | public String getIsCompleted() { method setIsCompleted (line 65) | public void setIsCompleted(String isCompleted) { method getCurrentTableVersion (line 69) | public String getCurrentTableVersion() { method setCurrentTableVersion (line 73) | public void setCurrentTableVersion(String currentTableVersion) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/CustomMethods.java class CustomMethods (line 23) | public class CustomMethods extends RealmObject { method CustomMethods (line 30) | public CustomMethods() { method CustomMethods (line 33) | public CustomMethods(String name) { method getName (line 37) | public String getName() { method setName (line 41) | public void setName(String name) { method getMethods (line 45) | public RealmList getMethods() { method equals (line 49) | @Override method toString (line 60) | @Override method hashCode (line 65) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/entities/CyclicType.java class CyclicType (line 24) | public class CyclicType extends RealmObject { method CyclicType (line 38) | public CyclicType() { method CyclicType (line 41) | public CyclicType(String name) { method getId (line 46) | public long getId() { method setId (line 50) | public void setId(long id) { method getName (line 54) | public String getName() { method setName (line 58) | public void setName(String name) { method getObject (line 62) | public CyclicType getObject() { method setObject (line 66) | public void setObject(CyclicType object) { method getObjects (line 70) | public RealmList getObjects() { method setObjects (line 74) | public void setObjects(RealmList objects) { method getOtherObject (line 78) | public CyclicType getOtherObject() { method setOtherObject (line 82) | public void setOtherObject(CyclicType otherObject) { method getDate (line 86) | public Date getDate() { method setDate (line 90) | public void setDate(Date date) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/CyclicTypePrimaryKey.java class CyclicTypePrimaryKey (line 23) | public class CyclicTypePrimaryKey extends RealmObject { method CyclicTypePrimaryKey (line 31) | public CyclicTypePrimaryKey() { method CyclicTypePrimaryKey (line 34) | public CyclicTypePrimaryKey(long id) { method CyclicTypePrimaryKey (line 38) | public CyclicTypePrimaryKey(long id, String name) { method getId (line 43) | public long getId() { method setId (line 47) | public void setId(long id) { method getName (line 51) | public String getName() { method setName (line 55) | public void setName(String name) { method getObject (line 59) | public CyclicTypePrimaryKey getObject() { method setObject (line 63) | public void setObject(CyclicTypePrimaryKey object) { method getObjects (line 67) | public RealmList getObjects() { method setObjects (line 71) | public void setObjects(RealmList objects) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/DefaultValueConstructor.java class DefaultValueConstructor (line 27) | public class DefaultValueConstructor extends RealmObject { method DefaultValueConstructor (line 86) | public DefaultValueConstructor() { method DefaultValueConstructor (line 104) | public DefaultValueConstructor(long fieldLong) { method getFieldIgnored (line 108) | public String getFieldIgnored() { method setFieldIgnored (line 112) | public void setFieldIgnored(String fieldIgnored) { method getFieldString (line 116) | public String getFieldString() { method setFieldString (line 120) | public void setFieldString(String fieldString) { method getFieldRandomString (line 124) | public String getFieldRandomString() { method setFieldRandomString (line 128) | public void setFieldRandomString(String fieldRandomString) { method getFieldShort (line 132) | public short getFieldShort() { method setFieldShort (line 136) | public void setFieldShort(short fieldShort) { method getFieldInt (line 140) | public int getFieldInt() { method setFieldInt (line 144) | public void setFieldInt(int fieldInt) { method getFieldLongPrimaryKey (line 148) | public long getFieldLongPrimaryKey() { method setFieldLongPrimaryKey (line 152) | public void setFieldLongPrimaryKey(long fieldLongPrimaryKey) { method getFieldLong (line 156) | public long getFieldLong() { method setFieldLong (line 160) | public void setFieldLong(long fieldLong) { method getFieldByte (line 164) | public byte getFieldByte() { method setFieldByte (line 168) | public void setFieldByte(byte fieldByte) { method getFieldFloat (line 172) | public float getFieldFloat() { method setFieldFloat (line 176) | public void setFieldFloat(float fieldFloat) { method getFieldDouble (line 180) | public double getFieldDouble() { method setFieldDouble (line 184) | public void setFieldDouble(double fieldDouble) { method isFieldBoolean (line 188) | public boolean isFieldBoolean() { method setFieldBoolean (line 192) | public void setFieldBoolean(boolean fieldBoolean) { method getFieldDate (line 196) | public Date getFieldDate() { method setFieldDate (line 200) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 204) | public byte[] getFieldBinary() { method setFieldBinary (line 208) | public void setFieldBinary(byte[] fieldBinary) { method getFieldObject (line 212) | public RandomPrimaryKey getFieldObject() { method setFieldObject (line 216) | public void setFieldObject(RandomPrimaryKey fieldObject) { method getFieldList (line 220) | public RealmList getFieldList() { method setFieldList (line 224) | public void setFieldList(RealmList fieldList) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/DefaultValueFromOtherConstructor.java class DefaultValueFromOtherConstructor (line 21) | public class DefaultValueFromOtherConstructor extends RealmObject { method DefaultValueFromOtherConstructor (line 28) | public DefaultValueFromOtherConstructor() { method DefaultValueFromOtherConstructor (line 32) | public DefaultValueFromOtherConstructor(long fieldLong) { method getFieldLong (line 36) | public long getFieldLong() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/DefaultValueOfField.java class DefaultValueOfField (line 31) | public class DefaultValueOfField extends RealmObject { method DefaultValueOfField (line 146) | public DefaultValueOfField() { method DefaultValueOfField (line 149) | public DefaultValueOfField(long fieldLong) { method getFieldIgnored (line 153) | public String getFieldIgnored() { method setFieldIgnored (line 157) | public void setFieldIgnored(String fieldIgnored) { method getFieldString (line 161) | public String getFieldString() { method setFieldString (line 165) | public void setFieldString(String fieldString) { method getFieldRandomString (line 169) | public String getFieldRandomString() { method setFieldRandomString (line 173) | public void setFieldRandomString(String fieldRandomString) { method getFieldShort (line 177) | public short getFieldShort() { method setFieldShort (line 181) | public void setFieldShort(short fieldShort) { method getFieldInt (line 185) | public int getFieldInt() { method setFieldInt (line 189) | public void setFieldInt(int fieldInt) { method getFieldLongPrimaryKey (line 193) | public long getFieldLongPrimaryKey() { method setFieldLongPrimaryKey (line 197) | public void setFieldLongPrimaryKey(long fieldLongPrimaryKey) { method getFieldLong (line 201) | public long getFieldLong() { method setFieldLong (line 205) | public void setFieldLong(long fieldLong) { method getFieldByte (line 209) | public byte getFieldByte() { method setFieldByte (line 213) | public void setFieldByte(byte fieldByte) { method getFieldFloat (line 217) | public float getFieldFloat() { method setFieldFloat (line 221) | public void setFieldFloat(float fieldFloat) { method getFieldDouble (line 225) | public double getFieldDouble() { method setFieldDouble (line 229) | public void setFieldDouble(double fieldDouble) { method isFieldBoolean (line 233) | public boolean isFieldBoolean() { method setFieldBoolean (line 237) | public void setFieldBoolean(boolean fieldBoolean) { method getFieldDate (line 241) | public Date getFieldDate() { method setFieldDate (line 245) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 249) | public byte[] getFieldBinary() { method setFieldBinary (line 253) | public void setFieldBinary(byte[] fieldBinary) { method getFieldObject (line 257) | public RandomPrimaryKey getFieldObject() { method setFieldObject (line 261) | public void setFieldObject(RandomPrimaryKey fieldObject) { method getFieldObjectId (line 265) | public ObjectId getFieldObjectId() { method setFieldObjectId (line 269) | public void setFieldObjectId(ObjectId fieldObjectId) { method getFieldDecimal128 (line 273) | public Decimal128 getFieldDecimal128() { method setFieldDecimal128 (line 277) | public void setFieldDecimal128(Decimal128 fieldDecimal128) { method getFieldUUID (line 281) | public UUID getFieldUUID() { method setFieldUUID (line 285) | public void setFieldUUID(UUID fieldUUID) { method getFieldRealmAny (line 289) | public RealmAny getFieldRealmAny() { method setFieldRealmAny (line 293) | public void setFieldRealmAny(RealmAny fieldRealmAny) { method getFieldList (line 297) | public RealmList getFieldList() { method setFieldList (line 301) | public void setFieldList(RealmList fieldList) { method getFieldStringList (line 305) | public RealmList getFieldStringList() { method setFieldStringList (line 309) | public void setFieldStringList(RealmList fieldStringList) { method getFieldBinaryList (line 313) | public RealmList getFieldBinaryList() { method setFieldBinaryList (line 317) | public void setFieldBinaryList(RealmList fieldBinaryList) { method getFieldBooleanList (line 321) | public RealmList getFieldBooleanList() { method setFieldBooleanList (line 325) | public void setFieldBooleanList(RealmList fieldBooleanList) { method getFieldLongList (line 329) | public RealmList getFieldLongList() { method setFieldLongList (line 333) | public void setFieldLongList(RealmList fieldLongList) { method getFieldIntegerList (line 337) | public RealmList getFieldIntegerList() { method setFieldIntegerList (line 341) | public void setFieldIntegerList(RealmList fieldIntegerList) { method getFieldShortList (line 345) | public RealmList getFieldShortList() { method setFieldShortList (line 349) | public void setFieldShortList(RealmList fieldShortList) { method getFieldByteList (line 353) | public RealmList getFieldByteList() { method setFieldByteList (line 357) | public void setFieldByteList(RealmList fieldByteList) { method getFieldDoubleList (line 361) | public RealmList getFieldDoubleList() { method setFieldDoubleList (line 365) | public void setFieldDoubleList(RealmList fieldDoubleList) { method getFieldFloatList (line 369) | public RealmList getFieldFloatList() { method setFieldFloatList (line 373) | public void setFieldFloatList(RealmList fieldFloatList) { method getFieldDateList (line 377) | public RealmList getFieldDateList() { method setFieldDateList (line 381) | public void setFieldDateList(RealmList fieldDateList) { method getFieldObjectIdList (line 385) | public RealmList getFieldObjectIdList() { method setFieldObjectIdList (line 389) | public void setFieldObjectIdList(RealmList fieldObjectIdList) { method getFieldDecimal128List (line 393) | public RealmList getFieldDecimal128List() { method setFieldDecimal128List (line 397) | public void setFieldDecimal128List(RealmList fieldDecimal1... method getFieldUUIDList (line 401) | public RealmList getFieldUUIDList() { method setFieldUUIDList (line 405) | public void setFieldUUIDList(RealmList fieldUUIDList) { method getFieldRealmAnyList (line 409) | public RealmList getFieldRealmAnyList() { method setFieldRealmAnyList (line 413) | public void setFieldRealmAnyList(RealmList fieldRealmAnyList) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/DefaultValueOverwriteNullLink.java class DefaultValueOverwriteNullLink (line 27) | public class DefaultValueOverwriteNullLink extends RealmObject { method DefaultValueOverwriteNullLink (line 36) | public DefaultValueOverwriteNullLink() { method getFieldObject (line 47) | public RandomPrimaryKey getFieldObject() { method setFieldObject (line 51) | public void setFieldObject(RandomPrimaryKey fieldObject) { method getExpectedKeyOfFieldObject (line 55) | public String getExpectedKeyOfFieldObject() { method setExpectedKeyOfFieldObject (line 59) | public void setExpectedKeyOfFieldObject(String expectedKeyOfFieldObjec... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/DefaultValueSetter.java class DefaultValueSetter (line 27) | public class DefaultValueSetter extends RealmObject { method DefaultValueSetter (line 86) | public DefaultValueSetter() { method DefaultValueSetter (line 108) | public DefaultValueSetter(long fieldLong) { method getFieldIgnored (line 112) | public String getFieldIgnored() { method setFieldIgnored (line 116) | public void setFieldIgnored(String fieldIgnored) { method getFieldString (line 120) | public String getFieldString() { method setFieldString (line 124) | public void setFieldString(String fieldString) { method getFieldRandomString (line 128) | public String getFieldRandomString() { method setFieldRandomString (line 132) | public void setFieldRandomString(String fieldRandomString) { method getFieldShort (line 136) | public short getFieldShort() { method setFieldShort (line 140) | public void setFieldShort(short fieldShort) { method getFieldInt (line 144) | public int getFieldInt() { method setFieldInt (line 148) | public void setFieldInt(int fieldInt) { method getFieldLongPrimaryKey (line 152) | public long getFieldLongPrimaryKey() { method setFieldLongPrimaryKey (line 156) | public void setFieldLongPrimaryKey(long fieldLongPrimaryKey) { method getFieldLong (line 160) | public long getFieldLong() { method setFieldLong (line 164) | public void setFieldLong(long fieldLong) { method getFieldByte (line 168) | public byte getFieldByte() { method setFieldByte (line 172) | public void setFieldByte(byte fieldByte) { method getFieldFloat (line 176) | public float getFieldFloat() { method setFieldFloat (line 180) | public void setFieldFloat(float fieldFloat) { method getFieldDouble (line 184) | public double getFieldDouble() { method setFieldDouble (line 188) | public void setFieldDouble(double fieldDouble) { method isFieldBoolean (line 192) | public boolean isFieldBoolean() { method setFieldBoolean (line 196) | public void setFieldBoolean(boolean fieldBoolean) { method getFieldDate (line 200) | public Date getFieldDate() { method setFieldDate (line 204) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 208) | public byte[] getFieldBinary() { method setFieldBinary (line 212) | public void setFieldBinary(byte[] fieldBinary) { method getFieldObject (line 216) | public RandomPrimaryKey getFieldObject() { method setFieldObject (line 220) | public void setFieldObject(RandomPrimaryKey fieldObject) { method getFieldList (line 224) | public RealmList getFieldList() { method setFieldList (line 228) | public void setFieldList(RealmList fieldList) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/FieldOrder.java class FieldOrder (line 21) | public class FieldOrder extends RealmObject { method isField1 (line 26) | public boolean isField1() { method setField1 (line 30) | public void setField1(boolean field1) { method getField2 (line 34) | public int getField2() { method setField2 (line 38) | public void setField2(int field2) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/HumanModule.java class HumanModule (line 21) | @RealmModule(classes = {CatOwner.class, Owner.class}) FILE: realm/realm-library/src/androidTest/java/io/realm/entities/IOSAllTypes.java class IOSAllTypes (line 25) | public class IOSAllTypes extends RealmObject { method getId (line 45) | public long getId() { method setId (line 49) | public void setId(long id) { method isBoolCol (line 53) | public boolean isBoolCol() { method setBoolCol (line 57) | public void setBoolCol(boolean boolCol) { method getShortCol (line 61) | public short getShortCol() { method setShortCol (line 65) | public void setShortCol(short shortCol) { method getIntCol (line 69) | public int getIntCol() { method setIntCol (line 73) | public void setIntCol(int intCol) { method getLongCol (line 77) | public long getLongCol() { method setLongCol (line 81) | public void setLongCol(long longCol) { method getLongLongCol (line 85) | public long getLongLongCol() { method setLongLongCol (line 89) | public void setLongLongCol(long longLongCol) { method getFloatCol (line 93) | public float getFloatCol() { method setFloatCol (line 97) | public void setFloatCol(float floatCol) { method getDoubleCol (line 101) | public double getDoubleCol() { method setDoubleCol (line 105) | public void setDoubleCol(double doubleCol) { method getByteCol (line 109) | public byte[] getByteCol() { method setByteCol (line 113) | public void setByteCol(byte[] byteCol) { method getStringCol (line 117) | public String getStringCol() { method setStringCol (line 121) | public void setStringCol(String stringCol) { method getDateCol (line 125) | public Date getDateCol() { method setDateCol (line 129) | public void setDateCol(Date dateCol) { method getChild (line 133) | public IOSChild getChild() { method setChild (line 137) | public void setChild(IOSChild child) { method getChildren (line 141) | public RealmList getChildren() { method setChildren (line 145) | public void setChildren(RealmList children) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/IOSChild.java class IOSChild (line 21) | public class IOSChild extends RealmObject { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/IndexedFields.java class IndexedFields (line 26) | public class IndexedFields extends RealmObject { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/MappedAllJavaTypes.java class MappedAllJavaTypes (line 34) | @RealmClass(fieldNamingPolicy = RealmNamingPolicy.LOWER_CASE_WITH_UNDERS... method MappedAllJavaTypes (line 74) | public MappedAllJavaTypes() { method MappedAllJavaTypes (line 77) | public MappedAllJavaTypes(long fieldLong) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/MutableRealmIntegerTypes.java class MutableRealmIntegerTypes (line 24) | public class MutableRealmIntegerTypes extends RealmObject { method getColumnNullableMutableRealmInteger (line 38) | public MutableRealmInteger getColumnNullableMutableRealmInteger() { method getColumnNonNullableMutableRealmInteger (line 42) | public MutableRealmInteger getColumnNonNullableMutableRealmInteger() { method getColumnIndexedMutableRealmInteger (line 46) | public MutableRealmInteger getColumnIndexedMutableRealmInteger() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/NoPrimaryKeyNullTypes.java class NoPrimaryKeyNullTypes (line 40) | public class NoPrimaryKeyNullTypes extends RealmObject { method getFieldStringNotNull (line 115) | public String getFieldStringNotNull() { method setFieldStringNotNull (line 119) | public void setFieldStringNotNull(String fieldStringNotNull) { method getFieldStringNull (line 123) | public String getFieldStringNull() { method setFieldStringNull (line 127) | public void setFieldStringNull(String fieldStringNull) { method getFieldBytesNull (line 131) | public byte[] getFieldBytesNull() { method setFieldBytesNull (line 135) | public void setFieldBytesNull(byte[] fieldBytesNull) { method getFieldBytesNotNull (line 139) | public byte[] getFieldBytesNotNull() { method setFieldBytesNotNull (line 143) | public void setFieldBytesNotNull(byte[] fieldBytesNotNull) { method getFieldBooleanNotNull (line 147) | public Boolean getFieldBooleanNotNull() { method setFieldBooleanNotNull (line 151) | public void setFieldBooleanNotNull(Boolean fieldBooleanNotNull) { method getFieldBooleanNull (line 155) | public Boolean getFieldBooleanNull() { method setFieldBooleanNull (line 159) | public void setFieldBooleanNull(Boolean fieldBooleanNull) { method getFieldByteNotNull (line 163) | public Byte getFieldByteNotNull() { method setFieldByteNotNull (line 167) | public void setFieldByteNotNull(Byte fieldByteNotNull) { method getFieldByteNull (line 171) | public Byte getFieldByteNull() { method setFieldByteNull (line 175) | public void setFieldByteNull(Byte fieldByteNull) { method getFieldShortNotNull (line 179) | public Short getFieldShortNotNull() { method setFieldShortNotNull (line 183) | public void setFieldShortNotNull(Short fieldShortNotNull) { method getFieldShortNull (line 187) | public Short getFieldShortNull() { method setFieldShortNull (line 191) | public void setFieldShortNull(Short fieldShortNull) { method getFieldIntegerNotNull (line 195) | public Integer getFieldIntegerNotNull() { method setFieldIntegerNotNull (line 199) | public void setFieldIntegerNotNull(Integer fieldIntegerNotNull) { method getFieldIntegerNull (line 203) | public Integer getFieldIntegerNull() { method setFieldIntegerNull (line 207) | public void setFieldIntegerNull(Integer fieldIntegerNull) { method getFieldLongNotNull (line 211) | public Long getFieldLongNotNull() { method setFieldLongNotNull (line 215) | public void setFieldLongNotNull(Long fieldLongNotNull) { method getFieldLongNull (line 219) | public Long getFieldLongNull() { method setFieldLongNull (line 223) | public void setFieldLongNull(Long fieldLongNull) { method getFieldFloatNotNull (line 227) | public Float getFieldFloatNotNull() { method setFieldFloatNotNull (line 231) | public void setFieldFloatNotNull(Float fieldFloatNotNull) { method getFieldFloatNull (line 235) | public Float getFieldFloatNull() { method setFieldFloatNull (line 239) | public void setFieldFloatNull(Float fieldFloatNull) { method getFieldDoubleNotNull (line 243) | public Double getFieldDoubleNotNull() { method setFieldDoubleNotNull (line 247) | public void setFieldDoubleNotNull(Double fieldDoubleNotNull) { method getFieldDoubleNull (line 251) | public Double getFieldDoubleNull() { method setFieldDoubleNull (line 255) | public void setFieldDoubleNull(Double fieldDoubleNull) { method getFieldDateNotNull (line 259) | public Date getFieldDateNotNull() { method setFieldDateNotNull (line 263) | public void setFieldDateNotNull(Date fieldDateNotNull) { method getFieldDateNull (line 267) | public Date getFieldDateNull() { method setFieldDateNull (line 271) | public void setFieldDateNull(Date fieldDateNull) { method getFieldObjectNull (line 275) | public NoPrimaryKeyNullTypes getFieldObjectNull() { method setFieldObjectNull (line 279) | public void setFieldObjectNull(NoPrimaryKeyNullTypes fieldObjectNull) { method getFieldDecimal128NotNull (line 283) | public Decimal128 getFieldDecimal128NotNull() { method setFieldDecimal128NotNull (line 287) | public void setFieldDecimal128NotNull(Decimal128 fieldDecimal128NotNul... method getFieldDecimal128Null (line 291) | public Decimal128 getFieldDecimal128Null() { method setFieldDecimal128Null (line 295) | public void setFieldDecimal128Null(Decimal128 fieldDecimal128Null) { method getFieldObjectIdNotNull (line 299) | public ObjectId getFieldObjectIdNotNull() { method setFieldObjectIdNotNull (line 303) | public void setFieldObjectIdNotNull(ObjectId fieldObjectIdNotNull) { method getFieldObjectIdNull (line 307) | public ObjectId getFieldObjectIdNull() { method setFieldObjectIdNull (line 311) | public void setFieldObjectIdNull(ObjectId fieldObjectIdNull) { method getFieldUUIDNotNull (line 315) | public UUID getFieldUUIDNotNull() { method setFieldUUIDNotNull (line 319) | public void setFieldUUIDNotNull(UUID fieldUUIDNotNull) { method getFieldUUIDNull (line 323) | public UUID getFieldUUIDNull() { method setFieldUUIDNull (line 327) | public void setFieldUUIDNull(UUID fieldUUIDNull) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/NoPrimaryKeyWithPrimaryKeyObjectRelation.java class NoPrimaryKeyWithPrimaryKeyObjectRelation (line 21) | public class NoPrimaryKeyWithPrimaryKeyObjectRelation extends RealmObject { method getColumnString (line 28) | public String getColumnString() { method setColumnString (line 32) | public void setColumnString(String columnString) { method getColumnRealmObjectPK (line 36) | public AllTypesPrimaryKey getColumnRealmObjectPK() { method setColumnRealmObjectPK (line 40) | public void setColumnRealmObjectPK(AllTypesPrimaryKey columnRealmObjec... method getColumnInt (line 44) | public int getColumnInt() { method setColumnInt (line 48) | public void setColumnInt(int columnInt) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/NonLatinFieldNames.java class NonLatinFieldNames (line 22) | public class NonLatinFieldNames extends RealmObject { method get베타 (line 38) | public float get베타() { return 베타; } method set베타 (line 40) | public void set베타(float 베타) { this.베타 = 베타; } method getΒήτα (line 42) | public float getΒήτα() { return βήτα; } method setΒήτα (line 44) | public void setΒήτα(float βήτα) { this.βήτα = βήτα; } method get델타 (line 46) | public long get델타() { return 델타; } method set델타 (line 48) | public void set델타(long 델타) { this.델타 = 델타; } method getΔέλτα (line 50) | public long getΔέλτα() { return Δέλτα; } method setΔέλτα (line 52) | public void setΔέλτα(long δέλτα) { this.Δέλτα = δέλτα; } method getChildren (line 54) | public RealmList getChildren() { method setChildren (line 58) | public void setChildren(RealmList children) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/NullablePrimitiveFields.java class NullablePrimitiveFields (line 28) | public class NullablePrimitiveFields extends RealmObject { method getFieldInt (line 56) | public Integer getFieldInt() { method setFieldInt (line 60) | public void setFieldInt(Integer fieldInt) { method getFieldFloat (line 64) | public Float getFieldFloat() { method setFieldFloat (line 68) | public void setFieldFloat(Float fieldFloat) { method getFieldDouble (line 72) | public Double getFieldDouble() { method setFieldDouble (line 76) | public void setFieldDouble(Double fieldDouble) { method getFieldBoolean (line 80) | public Boolean getFieldBoolean() { method setFieldBoolean (line 84) | public void setFieldBoolean(Boolean fieldBoolean) { method getFieldString (line 88) | public String getFieldString() { method setFieldString (line 92) | public void setFieldString(String fieldString) { method getFieldDate (line 96) | public Date getFieldDate() { method setFieldDate (line 100) | public void setFieldDate(Date fieldDate) { method getFieldBinary (line 104) | public Byte getFieldBinary() { method setFieldBinary (line 108) | public void setFieldBinary(Byte fieldBinary) { method getFieldObjectId (line 112) | public ObjectId getFieldObjectId() { method setFieldObjectId (line 116) | public void setFieldObjectId(ObjectId fieldObjectId) { method getFieldDecimal128 (line 120) | public Decimal128 getFieldDecimal128() { method setFieldDecimal128 (line 124) | public void setFieldDecimal128(Decimal128 fieldDecimal128) { method getFieldUUID (line 128) | public UUID getFieldUUID() { method setFieldUUID (line 132) | public void setFieldUUID(UUID fieldUUID) { method getFieldRealmAny (line 136) | public RealmAny getFieldRealmAny() { method setFieldRealmAny (line 140) | public void setFieldRealmAny(RealmAny fieldRealmAny) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/Object4957.java class Object4957 (line 24) | public class Object4957 extends RealmObject { method setId (line 31) | public void setId(int id) { method getId (line 35) | public int getId() { method setChild (line 39) | public void setChild(Object4957 child) { method getChildList (line 43) | public RealmList getChildList() { method getChild (line 47) | public Object4957 getChild() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/ObjectIdPrimaryKey.java class ObjectIdPrimaryKey (line 24) | public class ObjectIdPrimaryKey extends RealmObject { method getObjectId (line 32) | public ObjectId getObjectId() { method setObjectId (line 36) | public void setObjectId(ObjectId objectId) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/OwnerPrimaryKey.java class OwnerPrimaryKey (line 23) | public class OwnerPrimaryKey extends RealmObject { method OwnerPrimaryKey (line 32) | public OwnerPrimaryKey() { method OwnerPrimaryKey (line 35) | public OwnerPrimaryKey(long id, String name) { method getId (line 40) | public long getId() { method setId (line 44) | public void setId(long id) { method getName (line 48) | public String getName() { method setName (line 52) | public void setName(String name) { method getDog (line 56) | public DogPrimaryKey getDog() { method setDog (line 60) | public void setDog(DogPrimaryKey dog) { method getDogs (line 64) | public RealmList getDogs() { method setDogs (line 68) | public void setDogs(RealmList dogs) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/PrimaryKeyAsObjectId.java class PrimaryKeyAsObjectId (line 26) | public class PrimaryKeyAsObjectId extends RealmObject implements NullPri... method PrimaryKeyAsObjectId (line 36) | public PrimaryKeyAsObjectId() { method PrimaryKeyAsObjectId (line 39) | public PrimaryKeyAsObjectId(ObjectId id, String name) { method getId (line 44) | @Override method setId (line 49) | @Override method getName (line 54) | @Override method setName (line 59) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/entities/PrimaryKeyMix.java class PrimaryKeyMix (line 22) | public class PrimaryKeyMix extends RealmObject { method PrimaryKeyMix (line 30) | public PrimaryKeyMix() { method PrimaryKeyMix (line 34) | public PrimaryKeyMix(long id) { method getId (line 38) | public long getId() { method setId (line 42) | public void setId(long id) { method getDogOwner (line 46) | public OwnerPrimaryKey getDogOwner() { method setDogOwner (line 50) | public void setDogOwner(OwnerPrimaryKey dogOwner) { method getCat (line 54) | public Cat getCat() { method setCat (line 58) | public void setCat(Cat cat) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/PrimaryKeyRequiredAsString.java class PrimaryKeyRequiredAsString (line 24) | public class PrimaryKeyRequiredAsString extends RealmObject implements N... method PrimaryKeyRequiredAsString (line 32) | public PrimaryKeyRequiredAsString(){} method PrimaryKeyRequiredAsString (line 33) | public PrimaryKeyRequiredAsString(String id, String name) { method getId (line 38) | @Override method setId (line 43) | @Override method getName (line 48) | @Override method setName (line 53) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/entities/PrimaryKeyWithNoPrimaryKeyObjectRelation.java class PrimaryKeyWithNoPrimaryKeyObjectRelation (line 22) | public class PrimaryKeyWithNoPrimaryKeyObjectRelation extends RealmObject { method getColumnString (line 37) | public String getColumnString() { method setColumnString (line 41) | public void setColumnString(String columnString) { method getColumnRealmObjectNoPK (line 45) | public AllTypes getColumnRealmObjectNoPK() { method setColumnRealmObjectNoPK (line 49) | public void setColumnRealmObjectNoPK(AllTypes columnRealmObjectNoPK) { method getColumnInt (line 53) | public int getColumnInt() { method setColumnInt (line 57) | public void setColumnInt(int columnInt) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/PrimitiveListTypes.java class PrimitiveListTypes (line 31) | public class PrimitiveListTypes extends RealmObject { method getList (line 129) | public RealmList getList(String fieldName) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/RandomPrimaryKey.java class RandomPrimaryKey (line 24) | public class RandomPrimaryKey extends RealmObject { method RandomPrimaryKey (line 36) | public RandomPrimaryKey() { method getFieldRandomPrimaryKey (line 39) | public String getFieldRandomPrimaryKey() { method setFieldRandomPrimaryKey (line 43) | public void setFieldRandomPrimaryKey(String fieldRandomPrimaryKey) { method getFieldInt (line 47) | public int getFieldInt() { method setFieldInt (line 51) | public void setFieldInt(int fieldInt) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/StringAndInt.java class StringAndInt (line 21) | public class StringAndInt extends RealmObject { method getStr (line 25) | public String getStr() { method setStr (line 29) | public void setStr(String str) { method getNumber (line 33) | public int getNumber() { method setNumber (line 37) | public void setNumber(int number) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/StringOnly.java class StringOnly (line 21) | public class StringOnly extends RealmObject { method getChars (line 28) | public String getChars() { method setChars (line 32) | public void setChars(String chars) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/StringOnlyModule.java class StringOnlyModule (line 6) | @RealmModule(classes = { StringOnly.class}) FILE: realm/realm-library/src/androidTest/java/io/realm/entities/StringOnlyReadOnly.java class StringOnlyReadOnly (line 26) | public class StringOnlyReadOnly extends RealmObject { method getChars (line 29) | public String getChars() { method setChars (line 33) | public void setChars(String chars) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/StringOnlyRequired.java class StringOnlyRequired (line 24) | public class StringOnlyRequired extends RealmObject { method getChars (line 28) | public String getChars() { method setChars (line 32) | public void setChars(String chars) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/Thread.java class Thread (line 21) | @SuppressWarnings("JavaLangClash") method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/conflict/AllJavaTypes.java class AllJavaTypes (line 23) | @RealmClass(name = "!AllJavaTypes") FILE: realm/realm-library/src/androidTest/java/io/realm/entities/conflict/List.java class List (line 22) | public class List extends RealmObject { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/conflict/Map.java class Map (line 23) | @RealmClass FILE: realm/realm-library/src/androidTest/java/io/realm/entities/conflict/String.java class String (line 22) | @SuppressWarnings("JavaLangClash") FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/HandleBackLinksChild1.java class HandleBackLinksChild1 (line 6) | public class HandleBackLinksChild1 extends RealmObject { method HandleBackLinksChild1 (line 10) | public HandleBackLinksChild1() {} FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/HandleBackLinksChild2.java class HandleBackLinksChild2 (line 7) | @RealmClass(embedded = true) method HandleBackLinksChild2 (line 12) | public HandleBackLinksChild2() {} FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/HandleBackLinksParent1.java class HandleBackLinksParent1 (line 7) | public class HandleBackLinksParent1 extends RealmObject { method HandleBackLinksParent1 (line 13) | public HandleBackLinksParent1() {} FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/HandleBackLinksParent2.java class HandleBackLinksParent2 (line 7) | public class HandleBackLinksParent2 extends RealmObject { method HandleBackLinksParent2 (line 13) | public HandleBackLinksParent2() {} FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationClassRenamed.java class MigrationClassRenamed (line 24) | public class MigrationClassRenamed extends RealmObject implements Migrat... method setFieldFirst (line 40) | public void setFieldFirst(Byte fieldFirst) { method getFieldFirst (line 44) | public Byte getFieldFirst() { method setFieldSecond (line 48) | public void setFieldSecond(Short fieldSecond) { method getFieldSecond (line 52) | public Short getFieldSecond() { method setFieldPrimary (line 56) | public void setFieldPrimary(String fieldPrimary) { method getFieldPrimary (line 60) | public String getFieldPrimary() { method setFieldFourth (line 64) | public void setFieldFourth(Integer fieldFourth) { method getFieldFourth (line 68) | public Integer getFieldFourth() { method setFieldFifth (line 72) | public void setFieldFifth(Long fieldFifth) { method getFieldFifth (line 76) | public Long getFieldFifth() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationCore6PKStringIndexedByDefault.java class MigrationCore6PKStringIndexedByDefault (line 22) | public class MigrationCore6PKStringIndexedByDefault extends RealmObject { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationFieldRenameAndAdd.java class MigrationFieldRenameAndAdd (line 22) | public class MigrationFieldRenameAndAdd extends RealmObject { method getString1 (line 26) | public String getString1() { method setString1 (line 30) | public void setString1(String string1) { method getString2 (line 34) | public String getString2() { method setString2 (line 38) | public void setString2(String string2) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationFieldRenamed.java class MigrationFieldRenamed (line 24) | public class MigrationFieldRenamed extends RealmObject implements Migrat... method setFieldFirst (line 42) | public void setFieldFirst(Byte fieldFirst) { method getFieldFirst (line 46) | public Byte getFieldFirst() { method setFieldSecond (line 50) | public void setFieldSecond(Short fieldSecond) { method getFieldSecond (line 54) | public Short getFieldSecond() { method setFieldRenamedPrimary (line 58) | public void setFieldRenamedPrimary(String fieldRenamedPrimary) { method getFieldRenamedPrimary (line 62) | public String getFieldRenamedPrimary() { method setFieldFourth (line 66) | public void setFieldFourth(Integer fieldFourth) { method getFieldFourth (line 70) | public Integer getFieldFourth() { method setFieldFifth (line 74) | public void setFieldFifth(Long fieldFifth) { method getFieldFifth (line 78) | public Long getFieldFifth() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationFieldTypeToInt.java class MigrationFieldTypeToInt (line 24) | public class MigrationFieldTypeToInt extends RealmObject implements Migr... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationFieldTypeToInteger.java class MigrationFieldTypeToInteger (line 24) | public class MigrationFieldTypeToInteger extends RealmObject implements ... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationIndexedFieldRenamed.java class MigrationIndexedFieldRenamed (line 23) | public class MigrationIndexedFieldRenamed extends RealmObject { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationPosteriorIndexOnly.java class MigrationPosteriorIndexOnly (line 24) | public class MigrationPosteriorIndexOnly extends RealmObject implements ... method setFieldPrimary (line 35) | public void setFieldPrimary(String fieldPrimary) { method getFieldPrimary (line 39) | public String getFieldPrimary() { method setFieldFourth (line 43) | public void setFieldFourth(Integer fieldFourth) { method getFieldFourth (line 47) | public Integer getFieldFourth() { method setFieldFifth (line 51) | public void setFieldFifth(Long fieldFifth) { method getFieldFifth (line 55) | public Long getFieldFifth() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/migration/MigrationPriorIndexOnly.java class MigrationPriorIndexOnly (line 24) | public class MigrationPriorIndexOnly extends RealmObject implements Migr... method setFieldFirst (line 35) | public void setFieldFirst(Byte fieldFirst) { method getFieldFirst (line 39) | public Byte getFieldFirst() { method setFieldSecond (line 43) | public void setFieldSecond(Short fieldSecond) { method getFieldSecond (line 47) | public Short getFieldSecond() { method setFieldPrimary (line 51) | public void setFieldPrimary(String fieldPrimary) { method getFieldPrimary (line 55) | public String getFieldPrimary() { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/AllTypesRealmModel.java class AllTypesRealmModel (line 33) | @RealmClass method hashCode (line 64) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/InvalidRealmModel.java class InvalidRealmModel (line 21) | public class InvalidRealmModel implements RealmModel { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/PojoWithRealmListOfRealmObject.java class PojoWithRealmListOfRealmObject (line 24) | @RealmClass method getColumnRealmList (line 28) | public RealmList getColumnRealmList() { method setColumnRealmList (line 32) | public void setColumnRealmList(RealmList columnRealmList) { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/RealmModelWithRealmListOfRealmModel.java class RealmModelWithRealmListOfRealmModel (line 23) | @RealmClass method getColumnRealmList (line 27) | public RealmList getColumnRealmList() { method setColumnRealmList (line 31) | public void setColumnRealmList(RealmList columnRea... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/RealmModelWithRealmModelField.java class RealmModelWithRealmModelField (line 22) | @RealmClass method getAllTypesRealmModel (line 26) | public AllTypesRealmModel getAllTypesRealmModel() { method setAllTypesRealmModel (line 30) | public void setAllTypesRealmModel(AllTypesRealmModel allTypesRealmMode... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/RealmObjectWithRealmListOfRealmModel.java class RealmObjectWithRealmListOfRealmModel (line 22) | public class RealmObjectWithRealmListOfRealmModel extends RealmObject { method getColumnRealmList (line 25) | public RealmList getColumnRealmList() { method setColumnRealmList (line 29) | public void setColumnRealmList(RealmList columnRea... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/pojo/RealmObjectWithRealmModelField.java class RealmObjectWithRealmModelField (line 21) | public class RealmObjectWithRealmModelField extends RealmObject { method getAllTypesRealmModel (line 24) | public AllTypesRealmModel getAllTypesRealmModel() { method setAllTypesRealmModel (line 28) | public void setAllTypesRealmModel(AllTypesRealmModel allTypesRealmMode... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/ClassNameOverrideModulePolicy.java class ClassNameOverrideModulePolicy (line 28) | @RealmClass(name = "class-name-override", fieldNamingPolicy = RealmNamin... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/ClassWithPolicy.java class ClassWithPolicy (line 30) | @RealmClass(fieldNamingPolicy = RealmNamingPolicy.LOWER_CASE_WITH_UNDERS... FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/ClassWithValueDefinedNames.java class ClassWithValueDefinedNames (line 24) | @RealmClass("my-class-name") FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/CustomRealmNamesModule.java class CustomRealmNamesModule (line 21) | @RealmModule(classes = FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/DefaultPolicyFromModule.java class DefaultPolicyFromModule (line 20) | public class DefaultPolicyFromModule extends RealmObject { FILE: realm/realm-library/src/androidTest/java/io/realm/entities/realmname/FieldNameOverrideClassPolicy.java class FieldNameOverrideClassPolicy (line 23) | @RealmClass(fieldNamingPolicy = RealmNamingPolicy.PASCAL_CASE) FILE: realm/realm-library/src/androidTest/java/io/realm/instrumentation/ActivityLifecycle.java class ActivityLifecycle (line 25) | public class ActivityLifecycle implements Lifecycle, RealmChangeListener... method ActivityLifecycle (line 30) | public ActivityLifecycle (RealmConfiguration realmConfiguration) { method onStart (line 34) | @Override method onStop (line 41) | @Override method onChange (line 47) | @Override FILE: realm/realm-library/src/androidTest/java/io/realm/instrumentation/Lifecycle.java type Lifecycle (line 19) | public interface Lifecycle { method onStart (line 20) | void onStart (); method onStop (line 21) | void onStop (); FILE: realm/realm-library/src/androidTest/java/io/realm/instrumentation/LifecycleComponentFactory.java class LifecycleComponentFactory (line 21) | public class LifecycleComponentFactory { method newInstance (line 22) | public static Lifecycle newInstance(RealmConfiguration realmConfigurat... FILE: realm/realm-library/src/androidTest/java/io/realm/internal/AndroidCapabilitiesTest.java class AndroidCapabilitiesTest (line 31) | @RunWith(AndroidJUnit4.class) method emulateMainThread_false (line 37) | @Test method emulateMainThread_true (line 44) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNIColumnInfoTest.java class JNIColumnInfoTest (line 38) | @RunWith(AndroidJUnit4.class) method setUp (line 47) | @Before method tearDown (line 62) | @After method shouldGetColumnInformation (line 69) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNINativeTest.java class JNINativeTest (line 26) | @RunWith(AndroidJUnit4.class) method nativeExceptions (line 29) | @Test method clampMaxTimestamps (line 42) | @Test method clampMinTimestamps (line 48) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNIQueryTest.java class JNIQueryTest (line 43) | @RunWith(AndroidJUnit4.class) method setUp (line 54) | @Before method tearDown (line 61) | @After method init (line 68) | private void init() { method shouldQuery (line 87) | @Test method nonCompleteQuery (line 113) | @Test method shouldFind (line 135) | @Test method queryTestForNoMatches (line 161) | @Test method queryWithWrongDataType (line 186) | @Test method maximumDate (line 263) | @Test method minimumDate (line 280) | @Test method dateQuery (line 297) | @Test method byteArrayQuery (line 404) | @Test method decimal128Query (line 437) | @Test method objectIdQuery (line 478) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNIRowTest.java class JNIRowTest (line 45) | @RunWith(AndroidJUnit4.class) method setUp (line 55) | @Before method tearDown (line 64) | @After method nonNullValues (line 75) | @Test method nullValues (line 144) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNITableInsertTest.java class JNITableInsertTest (line 45) | @RunWith(Parameterized.class) method setUp (line 57) | @Before method tearDown (line 64) | @After method parameters (line 71) | @Parameterized.Parameters method JNITableInsertTest (line 89) | public JNITableInsertTest(List value) { method testGenericAddOnTable (line 93) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/JNITableTest.java class JNITableTest (line 45) | @RunWith(AndroidJUnit4.class) method setUp (line 54) | @Before method tearDown (line 60) | @After method tableToString (line 67) | @Test method findFirstNonExisting (line 85) | @Test method findFirst (line 114) | @Test method getNonExistingColumn (line 162) | @Test method setNulls (line 178) | @Test method getName (line 207) | @Test method shouldThrowWhenSetIndexOnWrongRealmFieldType (line 225) | @Test method columnName (line 276) | @Test method tableNumbers (line 290) | @Test method isNullable (line 354) | @Test method defaultValue_setAndGet (line 370) | @Test method defaultValue_setMultipleTimes (line 492) | @Test method defaultValue_overwrittenByNonDefault (line 623) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/ObserverPairListTests.java class ObserverPairListTests (line 39) | @RunWith(AndroidJUnit4.class) class TestListener (line 42) | private static class TestListener { method onChange (line 43) | void onChange(T integer) { class TestObserverPair (line 47) | private static class TestObserverPair extends ObserverPairList.Observe... method TestObserverPair (line 48) | TestObserverPair(Integer observer, TestListener listener) { method setUp (line 60) | @Before method tearDown (line 65) | @After method add (line 70) | @Test method add_noDuplicate (line 92) | @Test method add_worksAfterClears (line 105) | @Test method remove (line 126) | @SuppressLint({"UseValueOf", "BoxedPrimitiveConstructor"}) method removeByObserver (line 147) | @Test method clear (line 168) | @Test method isEmpty (line 177) | @Test method foreach (line 187) | @Test method foreach_shouldRemoveWeakRefs (line 212) | @Test method foreach_canRemove (line 236) | @Test method foreach_canClear (line 259) | @Test method foreach_canAdd (line 291) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/OsListTests.java class OsListTests (line 43) | @RunWith(AndroidJUnit4.class) method setUp (line 52) | @Before method tearDown (line 93) | @After method addNull_insertNull_setNull_nullableList (line 99) | private void addNull_insertNull_setNull_nullableList(OsList osList) { method addNull_insertNull_setNull_requiredList (line 112) | private void addNull_insertNull_setNull_requiredList(OsList osList) { method add_insert_set_values_long (line 138) | private void add_insert_set_values_long(OsList osList) { method add_insert_set_get_Long (line 155) | @Test method add_insert_get_set_required_Long (line 164) | @Test method add_insert_set_values_double (line 173) | private void add_insert_set_values_double(OsList osList) { method add_insert_set_get_Double (line 190) | @Test method add_insert_set_get_required_Double (line 199) | @Test method add_insert_set_values_float (line 208) | private void add_insert_set_values_float(OsList osList) { method add_insert_get_Float (line 225) | @Test method add_insert_get_required_Float (line 234) | @Test method add_insert_set_values_boolean (line 243) | private void add_insert_set_values_boolean(OsList osList) { method add_insert_set_get_Boolean (line 260) | @Test method add_insert_set_get_required_Boolean (line 269) | @Test method add_insert_set_get_Date (line 278) | @Test method add_insert_set_null_required_Date (line 321) | @Test method add_insert_get_String (line 347) | @Test method add_insert_set_null_required_String (line 387) | @Test method add_insert_get_Binary (line 413) | @Test method add_insert_set_null_required_Binary (line 459) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/OsObjectStoreTests.java class OsObjectStoreTests (line 40) | @RunWith(AndroidJUnit4.class) method setUp (line 47) | @Before method tearDown (line 52) | @After method callWithLock (line 57) | @Test method callWithLock_throwInCallback (line 82) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/OsResultsTests.java class OsResultsTests (line 50) | @RunWith(AndroidJUnit4.class) method setUp (line 72) | @Before method tearDown (line 78) | @After method getSharedRealm (line 83) | private OsSharedRealm getSharedRealm() { method getSharedRealmForLooper (line 88) | private OsSharedRealm getSharedRealmForLooper() { method getSharedRealm (line 93) | private OsSharedRealm getSharedRealm(RealmConfiguration config) { method getTable (line 103) | private Table getTable(OsSharedRealm sharedRealm) { method populateData (line 107) | private void populateData(OsSharedRealm sharedRealm) { method addRowAsync (line 139) | private void addRowAsync(final OsSharedRealm sharedRealm) { method addRow (line 154) | private void addRow(OsSharedRealm sharedRealm) { method constructor_withDistinct (line 161) | @Test method constructor_queryOnDeletedTable (line 171) | @Test method size (line 183) | @Test method where (line 189) | @Test method sort (line 204) | @Test method clear (line 219) | @Test method contains (line 229) | @Test method indexOf (line 236) | @Test method distinct (line 243) | @Test method addListener_shouldBeCalledToReturnTheQueryResults (line 260) | @Test method addListener_shouldBeCalledWhenRefreshToReturnTheQueryResults (line 282) | @Test method addListener_shouldBeCalledWhenRefreshAfterLocalCommit (line 302) | @Test method addListener_triggeredByRefresh (line 330) | @Test method addListener_queryNotReturned (line 349) | @Test method addListener_queryReturned (line 371) | @Test method addListener_triggeredByLocalCommit (line 396) | @Test class TestIterator (line 428) | private static class TestIterator extends OsResults.Iterator { method TestIterator (line 429) | TestIterator(OsResults osResults) { method convertRowToObject (line 433) | @Override method getInternal (line 438) | @Override method isDetached (line 443) | boolean isDetached(OsSharedRealm sharedRealm) { method collectionIterator_detach_byBeginTransaction (line 454) | @Test method collectionIterator_detach_createdInTransaction (line 465) | @Test method collectionIterator_invalid_nonLooperThread_byRefresh (line 473) | @Test method collectionIterator_invalid_looperThread_byRemoteTransaction (line 483) | @Test method collectionIterator_newInstance_throwsWhenSharedRealmIsClosed (line 509) | @Test method getMode (line 517) | @Test method createSnapshot (line 525) | @Test method load (line 538) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/OsSharedRealmTests.java class OsSharedRealmTests (line 36) | @RunWith(AndroidJUnit4.class) method setUp (line 46) | @Before method tearDown (line 52) | @After method hasTable (line 59) | @Test method getTable (line 68) | @Test method getTable_throwsIfTableNotExist (line 80) | @Test(expected = IllegalArgumentException.class) method isInTransaction (line 85) | @Test method isInTransaction_returnFalseWhenRealmClosed (line 94) | @Test method renameTable (line 101) | @Test method renameTable_notInTransactionThrows (line 112) | @Test method renameTable_tableNotExist (line 121) | @Test method changeSchemaByAnotherRealm (line 131) | private void changeSchemaByAnotherRealm() { method registerSchemaChangedCallback_beginTransaction (line 139) | @Test method registerSchemaChangedCallback_refresh (line 157) | @Test method emitTableInstructionsForCustomClasses (line 176) | @Test method isClosed (line 202) | @Test method close_twice (line 209) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/PrimaryKeyTests.java class PrimaryKeyTests (line 44) | @RunWith(AndroidJUnit4.class) method setUp (line 53) | @Before method tearDown (line 58) | @After method getTableWithStringPrimaryKey (line 65) | private Table getTableWithStringPrimaryKey() { method getTableWithIntegerPrimaryKey (line 76) | private Table getTableWithIntegerPrimaryKey() { method getTableWithPrimaryKey (line 87) | private Table getTableWithPrimaryKey(RealmFieldType fieldType, boolean... method removingPrimaryKeyRemovesConstraint_typeSetters (line 102) | @Test method addEmptyRowWithPrimaryKeyWrongTypeStringThrows (line 127) | @Test method addEmptyRowWithPrimaryKeyNullString (line 138) | @Test method addEmptyRowWithPrimaryKeyWrongTypeIntegerThrows (line 146) | @Test method addEmptyRowWithPrimaryKeyString (line 157) | @Test method addEmptyRowWithPrimaryKeyLong (line 166) | @Test method createTableWithIntegerPrimaryKeyNullable (line 175) | @Test method createTableWithStringPrimaryKeyNullable (line 194) | @Test method createTableWithObjectIdPrimaryKeyNullable (line 212) | @Test method createTableWithIntegerPrimaryKey (line 232) | @Test method createTableWithStringPrimaryKey (line 253) | @Test method createTableWithObjectIdPrimaryKey (line 274) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/RealmNotifierTests.java class RealmNotifierTests (line 44) | @RunWith(AndroidJUnit4.class) method canDeliverNotification (line 54) | @Override method checkCanDeliverNotification (line 59) | @Override method isMainThread (line 63) | @Override method setUp (line 69) | @Before method tearDown (line 74) | @After method getSharedRealm (line 78) | private OsSharedRealm getSharedRealm(RealmConfiguration config) { method post (line 84) | @Test method addChangeListener_byLocalChanges (line 98) | @Test method makeRemoteChanges (line 118) | private void makeRemoteChanges(final RealmConfiguration config) { method addChangeListener_byRemoteChanges (line 126) | @Test method addChangeListener_exceptionsPropagateCorrectly (line 159) | @Test method removeChangeListeners (line 179) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/TableIndexAndDistinctTest.java class TableIndexAndDistinctTest (line 37) | @RunWith(AndroidJUnit4.class) method setUp (line 51) | @Before method tearDown (line 60) | @After method init (line 71) | private void init() { method shouldTestSettingIndexOnMultipleColumns (line 95) | @Test method shouldCheckIndexIsOkOnColumn (line 143) | @Test method removeSearchIndex (line 149) | @Test method removeSearchIndexNoOp (line 159) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/android/ISO8601UtilsTest.java class ISO8601UtilsTest (line 40) | @RunWith(AndroidJUnit4.class) method setUp (line 47) | @Before method parse (line 65) | @Test method parseShortDate (line 77) | @Test method parseShortTime (line 89) | @Test method parseShortDateTime (line 101) | @Test method parseWithoutTime (line 113) | @Test method parseOptional (line 128) | @Test method timeZoneDesignator (line 140) | @Test method parseRfc3339Examples (line 152) | @Test method fractionalSeconds (line 174) | @Test method decimalWithoutDecimalPointButNoFractionalSeconds (line 210) | @Test method newDate (line 219) | private Date newDate(int year, int month, int day, int hour, FILE: realm/realm-library/src/androidTest/java/io/realm/internal/android/JsonUtilsTest.java class JsonUtilsTest (line 38) | @RunWith(AndroidJUnit4.class) method parseNullAndEmptyDateIsNull (line 41) | @Test method parseMillisToDate (line 50) | @Test method parseJsonDateToDate (line 59) | @Test method negativeLongDate (line 67) | @Test method parseInvalidDateShouldThrowRealmException (line 75) | @Test method parseInvalidNumericDateShouldThrowRealmException (line 87) | @Test method parseISO8601Dates (line 99) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/internal/test/ExtraTests.java class ExtraTests (line 27) | public class ExtraTests { method assertArrayEquals (line 29) | public static void assertArrayEquals(Object[] expecteds, Object[] actu... method assertArrayEquals (line 33) | public static void assertArrayEquals(byte[] expecteds, byte[] actuals) { method assertDateArrayEquals (line 37) | public static void assertDateArrayEquals(Object[] expecteds, Date[] ac... class ExactComparisonCriteria (line 47) | private static class ExactComparisonCriteria extends ComparisonCriteria { method assertElementsEqual (line 48) | @Override class ComparisonCriteria (line 55) | private static abstract class ComparisonCriteria { method arrayEquals (line 56) | public void arrayEquals(String message, Object expecteds, Object act... method isArray (line 86) | private boolean isArray(Object expected) method assertArraysAreSameLength (line 91) | private int assertArraysAreSameLength(Object expecteds, Object actua... method assertElementsEqual (line 105) | protected abstract void assertElementsEqual(Object expected, Object ... class ArrayComparisonFailure (line 108) | private static class ArrayComparisonFailure extends AssertionError { method ArrayComparisonFailure (line 116) | public ArrayComparisonFailure(String message, AssertionError cause, ... method addDimension (line 122) | public void addDimension(int index) { method getMessage (line 126) | @Override method toString (line 142) | @Override public String toString() { FILE: realm/realm-library/src/androidTest/java/io/realm/log/RealmLogTests.java class RealmLogTests (line 18) | @RunWith(AndroidJUnit4.class) method setUp (line 21) | @Before method add_remove (line 26) | @Test method set_get_logLevel (line 35) | @Test method clear (line 54) | @Test method throwable_passedToTheJavaLogger (line 74) | @Test method coreLoggerBridge (line 94) | @Test FILE: realm/realm-library/src/androidTest/java/io/realm/migration/MigrationPrimaryKey.java type MigrationPrimaryKey (line 24) | public interface MigrationPrimaryKey { FILE: realm/realm-library/src/androidTest/java/io/realm/util/ExceptionHolder.java class ExceptionHolder (line 49) | public class ExceptionHolder { method setException (line 59) | public void setException(Throwable throwable) { method setError (line 72) | public void setError(String message) { method getException (line 81) | public Throwable getException() { method checkFailure (line 88) | public void checkFailure() { FILE: realm/realm-library/src/androidTest/java/io/realm/util/LooperSpy.java class LooperSpy (line 30) | public class LooperSpy { method mainLooper (line 39) | public static LooperSpy mainLooper() { method create (line 46) | public static LooperSpy create(Looper looper) { method LooperSpy (line 50) | private LooperSpy(Looper looper) { method dumpQueue (line 67) | public void dumpQueue() { method dumpMessages (line 78) | private void dumpMessages(Message message) throws IllegalAccessExcepti... FILE: realm/realm-library/src/androidTest/java/io/realm/util/RealmBackgroundTask.java class RealmBackgroundTask (line 35) | public abstract class RealmBackgroundTask { method RealmBackgroundTask (line 40) | public RealmBackgroundTask(RealmConfiguration configuration) { method awaitOrFail (line 49) | public void awaitOrFail() { method doInBackground (line 82) | protected abstract void doInBackground(Realm realm); FILE: realm/realm-library/src/androidTest/java/io/realm/util/RealmThread.java class RealmThread (line 23) | public final class RealmThread extends Thread { type RealmRunnable (line 25) | public interface RealmRunnable { method run (line 26) | void run(final Realm realm); method RealmThread (line 33) | public RealmThread(RealmConfiguration realmConfig, RealmRunnable task) { method RealmThread (line 39) | public RealmThread(RealmConfiguration realmConfig, RealmRunnable task,... method run (line 45) | @Override method end (line 57) | public void end() { FILE: realm/realm-library/src/androidTest/kotlin/io/realm/entities/DictionaryAllTypes.java class DictionaryAllTypes (line 31) | public class DictionaryAllTypes extends RealmObject { method getColumnString (line 82) | public String getColumnString() { method setColumnString (line 86) | public void setColumnString(String columnString) { method getColumnRealmDictionary (line 90) | public RealmDictionary getColumnRealmDictionary() { method setColumnRealmDictionary (line 94) | public void setColumnRealmDictionary(RealmDictionary co... method getColumnBooleanDictionary (line 98) | public RealmDictionary getColumnBooleanDictionary() { method setColumnBooleanDictionary (line 102) | public void setColumnBooleanDictionary(RealmDictionary column... method getColumnStringDictionary (line 106) | public RealmDictionary getColumnStringDictionary() { method setColumnStringDictionary (line 110) | public void setColumnStringDictionary(RealmDictionary columnSt... method getColumnIntegerDictionary (line 114) | public RealmDictionary getColumnIntegerDictionary() { method setColumnIntegerDictionary (line 118) | public void setColumnIntegerDictionary(RealmDictionary column... method getColumnFloatDictionary (line 122) | public RealmDictionary getColumnFloatDictionary() { method setColumnFloatDictionary (line 126) | public void setColumnFloatDictionary(RealmDictionary columnFloa... method getColumnLongDictionary (line 130) | public RealmDictionary getColumnLongDictionary() { method setColumnLongDictionary (line 134) | public void setColumnLongDictionary(RealmDictionary columnLongDi... method getColumnShortDictionary (line 138) | public RealmDictionary getColumnShortDictionary() { method setColumnShortDictionary (line 142) | public void setColumnShortDictionary(RealmDictionary columnShor... method getColumnDoubleDictionary (line 146) | public RealmDictionary getColumnDoubleDictionary() { method setColumnDoubleDictionary (line 150) | public void setColumnDoubleDictionary(RealmDictionary columnDo... method getColumnByteDictionary (line 154) | public RealmDictionary getColumnByteDictionary() { method setColumnByteDictionary (line 158) | public void setColumnByteDictionary(RealmDictionary columnByteDi... method getColumnBinaryDictionary (line 162) | public RealmDictionary getColumnBinaryDictionary() { method setColumnBinaryDictionary (line 166) | public void setColumnBinaryDictionary(RealmDictionary columnBi... method getColumnDateDictionary (line 170) | public RealmDictionary getColumnDateDictionary() { method setColumnDateDictionary (line 174) | public void setColumnDateDictionary(RealmDictionary columnDateDi... method getColumnObjectIdDictionary (line 178) | public RealmDictionary getColumnObjectIdDictionary() { method setColumnObjectIdDictionary (line 182) | public void setColumnObjectIdDictionary(RealmDictionary colu... method getColumnUUIDDictionary (line 186) | public RealmDictionary getColumnUUIDDictionary() { method setColumnUUIDDictionary (line 190) | public void setColumnUUIDDictionary(RealmDictionary columnUUIDDi... method getColumnDecimal128Dictionary (line 194) | public RealmDictionary getColumnDecimal128Dictionary() { method setColumnDecimal128Dictionary (line 198) | public void setColumnDecimal128Dictionary(RealmDictionary ... method getColumnRealmAnyDictionary (line 202) | public RealmDictionary getColumnRealmAnyDictionary() { method setColumnRealmAnyDictionary (line 206) | public void setColumnRealmAnyDictionary(RealmDictionary colu... method getColumnRequiredBooleanDictionary (line 210) | public RealmDictionary getColumnRequiredBooleanDictionary() { method setColumnRequiredBooleanDictionary (line 214) | public void setColumnRequiredBooleanDictionary(RealmDictionary getColumnRequiredStringDictionary() { method setColumnRequiredStringDictionary (line 222) | public void setColumnRequiredStringDictionary(RealmDictionary ... method getColumnRequiredIntegerDictionary (line 226) | public RealmDictionary getColumnRequiredIntegerDictionary() { method setColumnRequiredIntegerDictionary (line 230) | public void setColumnRequiredIntegerDictionary(RealmDictionary getColumnRequiredFloatDictionary() { method setColumnRequiredFloatDictionary (line 238) | public void setColumnRequiredFloatDictionary(RealmDictionary co... method getColumnRequiredLongDictionary (line 242) | public RealmDictionary getColumnRequiredLongDictionary() { method setColumnRequiredLongDictionary (line 246) | public void setColumnRequiredLongDictionary(RealmDictionary colu... method getColumnRequiredShortDictionary (line 250) | public RealmDictionary getColumnRequiredShortDictionary() { method setColumnRequiredShortDictionary (line 254) | public void setColumnRequiredShortDictionary(RealmDictionary co... method getColumnRequiredDoubleDictionary (line 258) | public RealmDictionary getColumnRequiredDoubleDictionary() { method setColumnRequiredDoubleDictionary (line 262) | public void setColumnRequiredDoubleDictionary(RealmDictionary ... method getColumnRequiredByteDictionary (line 266) | public RealmDictionary getColumnRequiredByteDictionary() { method setColumnRequiredByteDictionary (line 270) | public void setColumnRequiredByteDictionary(RealmDictionary colu... method getColumnRequiredBinaryDictionary (line 274) | public RealmDictionary getColumnRequiredBinaryDictionary() { method setColumnRequiredBinaryDictionary (line 278) | public void setColumnRequiredBinaryDictionary(RealmDictionary ... method getColumnRequiredDateDictionary (line 283) | public RealmDictionary getColumnRequiredDateDictionary() { method setColumnRequiredDateDictionary (line 287) | public void setColumnRequiredDateDictionary(RealmDictionary colu... method getColumnRequiredObjectIdDictionary (line 291) | public RealmDictionary getColumnRequiredObjectIdDictionary() { method setColumnRequiredObjectIdDictionary (line 295) | public void setColumnRequiredObjectIdDictionary(RealmDictionary getColumnRequiredUUIDDictionary() { method setColumnRequiredUUIDDictionary (line 303) | public void setColumnRequiredUUIDDictionary(RealmDictionary colu... method getColumnRequiredDecimal128Dictionary (line 307) | public RealmDictionary getColumnRequiredDecimal128Dictiona... method setColumnRequiredDecimal128Dictionary (line 311) | public void setColumnRequiredDecimal128Dictionary(RealmDictionary getColumnBooleanSet() { method setColumnBooleanSet (line 84) | public void setColumnBooleanSet(RealmSet columnBooleanSet) { method getColumnStringSet (line 88) | public RealmSet getColumnStringSet() { method setColumnStringSet (line 92) | public void setColumnStringSet(RealmSet columnStringSet) { method getColumnIntegerSet (line 96) | public RealmSet getColumnIntegerSet() { method setColumnIntegerSet (line 100) | public void setColumnIntegerSet(RealmSet columnIntegerSet) { method getColumnFloatSet (line 104) | public RealmSet getColumnFloatSet() { method setColumnFloatSet (line 108) | public void setColumnFloatSet(RealmSet columnFloatSet) { method getColumnLongSet (line 112) | public RealmSet getColumnLongSet() { method setColumnLongSet (line 116) | public void setColumnLongSet(RealmSet columnLongSet) { method getColumnShortSet (line 120) | public RealmSet getColumnShortSet() { method setColumnShortSet (line 124) | public void setColumnShortSet(RealmSet columnShortSet) { method getColumnDoubleSet (line 128) | public RealmSet getColumnDoubleSet() { method setColumnDoubleSet (line 132) | public void setColumnDoubleSet(RealmSet columnDoubleSet) { method getColumnByteSet (line 136) | public RealmSet getColumnByteSet() { method setColumnByteSet (line 140) | public void setColumnByteSet(RealmSet columnByteSet) { method getColumnBinarySet (line 144) | public RealmSet getColumnBinarySet() { method setColumnBinarySet (line 148) | public void setColumnBinarySet(RealmSet columnBinarySet) { method getColumnDateSet (line 152) | public RealmSet getColumnDateSet() { method setColumnDateSet (line 156) | public void setColumnDateSet(RealmSet columnDateSet) { method getColumnObjectIdSet (line 160) | public RealmSet getColumnObjectIdSet() { method setColumnObjectIdSet (line 164) | public void setColumnObjectIdSet(RealmSet columnObjectIdSet) { method getColumnUUIDSet (line 168) | public RealmSet getColumnUUIDSet() { method setColumnUUIDSet (line 172) | public void setColumnUUIDSet(RealmSet columnUUIDSet) { method getColumnDecimal128Set (line 176) | public RealmSet getColumnDecimal128Set() { method setColumnDecimal128Set (line 180) | public void setColumnDecimal128Set(RealmSet columnDecimal1... method getColumnRealmModelSet (line 184) | public RealmSet getColumnRealmModelSet() { method setColumnRealmModelSet (line 188) | public void setColumnRealmModelSet(RealmSet columnRealm... method getColumnRealmModelNoPkSet (line 192) | public RealmSet getColumnRealmModelNoPkSet() { method setColumnRealmModelNoPkSet (line 196) | public void setColumnRealmModelNoPkSet(RealmSet columnRealmMode... method getColumnRealmAnySet (line 200) | public RealmSet getColumnRealmAnySet() { method setColumnRealmAnySet (line 204) | public void setColumnRealmAnySet(RealmSet columnRealmAnySet) { method getColumnRequiredBooleanSet (line 208) | public RealmSet getColumnRequiredBooleanSet() { method setColumnRequiredBooleanSet (line 212) | public void setColumnRequiredBooleanSet(RealmSet columnRequir... method getColumnRequiredStringSet (line 216) | public RealmSet getColumnRequiredStringSet() { method setColumnRequiredStringSet (line 220) | public void setColumnRequiredStringSet(RealmSet columnRequired... method getColumnRequiredIntegerSet (line 224) | public RealmSet getColumnRequiredIntegerSet() { method setColumnRequiredIntegerSet (line 228) | public void setColumnRequiredIntegerSet(RealmSet columnRequir... method getColumnRequiredFloatSet (line 232) | public RealmSet getColumnRequiredFloatSet() { method setColumnRequiredFloatSet (line 236) | public void setColumnRequiredFloatSet(RealmSet columnRequiredFl... method getColumnRequiredLongSet (line 240) | public RealmSet getColumnRequiredLongSet() { method setColumnRequiredLongSet (line 244) | public void setColumnRequiredLongSet(RealmSet columnRequiredLong... method getColumnRequiredShortSet (line 248) | public RealmSet getColumnRequiredShortSet() { method setColumnRequiredShortSet (line 252) | public void setColumnRequiredShortSet(RealmSet columnRequiredSh... method getColumnRequiredDoubleSet (line 256) | public RealmSet getColumnRequiredDoubleSet() { method setColumnRequiredDoubleSet (line 260) | public void setColumnRequiredDoubleSet(RealmSet columnRequired... method getColumnRequiredByteSet (line 264) | public RealmSet getColumnRequiredByteSet() { method setColumnRequiredByteSet (line 268) | public void setColumnRequiredByteSet(RealmSet columnRequiredByte... method getColumnRequiredBinarySet (line 272) | public RealmSet getColumnRequiredBinarySet() { method setColumnRequiredBinarySet (line 276) | public void setColumnRequiredBinarySet(RealmSet columnRequired... method getColumnRequiredDateSet (line 280) | public RealmSet getColumnRequiredDateSet() { method setColumnRequiredDateSet (line 284) | public void setColumnRequiredDateSet(RealmSet columnRequiredDate... method getColumnRequiredObjectIdSet (line 288) | public RealmSet getColumnRequiredObjectIdSet() { method setColumnRequiredObjectIdSet (line 292) | public void setColumnRequiredObjectIdSet(RealmSet columnRequ... method getColumnRequiredUUIDSet (line 296) | public RealmSet getColumnRequiredUUIDSet() { method setColumnRequiredUUIDSet (line 300) | public void setColumnRequiredUUIDSet(RealmSet columnRequiredUUID... method getColumnRequiredDecimal128Set (line 304) | public RealmSet getColumnRequiredDecimal128Set() { method setColumnRequiredDecimal128Set (line 308) | public void setColumnRequiredDecimal128Set(RealmSet column... FILE: realm/realm-library/src/androidTest/kotlin/io/realm/entities/SetAllTypesPrimaryKey.java class SetAllTypesPrimaryKey (line 30) | public class SetAllTypesPrimaryKey extends RealmObject { method getColumnLong (line 52) | public long getColumnLong() { method setColumnLong (line 56) | public void setColumnLong(long columnLong) { FILE: realm/realm-library/src/androidTestObjectServer/kotlin/io/realm/mongodb/sync/TrustManagerCertificateValidationTests.java class TrustManagerCertificateValidationTests (line 15) | @RunWith(AndroidJUnit4.class) method setUp (line 18) | @BeforeClass method sslVerifyCallback_certificateChainWithRootCAInstalledShouldValidate (line 30) | @Test method sslVerifyCallback_shouldFailOnExpiredCert (line 114) | @Test method sslVerifyCallback_shouldVerifyHostname (line 248) | @Ignore("FIXME: Certificate expired") FILE: realm/realm-library/src/androidTestObjectServer/kotlin/io/realm/util/mongodb/CustomType.java class CustomType (line 32) | public class CustomType { method CustomType (line 37) | public CustomType(final ObjectId id, final int intValue) { method getId (line 42) | public ObjectId getId() { method setId (line 46) | void setId(final ObjectId id) { method withNewObjectId (line 50) | CustomType withNewObjectId() { method getIntValue (line 55) | public int getIntValue() { method equals (line 59) | @Override method hashCode (line 71) | @Override class Codec (line 76) | public static class Codec implements CollectibleCodec { method generateIdIfAbsentFromDocument (line 78) | @Override method documentHasId (line 83) | @Override method getDocumentId (line 88) | @Override method decode (line 93) | @Override method encode (line 99) | @Override method getEncoderClass (line 113) | @Override FILE: realm/realm-library/src/main/cpp/io_realm_RealmQuery.cpp function JNIEXPORT (line 27) | JNIEXPORT jstring JNICALL Java_io_realm_RealmQuery_nativeSerializeQuery(... FILE: realm/realm-library/src/main/cpp/io_realm_internal_CheckedRow.cpp function JNIEXPORT (line 24) | JNIEXPORT jlong JNICALL Java_io_realm_internal_CheckedRow_nativeGetColum... function JNIEXPORT (line 34) | JNIEXPORT jlong JNICALL Java_io_realm_internal_CheckedRow_nativeGetColum... function JNIEXPORT (line 49) | JNIEXPORT jint JNICALL Java_io_realm_internal_CheckedRow_nativeGetColumn... function JNIEXPORT (line 55) | JNIEXPORT jlong JNICALL Java_io_realm_internal_CheckedRow_nativeGetLong(... function JNIEXPORT (line 65) | JNIEXPORT jboolean JNICALL Java_io_realm_internal_CheckedRow_nativeGetBo... function JNIEXPORT (line 75) | JNIEXPORT jfloat JNICALL Java_io_realm_internal_CheckedRow_nativeGetFloa... function JNIEXPORT (line 85) | JNIEXPORT jdouble JNICALL Java_io_realm_internal_CheckedRow_nativeGetDou... function JNIEXPORT (line 95) | JNIEXPORT jlong JNICALL Java_io_realm_internal_CheckedRow_nativeGetTimes... function JNIEXPORT (line 105) | JNIEXPORT jstring JNICALL Java_io_realm_internal_CheckedRow_nativeGetStr... function JNIEXPORT (line 115) | JNIEXPORT jbyteArray JNICALL Java_io_realm_internal_CheckedRow_nativeGet... function JNIEXPORT (line 126) | JNIEXPORT jlong JNICALL Java_io_realm_internal_CheckedRow_nativeGetLink(... function JNIEXPORT (line 136) | JNIEXPORT jboolean JNICALL Java_io_realm_internal_CheckedRow_nativeIsNul... function JNIEXPORT (line 146) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetLong(J... function JNIEXPORT (line 156) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetBoolea... function JNIEXPORT (line 167) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetFloat(... function JNIEXPORT (line 177) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetDouble... function JNIEXPORT (line 187) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetTimest... function JNIEXPORT (line 198) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetString... function JNIEXPORT (line 208) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetByteAr... function JNIEXPORT (line 219) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetLink(J... function JNIEXPORT (line 229) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeNullifyLi... function JNIEXPORT (line 240) | JNIEXPORT jlongArray JNICALL Java_io_realm_internal_CheckedRow_nativeGet... function JNIEXPORT (line 249) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetDecima... function JNIEXPORT (line 258) | JNIEXPORT jstring JNICALL Java_io_realm_internal_CheckedRow_nativeGetObj... function JNIEXPORT (line 269) | JNIEXPORT void JNICALL Java_io_realm_internal_CheckedRow_nativeSetObject... FILE: realm/realm-library/src/main/cpp/io_realm_internal_NativeObjectReference.cpp function JNIEXPORT (line 21) | JNIEXPORT void JNICALL Java_io_realm_internal_NativeObjectReference_nati... FILE: realm/realm-library/src/main/cpp/io_realm_internal_OsCollectionChangeSet.cpp function finalize_changeset (line 29) | static void finalize_changeset(jlong ptr) function jintArray (line 34) | static jintArray index_set_to_jint_array(JNIEnv* env, const IndexSet& in... function jintArray (line 59) | static jintArray index_set_to_indices_array(JNIEnv* env, const IndexSet&... function JNIEXPORT (line 82) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsCollectionChangeSet_nat... function JNIEXPORT (line 87) | JNIEXPORT jintArray JNICALL Java_io_realm_internal_OsCollectionChangeSet... function JNIEXPORT (line 104) | JNIEXPORT jintArray JNICALL Java_io_realm_internal_OsCollectionChangeSet... FILE: realm/realm-library/src/main/cpp/io_realm_internal_OsList.cpp function finalize_list (line 37) | void finalize_list(jlong ptr) function add_value (line 42) | inline void add_value(JNIEnv* env, jlong list_ptr, Any&& value) function insert_value (line 50) | inline void insert_value(JNIEnv* env, jlong list_ptr, jlong pos, Any&& v... function set_value (line 58) | inline void set_value(JNIEnv* env, jlong list_ptr, jlong pos, Any&& value) function check_nullable (line 67) | inline void check_nullable(JNIEnv* env, jlong list_ptr, jobject jobject_... function JNIEXPORT (line 77) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeGetFinalizer... function JNICALL (line 117) | JNICALL Java_io_realm_internal_OsList_nativeGetRow(JNIEnv* env, jclass, ... function JNIEXPORT (line 188) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeSize(JNIEnv*... function JNIEXPORT (line 198) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeGetQuery(JNI... function JNIEXPORT (line 210) | JNIEXPORT jboolean JNICALL Java_io_realm_internal_OsList_nativeIsValid(J... function JNICALL (line 460) | JNICALL Java_io_realm_internal_OsList_nativeInsertString(JNIEnv* env, jc... function JNICALL (line 492) | JNICALL Java_io_realm_internal_OsList_nativeInsertDecimal128(JNIEnv* env... function JNIEXPORT (line 523) | JNIEXPORT void JNICALL Java_io_realm_internal_OsList_nativeInsertObjectI... function JNIEXPORT (line 553) | JNIEXPORT void JNICALL Java_io_realm_internal_OsList_nativeInsertUUID(JN... function JNIEXPORT (line 583) | JNIEXPORT void JNICALL Java_io_realm_internal_OsList_nativeInsertRealmAn... function JNIEXPORT (line 603) | JNIEXPORT jobject JNICALL Java_io_realm_internal_OsList_nativeGetValue(J... function JNIEXPORT (line 615) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeCreateAndAdd... function JNIEXPORT (line 634) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeCreateAndSet... function JNIEXPORT (line 652) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsList_nativeFreeze(JNIEn... FILE: realm/realm-library/src/main/cpp/io_realm_internal_OsMap.cpp function finalize_map (line 35) | void finalize_map(jlong ptr) { function JNIEXPORT (line 39) | JNIEXPORT jlong JNICALL Java_io_realm_internal_OsMap_nativeGetFinalizerP... function JNICALL (line 126) | JNICALL function JNICALL (line 349) | JNICALL function JNIEXPORT (line 360) | JNIEXPORT jboolean JNICALL function JNIEXPORT (line 373) | JNIEXPORT jboolean JNICALL function JNICALL (line 396) | JNICALL function JNIEXPORT (line 411) | JNIEXPORT jlong JNICALL function JNIEXPORT (line 426) | JNIEXPORT jlong JNICALL function JNIEXPORT (line 440) | JNIEXPORT jlong JNICALL function JNICALL (line 560) | JNICALL function JNIEXPORT (line 574) | JNIEXPORT jboolean JNICALL function JNIEXPORT (line 589) | JNIEXPORT jboolean JNICALL function JNIEXPORT (line 604) | JNIEXPORT jboolean JNICALL function JNICALL (line 651) | JNICALL function JNICALL (line 733) | JNICALL function JNIEXPORT (line 750) | JNIEXPORT jboolean JNICALL FILE: realm/realm-library/src/main/cpp/io_realm_internal_OsMapChangeSet.cpp function jobjectArray (line 27) | inline jobjectArray generate_change_set(JNIEnv* env, const std::vector... class JavaAccessorContext (line 167) | class JavaAccessorContext { method JavaAccessorContext (line 169) | JavaAccessorContext(JNIEnv* env) method box (line 173) | util::Any box(BinaryData v) const method box (line 177) | util::Any box(List /*v*/) const method box (line 181) | util::Any box(Object /*v*/) const method box (line 185) | util::Any box(Results /*v*/) const method box (line 189) | util::Any box(StringData v) const method box (line 193) | util::Any box(Timestamp v) const method box (line 197) | util::Any box(Decimal v) const method box (line 201) | util::Any box(ObjectId v) const method box (line 205) | util::Any box(UUID v) const method box (line 209) | util::Any box(Mixed v) const method box (line 213) | util::Any box(bool v) const method box (line 217) | util::Any box(double v) const method box (line 221) | util::Any box(float v) const method box (line 225) | util::Any box(int64_t v) const method box (line 229) | util::Any box(util::Optional v) const method box (line 233) | util::Any box(util::Optional v) const method box (line 237) | util::Any box(util::Optional v) const method box (line 241) | util::Any box(util::Optional v) const method box (line 245) | util::Any box(util::Optional v) const method box (line 249) | util::Any box(util::Optional v) const method box (line 253) | util::Any box(util::Optional v) const method box (line 257) | util::Any box(Obj) const method is_null (line 262) | bool is_null(util::Any value) { method T (line 277) | T unbox(util::Any& v, CreatePolicy = CreatePolicy::Skip, ObjKey /*... method check_value_not_null (line 285) | inline void check_value_not_null(util::Any& v, const char* expecte... function BinaryData (line 314) | inline BinaryData JPrimitiveArrayAccessor::transf... function StringData (line 439) | inline StringData JavaAccessorContext::unbox(util::Any& v, CreatePol... function BinaryData (line 449) | inline BinaryData JavaAccessorContext::unbox(util::Any& v, CreatePol... function Timestamp (line 458) | inline Timestamp JavaAccessorContext::unbox(util::Any& v, CreatePoli... function Decimal128 (line 464) | inline Decimal128 JavaAccessorContext::unbox(util::Any& v, CreatePol... function Obj (line 482) | inline Obj JavaAccessorContext::unbox(util::Any&, CreatePolicy, ObjK... function Mixed (line 512) | inline Mixed JavaAccessorContext::unbox(util::Any& v, CreatePolicy, ... FILE: realm/realm-library/src/main/cpp/java_binding_context.hpp type realm (line 27) | namespace realm { type _impl (line 29) | namespace _impl { class JavaBindingContext (line 31) | class JavaBindingContext final : public BindingContext { type ConcreteJavaBindContext (line 33) | struct ConcreteJavaBindContext { method JavaBindingContext (line 51) | explicit JavaBindingContext(const ConcreteJavaBindContext& concret... method JavaBindingContext (line 56) | JavaBindingContext(const JavaBindingContext&) = delete; method JavaBindingContext (line 57) | JavaBindingContext& operator=(const JavaBindingContext&) = delete; method JavaBindingContext (line 58) | JavaBindingContext(JavaBindingContext&&) = delete; method JavaBindingContext (line 59) | JavaBindingContext& operator=(JavaBindingContext&&) = delete; method create (line 63) | static inline std::unique_ptr create(JNIEnv* e... FILE: realm/realm-library/src/main/cpp/java_class_global_def.cpp function jbyteArray (line 27) | jbyteArray JavaClassGlobalDef::new_byte_array(JNIEnv* env, const BinaryD... function jobject (line 47) | jobject JavaClassGlobalDef::new_decimal128(JNIEnv* env, const Decimal128... function jobject (line 57) | jobject JavaClassGlobalDef::new_object_id(JNIEnv* env, const ObjectId& o... function jobject (line 63) | jobject JavaClassGlobalDef::new_uuid(JNIEnv* env, const UUID& uuid) function jobject (line 69) | jobject JavaClassGlobalDef::new_mixed(JNIEnv* env, const Mixed& mixed) FILE: realm/realm-library/src/main/cpp/java_class_global_def.hpp type realm (line 28) | namespace realm { class BinaryData (line 30) | class BinaryData type _impl (line 32) | namespace _impl { class JavaClassGlobalDef (line 44) | class JavaClassGlobalDef { method JavaClassGlobalDef (line 46) | JavaClassGlobalDef(JNIEnv* env) method initialize (line 93) | static void initialize(JNIEnv* env) method release (line 99) | static void release() method jobject (line 106) | inline static jobject new_long(JNIEnv* env, int64_t value) method jobject (line 117) | inline static jobject new_float(JNIEnv* env, float value) method jobject (line 128) | inline static jobject new_double(JNIEnv* env, double value) method jobject (line 139) | inline static jobject new_boolean(JNIEnv* env, bool value) method jobject (line 151) | inline static jobject new_date(JNIEnv* env, const realm::Timestamp... FILE: realm/realm-library/src/main/cpp/java_exception_def.hpp type realm (line 20) | namespace realm { type _impl (line 21) | namespace _impl { class JavaExceptionDef (line 24) | class JavaExceptionDef { FILE: realm/realm-library/src/main/cpp/java_network_transport.hpp type realm (line 31) | namespace realm { type JavaNetworkTransport (line 35) | struct JavaNetworkTransport : public app::GenericNetworkTransport { method JavaNetworkTransport (line 37) | JavaNetworkTransport(jobject java_network_transport_impl) { method send_request_to_server (line 47) | void send_request_to_server(const Request& request, ResponseFunction... method handleError (line 94) | static void handleError(const JavaGlobalRefByCopy &callback, util::O... method create_result_callback (line 110) | static util::UniqueFunction&&)... method create_void_callback (line 126) | static util::UniqueFunction)> cre... FILE: realm/realm-library/src/main/cpp/java_object_accessor.hpp type realm (line 56) | namespace realm { type JavaValue (line 58) | struct JavaValue method JavaValue (line 115) | JavaValue() : m_type(JavaValueType::Empty) {} method JavaValue (line 126) | JavaValue(const JavaValue& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 131) | JavaValue(JavaValue&& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 140) | JavaValue& operator=(const JavaValue& rhs) method JavaValue (line 158) | JavaValue& operator=(JavaValue&& rhs) method has_value (line 177) | bool has_value() const noexcept method JavaValueType (line 182) | JavaValueType get_type() const noexcept method clear (line 275) | void clear() noexcept method to_string (line 293) | std::string to_string() const { method to_mixed (line 350) | realm::Mixed to_mixed() const { type JavaValueType (line 60) | enum class JavaValueType { function T (line 69) | constexpr T realm_max(T a) { function T (line 73) | constexpr T realm_max(T a, T b, Rest... rest) { type JavaValueTypeRepr (line 77) | struct JavaValueTypeRepr type JavaValueTypeRepr (line 78) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 79) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 80) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 81) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 82) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 83) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 84) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 85) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 86) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 87) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 88) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 89) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 90) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 91) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 92) | struct JavaValueTypeRepr { using Type = ... type JavaValueTypeRepr (line 93) | struct JavaValueTypeRepr { using Type = ... type JavaValue (line 96) | struct JavaValue { method JavaValue (line 115) | JavaValue() : m_type(JavaValueType::Empty) {} method JavaValue (line 126) | JavaValue(const JavaValue& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 131) | JavaValue(JavaValue&& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 140) | JavaValue& operator=(const JavaValue& rhs) method JavaValue (line 158) | JavaValue& operator=(JavaValue&& rhs) method has_value (line 177) | bool has_value() const noexcept method JavaValueType (line 182) | JavaValueType get_type() const noexcept method clear (line 275) | void clear() noexcept method to_string (line 293) | std::string to_string() const { method to_mixed (line 350) | realm::Mixed to_mixed() const { type RequiredFieldValueNotProvidedException (line 391) | struct RequiredFieldValueNotProvidedException : public std::logic_error { method RequiredFieldValueNotProvidedException (line 393) | RequiredFieldValueNotProvidedException(const std::string& object_type) class JavaContext (line 402) | class JavaContext { method JavaContext (line 404) | JavaContext(JNIEnv* env, std::shared_ptr realm, const ObjectS... method JavaContext (line 412) | JavaContext(JavaContext& c, Obj parent, Property const& prop) method value_for_property (line 429) | util::Optional value_for_property(JavaValue& dict, method default_value_for_property (line 444) | util::Optional method T (line 484) | T unbox(JavaValue const& /*v*/, CreatePolicy = CreatePolicy::Skip, O... method is_null (line 491) | bool is_null(JavaValue const& v) const noexcept { return !v.has_valu... method JavaValue (line 492) | JavaValue null_value() const noexcept { return {}; } method no_value (line 493) | util::Optional no_value() const noexcept { return {}; } method will_change (line 497) | void will_change(Object const&, Property const&) {} method did_change (line 498) | void did_change() {} method print (line 504) | std::string print(JavaValue const& val) const { method allow_missing (line 511) | bool allow_missing(JavaValue const&) const { return false; } method is_same_list (line 516) | bool is_same_list(List const& /*list*/, JavaValue const& /*value*/) method is_same_dictionary (line 522) | bool is_same_dictionary(const object_store::Dictionary&, JavaValue c... method is_same_set (line 527) | bool is_same_set(object_store::Set const&, JavaValue const& /*value*/){ method enumerate_collection (line 533) | void enumerate_collection(JavaValue& value, Func&& fn) { method enumerate_dictionary (line 544) | void enumerate_dictionary(JavaValue& value, Func&& fn) { method check_value_not_null (line 561) | inline void check_value_not_null(JavaValue const& v, const char* exp... function StringData (line 598) | inline StringData JavaContext::unbox(JavaValue const& v, CreatePolicy,... function BinaryData (line 607) | inline BinaryData JavaContext::unbox(JavaValue const& v, CreatePolicy,... function Timestamp (line 617) | inline Timestamp JavaContext::unbox(JavaValue const& v, CreatePolicy, ... function Decimal128 (line 623) | inline Decimal128 JavaContext::unbox(JavaValue const& v, CreatePolicy,... function ObjectId (line 629) | inline ObjectId JavaContext::unbox(JavaValue const& v, CreatePolicy, O... function UUID (line 636) | inline UUID JavaContext::unbox(JavaValue const& v, CreatePolicy, ObjKe... function Mixed (line 643) | inline Mixed JavaContext::unbox(JavaValue const& v, CreatePolicy, ObjK... function Obj (line 649) | inline Obj JavaContext::unbox(JavaValue const& v, CreatePolicy policy,... function Obj (line 702) | inline Obj JavaContext::create_embedded_object() { function JavaValue (line 706) | inline JavaValue from_mixed(realm::Mixed mixed_value){ method JavaValue (line 115) | JavaValue() : m_type(JavaValueType::Empty) {} method JavaValue (line 126) | JavaValue(const JavaValue& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 131) | JavaValue(JavaValue&& jvt) : m_type(JavaValueType::Empty) { method JavaValue (line 140) | JavaValue& operator=(const JavaValue& rhs) method JavaValue (line 158) | JavaValue& operator=(JavaValue&& rhs) method has_value (line 177) | bool has_value() const noexcept method JavaValueType (line 182) | JavaValueType get_type() const noexcept method clear (line 275) | void clear() noexcept method to_string (line 293) | std::string to_string() const { method to_mixed (line 350) | realm::Mixed to_mixed() const { function to_mixed_vector (line 741) | inline std::vector to_mixed_vector(const std::vector... FILE: realm/realm-library/src/main/cpp/java_query_descriptor.cpp function SortDescriptor (line 28) | SortDescriptor JavaQueryDescriptor::sort_descriptor() const noexcept function DistinctDescriptor (line 37) | DistinctDescriptor JavaQueryDescriptor::distinct_descriptor() const noex... function JavaClass (line 86) | JavaClass const& JavaQueryDescriptor::get_sort_desc_class() const noexcept FILE: realm/realm-library/src/main/cpp/java_query_descriptor.hpp type realm (line 24) | namespace realm { type jni_util (line 26) | namespace jni_util { class JavaClass (line 27) | class JavaClass type _impl (line 30) | namespace _impl { class JavaQueryDescriptor (line 38) | class JavaQueryDescriptor { method JavaQueryDescriptor (line 40) | JavaQueryDescriptor(JNIEnv* env, jobject sort_desc_obj) method JavaQueryDescriptor (line 46) | JavaQueryDescriptor(const JavaQueryDescriptor&) = delete; method JavaQueryDescriptor (line 47) | JavaQueryDescriptor& operator=(const JavaQueryDescriptor&) = delete; method JavaQueryDescriptor (line 48) | JavaQueryDescriptor(JavaQueryDescriptor&&) = delete; method JavaQueryDescriptor (line 49) | JavaQueryDescriptor& operator=(JavaQueryDescriptor&&) = delete; FILE: realm/realm-library/src/main/cpp/jni_impl/android_logger.cpp type realm (line 82) | namespace realm { type jni_util (line 83) | namespace jni_util { function get_default_logger (line 85) | std::shared_ptr get_default_logger() FILE: realm/realm-library/src/main/cpp/jni_impl/android_logger.hpp type realm (line 23) | namespace realm { type jni_impl (line 24) | namespace jni_impl { class AndroidLogger (line 27) | class AndroidLogger final: public realm::jni_util::JniLogger { method AndroidLogger (line 35) | AndroidLogger(){} FILE: realm/realm-library/src/main/cpp/jni_util/bson_util.cpp function Bson (line 27) | Bson JniBsonProtocol::string_to_bson(const std::string arg) { function Bson (line 32) | Bson JniBsonProtocol::jstring_to_bson(JNIEnv* env, const jstring arg) { function Bson (line 36) | const Bson& JniBsonProtocol::check(const realm::bson::Bson& bson, const ... function Bson (line 43) | Bson JniBsonProtocol::parse_checked(JNIEnv* env, const jstring arg, cons... function jstring (line 54) | jstring JniBsonProtocol::bson_to_jstring(JNIEnv* env, const Bson& bson) { FILE: realm/realm-library/src/main/cpp/jni_util/bson_util.hpp type realm (line 23) | namespace realm { type jni_util (line 24) | namespace jni_util { class JniBsonProtocol (line 29) | class JniBsonProtocol { FILE: realm/realm-library/src/main/cpp/jni_util/hack.cpp function check_memmove (line 90) | static void check_memmove() type realm (line 104) | namespace realm { type jni_util (line 105) | namespace jni_util { function hack_init (line 107) | void hack_init() FILE: realm/realm-library/src/main/cpp/jni_util/hack.hpp type realm (line 20) | namespace realm { type jni_util (line 21) | namespace jni_util { FILE: realm/realm-library/src/main/cpp/jni_util/java_class.cpp function JavaGlobalRefByMove (line 47) | JavaGlobalRefByMove JavaClass::get_jclass(JNIEnv* env, const char* class... FILE: realm/realm-library/src/main/cpp/jni_util/java_class.hpp type realm (line 24) | namespace realm { type jni_util (line 25) | namespace jni_util { class JavaClass (line 28) | class JavaClass { method jclass (line 41) | inline jclass get() noexcept method JavaClass (line 57) | JavaClass(JavaClass&) = delete; method JavaClass (line 58) | JavaClass& operator=(JavaClass&&) = delete; FILE: realm/realm-library/src/main/cpp/jni_util/java_exception_thrower.hpp type realm (line 27) | namespace realm { type jni_util (line 28) | namespace jni_util { class JavaExceptionThrower (line 38) | class JavaExceptionThrower : public std::runtime_error { FILE: realm/realm-library/src/main/cpp/jni_util/java_global_ref_by_copy.cpp function jobject (line 42) | jobject JavaGlobalRefByCopy::get() const noexcept { FILE: realm/realm-library/src/main/cpp/jni_util/java_global_ref_by_copy.hpp type realm (line 22) | namespace realm { type jni_util (line 23) | namespace jni_util { class JavaGlobalRefByCopy (line 36) | class JavaGlobalRefByCopy { method JavaGlobalRefByCopy (line 44) | JavaGlobalRefByCopy(JavaGlobalRefByCopy&& rhs) = delete; FILE: realm/realm-library/src/main/cpp/jni_util/java_global_ref_by_move.cpp function JavaGlobalRefByMove (line 31) | JavaGlobalRefByMove& JavaGlobalRefByMove::operator=(JavaGlobalRefByMove&... FILE: realm/realm-library/src/main/cpp/jni_util/java_global_ref_by_move.hpp type realm (line 22) | namespace realm { type jni_util (line 23) | namespace jni_util { class JavaGlobalRefByMove (line 36) | class JavaGlobalRefByMove { method JavaGlobalRefByMove (line 38) | JavaGlobalRefByMove() method JavaGlobalRefByMove (line 43) | JavaGlobalRefByMove(JNIEnv* env, jobject obj, bool release_local_r... method JavaGlobalRefByMove (line 50) | JavaGlobalRefByMove(JavaGlobalRefByMove&& rhs) method JavaGlobalRefByMove (line 58) | JavaGlobalRefByMove& operator=(JavaGlobalRefByMove& rhs) = delete; method jobject (line 66) | inline jobject get() const noexcept FILE: realm/realm-library/src/main/cpp/jni_util/java_global_weak_ref.cpp function JavaGlobalWeakRef (line 45) | JavaGlobalWeakRef& JavaGlobalWeakRef::operator=(JavaGlobalWeakRef&& rhs) function JavaGlobalWeakRef (line 57) | JavaGlobalWeakRef& JavaGlobalWeakRef::operator=(const JavaGlobalWeakRef&... function JavaGlobalRefByMove (line 63) | JavaGlobalRefByMove JavaGlobalWeakRef::global_ref(JNIEnv* env) const FILE: realm/realm-library/src/main/cpp/jni_util/java_global_weak_ref.hpp type realm (line 25) | namespace realm { type jni_util (line 26) | namespace jni_util { class JavaGlobalWeakRef (line 29) | class JavaGlobalWeakRef { FILE: realm/realm-library/src/main/cpp/jni_util/java_local_ref.hpp type realm (line 22) | namespace realm { type jni_util (line 23) | namespace jni_util { type NeedToCreateLocalRef (line 25) | struct NeedToCreateLocalRef { class JavaLocalRef (line 34) | class JavaLocalRef { method JavaLocalRef (line 36) | inline JavaLocalRef() noexcept method JavaLocalRef (line 39) | inline JavaLocalRef(JNIEnv* env, T obj) noexcept method JavaLocalRef (line 43) | inline JavaLocalRef(JNIEnv* env, T obj, NeedToCreateLocalRef) noex... method JavaLocalRef (line 54) | JavaLocalRef& operator=(JavaLocalRef&& rhs) method JavaLocalRef (line 61) | inline JavaLocalRef(JavaLocalRef&& rhs) method T (line 77) | inline T get() const noexcept method JavaLocalRef (line 82) | JavaLocalRef(const JavaLocalRef&) = delete; method JavaLocalRef (line 83) | JavaLocalRef& operator=(const JavaLocalRef&) = delete; FILE: realm/realm-library/src/main/cpp/jni_util/java_method.hpp type realm (line 22) | namespace realm { type jni_util (line 23) | namespace jni_util { class JavaClass (line 25) | class JavaClass class JavaMethod (line 28) | class JavaMethod { method JavaMethod (line 30) | JavaMethod() method JavaMethod (line 60) | JavaMethod(const JavaMethod&) = default; method JavaMethod (line 61) | JavaMethod& operator=(const JavaMethod&) = default; method JavaMethod (line 62) | JavaMethod(JavaMethod&& rhs) = delete; method JavaMethod (line 63) | JavaMethod& operator=(JavaMethod&& rhs) = delete; FILE: realm/realm-library/src/main/cpp/jni_util/jni_utils.cpp function JNIEnv (line 43) | JNIEnv* JniUtils::get_env(bool attach_if_needed) function jobject (line 71) | jobject JniUtils::to_hash_map(JNIEnv* env, std::map void addListener(RealmChangeListener void removeListener(RealmChangeListene... method asFlowable (line 287) | public abstract Flowable asFlowable(); method removeAllListeners (line 295) | protected void removeAllListeners() { method writeCopyTo (line 319) | public void writeCopyTo(File destination) { method writeEncryptedCopyTo (line 347) | public void writeEncryptedCopyTo(File destination, byte[] key) { method waitForChange (line 368) | @Deprecated method stopWaitForChange (line 395) | @Deprecated method beginTransaction (line 446) | public void beginTransaction() { method commitTransaction (line 457) | public void commitTransaction() { method cancelTransaction (line 470) | public void cancelTransaction() { method freeze (line 489) | public abstract BaseRealm freeze(); method isFrozen (line 497) | public boolean isFrozen() { method getNumberOfActiveVersions (line 515) | public long getNumberOfActiveVersions() { method checkIfValid (line 523) | protected void checkIfValid() { method checkAllowQueriesOnUiThread (line 537) | protected void checkAllowQueriesOnUiThread() { method checkAllowWritesOnUiThread (line 549) | protected void checkAllowWritesOnUiThread() { method checkIfInTransaction (line 558) | protected void checkIfInTransaction() { method checkIfValidAndInTransaction (line 567) | protected void checkIfValidAndInTransaction() { method getEmbeddedObjectRow (line 584) | Row getEmbeddedObjectRow(final String className, method checkNotInSync (line 614) | void checkNotInSync() { method getPath (line 626) | public String getPath() { method getConfiguration (line 635) | public RealmConfiguration getConfiguration() { method getVersion (line 644) | public long getVersion() { method close (line 656) | @Override method doClose (line 672) | void doClose() { method isClosed (line 686) | public boolean isClosed() { method isEmpty (line 699) | public abstract boolean isEmpty(); method getSchema (line 706) | public abstract RealmSchema getSchema(); method getSubscriptions (line 718) | @ObjectServer method get (line 726) | E get(@Nullable Class clazz, @Nullable Strin... method get (line 742) | E get(Class clazz, long rowKey, boolean acce... method get (line 752) | E get(@Nullable Class clazz, @Nullable Strin... method deleteAll (line 778) | public void deleteAll() { method deleteRealm (line 788) | static boolean deleteRealm(final RealmConfiguration configuration) { method compactRealm (line 813) | static boolean compactRealm(final RealmConfiguration configuration) { method migrateRealm (line 829) | protected static void migrateRealm(final RealmConfiguration configurat... method createMigrationCallback (line 888) | private static OsSharedRealm.MigrationCallback createMigrationCallback... method finalize (line 897) | @Override method getSharedRealm (line 911) | OsSharedRealm getSharedRealm() { class RealmObjectContext (line 915) | public static final class RealmObjectContext { method set (line 922) | public void set(BaseRealm realm, Row row, ColumnInfo columnInfo, method getRealm (line 931) | BaseRealm getRealm() { method getRow (line 935) | public Row getRow() { method getColumnInfo (line 939) | public ColumnInfo getColumnInfo() { method getAcceptDefaultValue (line 943) | public boolean getAcceptDefaultValue() { method getExcludeFields (line 947) | public List getExcludeFields() { method clear (line 951) | public void clear() { class ThreadLocalRealmObjectContext (line 966) | static final class ThreadLocalRealmObjectContext extends ThreadLocal { method onSuccess (line 1048) | public abstract void onSuccess(T realm); method onError (line 1056) | public void onError(Throwable exception) { FILE: realm/realm-library/src/main/java/io/realm/Case.java type Case (line 27) | public enum Case { method Case (line 33) | Case(boolean value) { method getValue (line 42) | public boolean getValue() { FILE: realm/realm-library/src/main/java/io/realm/CollectionUtils.java class CollectionUtils (line 32) | public class CollectionUtils { method isClassForRealmModel (line 37) | static boolean isClassForRealmModel(Class clazz) { method isEmbedded (line 48) | static boolean isEmbedded(BaseRealm realm, RealmModel object) { method checkCanObjectBeCopied (line 67) | static boolean checkCanObjectBeCopied(BaseRealm realm, RealmModel obje... method copyToRealmIfNeeded (line 114) | @SuppressWarnings("unchecked") method copyToRealm (line 163) | public static E copyToRealm(BaseRealm baseRealm... method checkForAddRemoveListener (line 180) | public static void checkForAddRemoveListener(BaseRealm baseRealm, @Nul... method updateEmbeddedObject (line 195) | static void updateEmbeddedObject(Realm realm, RealmModel realmModel, l... FILE: realm/realm-library/src/main/java/io/realm/CompactOnLaunchCallback.java type CompactOnLaunchCallback (line 28) | @Keep method shouldCompact (line 40) | boolean shouldCompact(long totalBytes, long usedBytes); FILE: realm/realm-library/src/main/java/io/realm/DefaultCompactOnLaunchCallback.java class DefaultCompactOnLaunchCallback (line 23) | public class DefaultCompactOnLaunchCallback implements CompactOnLaunchCa... method shouldCompact (line 24) | @Override FILE: realm/realm-library/src/main/java/io/realm/DynamicRealm.java class DynamicRealm (line 60) | public class DynamicRealm extends BaseRealm { method DynamicRealm (line 64) | private DynamicRealm(final RealmCache cache, OsSharedRealm.VersionID v... method DynamicRealm (line 89) | private DynamicRealm(OsSharedRealm sharedRealm) { method getInstance (line 104) | public static DynamicRealm getInstance(RealmConfiguration configuratio... method getInstanceAsync (line 125) | public static RealmAsyncTask getInstanceAsync(RealmConfiguration confi... method createObject (line 141) | public DynamicRealmObject createObject(String className) { method createObject (line 166) | public DynamicRealmObject createObject(String className, Object primar... method createEmbeddedObject (line 187) | public DynamicRealmObject createEmbeddedObject(String className, method where (line 225) | public RealmQuery where(String className) { method addChangeListener (line 250) | public void addChangeListener(RealmChangeListener listen... method removeChangeListener (line 262) | public void removeChangeListener(RealmChangeListener lis... method removeAllChangeListeners (line 272) | public void removeAllChangeListeners() { method delete (line 282) | public void delete(String className) { method executeTransaction (line 301) | public void executeTransaction(Transaction transaction) { method executeTransactionAsync (line 331) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 344) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 362) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 381) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method createInstance (line 504) | static DynamicRealm createInstance(RealmCache cache, OsSharedRealm.Ver... method createInstance (line 515) | static DynamicRealm createInstance(OsSharedRealm sharedRealm) { method asFlowable (line 522) | @Override method isEmpty (line 530) | @Override method getSchema (line 541) | @Override method freeze (line 549) | @Override method setVersion (line 573) | void setVersion(long version) { type Transaction (line 584) | public interface Transaction { method execute (line 585) | void execute(DynamicRealm realm); class Callback (line 590) | class Callback { method onSuccess (line 591) | public void onSuccess() {} method onError (line 593) | public void onError(Exception ignore) {} type OnSuccess (line 599) | interface OnSuccess { method onSuccess (line 600) | void onSuccess(); type OnError (line 608) | interface OnError { method onError (line 609) | void onError(Throwable error); class Callback (line 616) | public abstract static class Callback extends InstanceCallback getList(String fieldName) { method getList (line 518) | public RealmList getList(String fieldName, Class primitiveTy... method getDictionary (line 544) | public RealmDictionary getDictionary(String fieldN... method getDictionary (line 571) | public RealmDictionary getDictionary(String fieldName, Class... method getRealmSet (line 597) | public RealmSet getRealmSet(String fieldName) { method getRealmSet (line 624) | public RealmSet getRealmSet(String fieldName, Class primitiv... type CollectionType (line 641) | private enum CollectionType { method primitiveTypeToRealmFieldType (line 647) | private RealmFieldType primitiveTypeToRealmFieldType(CollectionTyp... method primitiveTypeToCoreType (line 667) | private int primitiveTypeToCoreType(Class primitiveType) { method isNull (line 705) | public boolean isNull(String fieldName) { method hasField (line 750) | public boolean hasField(String fieldName) { method getFieldNames (line 765) | public String[] getFieldNames() { method set (line 782) | @SuppressWarnings("unchecked") method setValue (line 837) | private void setValue(String fieldName, Object value) { method setBoolean (line 884) | public void setBoolean(String fieldName, boolean value) { method setShort (line 899) | public void setShort(String fieldName, short value) { method setInt (line 915) | public void setInt(String fieldName, int value) { method setLong (line 931) | public void setLong(String fieldName, long value) { method setByte (line 947) | public void setByte(String fieldName, byte value) { method setFloat (line 962) | public void setFloat(String fieldName, float value) { method setDouble (line 976) | public void setDouble(String fieldName, double value) { method setString (line 991) | public void setString(String fieldName, @Nullable String value) { method setBlob (line 1006) | public void setBlob(String fieldName, @Nullable byte[] value) { method setDate (line 1020) | public void setDate(String fieldName, @Nullable Date value) { method setDecimal128 (line 1038) | public void setDecimal128(String fieldName, @Nullable Decimal128 value) { method setObjectId (line 1056) | public void setObjectId(String fieldName, @Nullable ObjectId value) { method setRealmAny (line 1074) | public void setRealmAny(String fieldName, @Nullable RealmAny value) { method setUUID (line 1092) | public void setUUID(String fieldName, @Nullable UUID value) { method setObject (line 1111) | public void setObject(String fieldName, @Nullable DynamicRealmObject v... method setList (line 1147) | public void setList(String fieldName, RealmList list) { method setModelList (line 1192) | private void setModelList(String fieldName, RealmList ManagedListOperator getOperator(BaseRealm realm, OsList... method setDictionary (line 1340) | public void setDictionary(String fieldName, RealmDictionary dic... method setModelDictionary (line 1375) | private void setModelDictionary(String fieldName, RealmDictionary void setRealmSet(String fieldName, RealmSet set) { method setModelSet (line 1513) | private void setModelSet(String fieldName, RealmSet linkingObjects(String srcClass... method getDynamicRealm (line 1954) | public DynamicRealm getDynamicRealm() { method realm$injectObjectContext (line 1963) | @Override method realmGet$proxyState (line 1968) | @Override method checkIsPrimaryKey (line 1974) | private void checkIsPrimaryKey(String fieldName) { FILE: realm/realm-library/src/main/java/io/realm/FieldAttribute.java type FieldAttribute (line 24) | public enum FieldAttribute { FILE: realm/realm-library/src/main/java/io/realm/FrozenPendingRow.java type FrozenPendingRow (line 38) | public enum FrozenPendingRow implements Row { method getColumnCount (line 44) | @Override method getColumnNames (line 49) | @Override method getColumnKey (line 54) | @Override method getColumnType (line 59) | @Override method getTable (line 64) | @Override method getObjectKey (line 69) | @Override method getLong (line 74) | @Override method getBoolean (line 79) | @Override method getFloat (line 84) | @Override method getDouble (line 89) | @Override method getDate (line 94) | @Override method getString (line 99) | @Override method getBinaryByteArray (line 104) | @Override method getDecimal128 (line 109) | @Override method getObjectId (line 114) | @Override method getUUID (line 119) | @Override method getNativeRealmAny (line 124) | @Override method getLink (line 129) | @Override method isNullLink (line 134) | @Override method getModelList (line 139) | @Override method getValueList (line 144) | @Override method getRealmAnyMap (line 149) | @Override method getModelMap (line 154) | @Override method getValueMap (line 159) | @Override method getRealmAnySet (line 164) | @Override method getModelSet (line 169) | @Override method getValueSet (line 174) | @Override method setLong (line 179) | @Override method setBoolean (line 184) | @Override method setFloat (line 189) | @Override method setDouble (line 194) | @Override method setDate (line 199) | @Override method setString (line 204) | @Override method setRealmAny (line 209) | @Override method setBinaryByteArray (line 214) | @Override method setLink (line 219) | @Override method nullifyLink (line 224) | @Override method isNull (line 229) | @Override method setNull (line 234) | @Override method setDecimal128 (line 239) | @Override method setObjectId (line 244) | @Override method setUUID (line 249) | @Override method createEmbeddedObject (line 254) | @Override method isValid (line 259) | @Override method checkIfAttached (line 264) | @Override method hasColumn (line 269) | @Override method freeze (line 274) | @Override method isLoaded (line 279) | @Override FILE: realm/realm-library/src/main/java/io/realm/ImmutableRealmObjectSchema.java class ImmutableRealmObjectSchema (line 25) | class ImmutableRealmObjectSchema extends RealmObjectSchema { method ImmutableRealmObjectSchema (line 30) | ImmutableRealmObjectSchema(BaseRealm realm, RealmSchema schema, Table ... method ImmutableRealmObjectSchema (line 34) | ImmutableRealmObjectSchema(BaseRealm realm, RealmSchema schema, Table ... method setClassName (line 38) | @Override method addField (line 43) | @Override method addRealmObjectField (line 48) | @Override method addRealmListField (line 53) | @Override method addRealmListField (line 58) | @Override method addRealmDictionaryField (line 63) | @Override method addRealmSetField (line 68) | @Override method addRealmSetField (line 73) | @Override method addRealmDictionaryField (line 78) | @Override method removeField (line 83) | @Override method renameField (line 88) | @Override method addIndex (line 93) | @Override method removeIndex (line 98) | @Override method addPrimaryKey (line 103) | @Override method removePrimaryKey (line 108) | @Override method setRequired (line 113) | @Override method setNullable (line 118) | @Override method transform (line 123) | @Override method getPropertyClassName (line 128) | @Override FILE: realm/realm-library/src/main/java/io/realm/ImmutableRealmSchema.java class ImmutableRealmSchema (line 31) | class ImmutableRealmSchema extends RealmSchema { method ImmutableRealmSchema (line 36) | ImmutableRealmSchema(BaseRealm realm, ColumnIndices columnIndices) { method get (line 40) | @Override method getAll (line 50) | @Override method create (line 64) | @Override method createWithPrimaryKeyField (line 69) | @Override method remove (line 74) | @Override method rename (line 79) | @Override FILE: realm/realm-library/src/main/java/io/realm/ImportFlag.java type ImportFlag (line 25) | @Beta FILE: realm/realm-library/src/main/java/io/realm/ManagedListOperator.java class ManagedListOperator (line 46) | abstract class ManagedListOperator { method ManagedListOperator (line 55) | ManagedListOperator(BaseRealm realm, OsList osList, @Nullable Class... method forRealmModel (line 61) | public abstract boolean forRealmModel(); method getOsList (line 63) | public final OsList getOsList() { method isValid (line 67) | public final boolean isValid() { method size (line 71) | public final int size() { method isEmpty (line 76) | public final boolean isEmpty() { method checkValidValue (line 80) | protected abstract void checkValidValue(@Nullable Object value); method checkInsertIndex (line 82) | protected void checkInsertIndex(int index) { method get (line 89) | @Nullable method append (line 92) | public final void append(@Nullable Object value) { method appendNull (line 102) | private void appendNull() { method appendValue (line 106) | protected abstract void appendValue(Object value); method insert (line 108) | public final void insert(int index, @Nullable T value) { method insertNull (line 119) | protected void insertNull(int index) { method insertValue (line 123) | protected abstract void insertValue(int index, Object value); method set (line 125) | @Nullable method setNull (line 139) | protected void setNull(int index) { method setValue (line 143) | protected abstract void setValue(int index, Object value); method move (line 145) | final void move(int oldPos, int newPos) { method remove (line 149) | final void remove(int index) { method removeAll (line 153) | final void removeAll() { method delete (line 157) | final void delete(int index) { method deleteLast (line 161) | final void deleteLast() { method deleteAll (line 165) | final void deleteAll() { class RealmModelListOperator (line 174) | final class RealmModelListOperator extends ManagedListOperator { method RealmModelListOperator (line 179) | RealmModelListOperator(BaseRealm realm, OsList osList, @Nullable Class... method forRealmModel (line 184) | @Override method get (line 189) | @Override method checkValidValue (line 195) | @Override method appendValue (line 208) | @Override method insertNull (line 224) | @Override method insertValue (line 229) | @Override method setNull (line 247) | @Override method setValue (line 252) | @Override class StringListOperator (line 272) | final class StringListOperator extends ManagedListOperator { method StringListOperator (line 274) | StringListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 278) | @Override method get (line 283) | @Nullable method checkValidValue (line 289) | @Override method appendValue (line 303) | @Override method insertValue (line 308) | @Override method setValue (line 313) | @Override class LongListOperator (line 322) | final class LongListOperator extends ManagedListOperator { method LongListOperator (line 324) | LongListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 328) | @Override method get (line 333) | @Nullable method checkValidValue (line 360) | @Override method appendValue (line 374) | @Override method insertValue (line 379) | @Override method setValue (line 384) | @Override class BooleanListOperator (line 393) | final class BooleanListOperator extends ManagedListOperator { method BooleanListOperator (line 395) | BooleanListOperator(BaseRealm realm, OsList osList, Class cla... method forRealmModel (line 399) | @Override method get (line 404) | @Nullable method checkValidValue (line 410) | @Override method appendValue (line 424) | @Override method insertValue (line 429) | @Override method setValue (line 434) | @Override class BinaryListOperator (line 443) | final class BinaryListOperator extends ManagedListOperator { method BinaryListOperator (line 445) | BinaryListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 449) | @Override method get (line 454) | @Nullable method checkValidValue (line 460) | @Override method appendValue (line 474) | @Override method insertValue (line 479) | @Override method setValue (line 484) | @Override class DoubleListOperator (line 493) | final class DoubleListOperator extends ManagedListOperator { method DoubleListOperator (line 495) | DoubleListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 499) | @Override method get (line 504) | @Nullable method checkValidValue (line 510) | @Override method appendValue (line 524) | @Override method insertValue (line 529) | @Override method setValue (line 534) | @Override class FloatListOperator (line 543) | final class FloatListOperator extends ManagedListOperator { method FloatListOperator (line 545) | FloatListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 549) | @Override method get (line 554) | @Nullable method checkValidValue (line 560) | @Override method appendValue (line 574) | @Override method insertValue (line 579) | @Override method setValue (line 584) | @Override class DateListOperator (line 593) | final class DateListOperator extends ManagedListOperator { method DateListOperator (line 595) | DateListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 599) | @Override method get (line 604) | @Nullable method checkValidValue (line 610) | @Override method appendValue (line 624) | @Override method insertValue (line 629) | @Override method setValue (line 634) | @Override class Decimal128ListOperator (line 643) | final class Decimal128ListOperator extends ManagedListOperator { method ObjectIdListOperator (line 695) | ObjectIdListOperator(BaseRealm realm, OsList osList, Class c... method forRealmModel (line 699) | @Override method get (line 704) | @Nullable method checkValidValue (line 710) | @Override method appendValue (line 724) | @Override method insertValue (line 729) | @Override method setValue (line 734) | @Override class UUIDListOperator (line 743) | final class UUIDListOperator extends ManagedListOperator { method UUIDListOperator (line 745) | UUIDListOperator(BaseRealm realm, OsList osList, Class clazz) { method forRealmModel (line 749) | @Override method get (line 754) | @Nullable method checkValidValue (line 760) | @Override method appendValue (line 774) | @Override method insertValue (line 779) | @Override method setValue (line 784) | @Override class RealmAnyListOperator (line 793) | final class RealmAnyListOperator extends ManagedListOperator { method RealmAnyListOperator (line 795) | RealmAnyListOperator(BaseRealm realm, OsList osList, Class c... method forRealmModel (line 799) | @Override method get (line 804) | @Override method checkValidValue (line 811) | @Override method appendValue (line 825) | @Override method insertValue (line 832) | @Override method setValue (line 841) | @Override FILE: realm/realm-library/src/main/java/io/realm/ManagedMapManager.java class ManagedMapManager (line 43) | abstract class ManagedMapManager implements Map, ManageableO... method ManagedMapManager (line 50) | ManagedMapManager(BaseRealm baseRealm, method containsKeyInternal (line 58) | abstract boolean containsKeyInternal(@Nullable Object key); method validateMap (line 60) | abstract void validateMap(Map map); method freezeInternal (line 62) | abstract RealmMap freezeInternal(Pair frozenBa... method changeSetFactory (line 64) | abstract MapChangeSet changeSetFactory(long nativeChangeSetPtr); method put (line 67) | @Override method entrySet (line 70) | @Override method isManaged (line 73) | @Override method isValid (line 78) | @Override method isFrozen (line 83) | @Override method remove (line 88) | @Override method size (line 100) | @Override method isEmpty (line 105) | @Override method containsKey (line 110) | @Override method containsValue (line 115) | @Override method putAll (line 120) | @Override method clear (line 126) | @Override method keySet (line 131) | @Override method values (line 136) | @Override method freeze (line 141) | @Override method notifyChangeListeners (line 146) | @Override method addChangeListener (line 156) | void addChangeListener(RealmMap realmMap, MapChangeListener realmMap, RealmChangeListener realmMap, MapChangeListener l... method removeListener (line 176) | void removeListener(RealmMap realmMap, RealmChangeListener clazz) { method getOsMap (line 194) | OsMap getOsMap() { method getClassName (line 198) | String getClassName() { method getValueClass (line 202) | Class getValueClass() { class DictionaryManager (line 219) | class DictionaryManager extends ManagedMapManager { method DictionaryManager (line 221) | DictionaryManager(BaseRealm baseRealm, method containsKeyInternal (line 227) | @Override method validateMap (line 238) | @Override method freezeInternal (line 248) | @Override method get (line 254) | @Override method put (line 266) | @Override method entrySet (line 285) | @Override method changeSetFactory (line 290) | @Override class MapValueOperator (line 303) | abstract class MapValueOperator { method MapValueOperator (line 311) | MapValueOperator(Class valueClass, method get (line 323) | @Nullable method put (line 326) | @Nullable method entrySet (line 329) | abstract Set> entrySet(); method containsValueInternal (line 331) | abstract boolean containsValueInternal(@Nullable Object value); method remove (line 333) | void remove(Object key) { method size (line 337) | int size() { method isEmpty (line 341) | boolean isEmpty() { method containsKey (line 345) | boolean containsKey(Object key) { method containsValue (line 349) | boolean containsValue(@Nullable Object value) { method isValid (line 357) | boolean isValid() { method isFrozen (line 364) | boolean isFrozen() { method clear (line 368) | void clear() { method putAll (line 372) | void putAll(Map map) { method keySet (line 380) | Set keySet() { method values (line 384) | Collection values() { method freeze (line 388) | Pair freeze() { method startListening (line 393) | void startListening(ObservableMap observableMap) { method stopListening (line 397) | void stopListening() { class RealmAnyValueOperator (line 405) | class RealmAnyValueOperator extends MapValueOperator { method RealmAnyValueOperator (line 407) | RealmAnyValueOperator(BaseRealm baseRealm, method get (line 413) | @Nullable method put (line 424) | @Nullable method entrySet (line 437) | @Override method containsValueInternal (line 442) | @Override class GenericPrimitiveValueOperator (line 458) | class GenericPrimitiveValueOperator extends MapValueOperator { method GenericPrimitiveValueOperator (line 462) | GenericPrimitiveValueOperator(Class valueClass, method GenericPrimitiveValueOperator (line 470) | GenericPrimitiveValueOperator(Class valueClass, method get (line 480) | @Nullable method put (line 490) | @Nullable method entrySet (line 498) | @Override method containsValueInternal (line 503) | @Override method processValue (line 516) | @Nullable class IntegerValueOperator (line 528) | class IntegerValueOperator extends GenericPrimitiveValueOperator extends GenericPrimitiveValueOperator extends GenericPrimitiveValueOperator { method ByteValueOperator (line 568) | ByteValueOperator(BaseRealm baseRealm, method processValue (line 574) | @Override class RealmModelValueOperator (line 583) | class RealmModelValueOperator extends MapValueOperator { method RealmModelValueOperator (line 585) | RealmModelValueOperator(BaseRealm baseRealm, method get (line 592) | @Nullable method put (line 603) | @Nullable method entrySet (line 609) | @Override method containsValueInternal (line 614) | @Override method containsValue (line 626) | @Override FILE: realm/realm-library/src/main/java/io/realm/MapChangeListener.java type MapChangeListener (line 32) | public interface MapChangeListener { method onChange (line 40) | void onChange(RealmMap map, MapChangeSet changes); FILE: realm/realm-library/src/main/java/io/realm/MapChangeSet.java type MapChangeSet (line 27) | public interface MapChangeSet { method getDeletions (line 34) | T[] getDeletions(); method getInsertions (line 41) | T[] getInsertions(); method getChanges (line 48) | T[] getChanges(); method isEmpty (line 56) | boolean isEmpty(); class MapChangeSetImpl (line 65) | class MapChangeSetImpl implements MapChangeSet { method MapChangeSetImpl (line 69) | MapChangeSetImpl(MapChangeSet delegate) { method getDeletions (line 73) | @Override method getInsertions (line 78) | @Override method getChanges (line 83) | @Override method isEmpty (line 88) | @Override class StringMapChangeSet (line 97) | class StringMapChangeSet implements MapChangeSet { method StringMapChangeSet (line 101) | StringMapChangeSet(long nativePtr) { method getDeletions (line 105) | @Override method getInsertions (line 110) | @Override method getChanges (line 115) | @Override method isEmpty (line 120) | @Override FILE: realm/realm-library/src/main/java/io/realm/MutableRealmInteger.java class MutableRealmInteger (line 93) | @Beta class Unmanaged (line 99) | private static final class Unmanaged extends MutableRealmInteger { method Unmanaged (line 103) | Unmanaged(@Nullable Long value) { method isManaged (line 107) | @Override method isValid (line 112) | @Override method isFrozen (line 117) | @Override method set (line 122) | @Override method get (line 127) | @Override method increment (line 133) | @Override method decrement (line 142) | @Override class Managed (line 153) | @SuppressWarnings("unused") method getProxyState (line 155) | protected abstract ProxyState getProxyState(); method getColumnIndex (line 157) | protected abstract long getColumnIndex(); method isManaged (line 159) | @Override method isValid (line 164) | @Override method get (line 169) | @Override method set (line 177) | @Override method increment (line 194) | @Override method decrement (line 201) | @Override method isFrozen (line 206) | @Override method getRealm (line 211) | private BaseRealm getRealm() { method getRow (line 215) | private Row getRow() { method setValue (line 219) | private void setValue(@Nullable Long value, boolean isDefault) { method valueOf (line 237) | public static MutableRealmInteger valueOf(Long value) { method ofNull (line 244) | public static MutableRealmInteger ofNull() { method valueOf (line 253) | public static MutableRealmInteger valueOf(long value) { method valueOf (line 262) | public static MutableRealmInteger valueOf(String value) { method MutableRealmInteger (line 272) | MutableRealmInteger() {} method get (line 280) | @Nullable method set (line 291) | public abstract void set(@Nullable Long newValue); method set (line 301) | public final void set(long newValue) { method increment (line 311) | public abstract void increment(long inc); method decrement (line 319) | public abstract void decrement(long dec); method isNull (line 324) | public final boolean isNull() { method compareTo (line 335) | @Override method hashCode (line 349) | @Override method equals (line 361) | @Override FILE: realm/realm-library/src/main/java/io/realm/MutableRealmObjectSchema.java class MutableRealmObjectSchema (line 33) | class MutableRealmObjectSchema extends RealmObjectSchema { method MutableRealmObjectSchema (line 41) | MutableRealmObjectSchema(BaseRealm realm, RealmSchema schema, Table ta... method setClassName (line 45) | @Override method checkEmpty (line 81) | private void checkEmpty(String str) { method addField (line 88) | @Override method addRealmObjectField (line 127) | @Override method addRealmListField (line 136) | @Override method addRealmListField (line 144) | @Override method addRealmDictionaryField (line 163) | @Override method addRealmDictionaryField (line 182) | @Override method addRealmSetField (line 190) | @Override method addRealmSetField (line 198) | @Override method removeField (line 217) | @Override method renameField (line 233) | @Override method addIndex (line 248) | @Override method removeIndex (line 260) | @Override method addPrimaryKey (line 273) | @Override method removePrimaryKey (line 295) | @Override method setRequired (line 310) | @Override method setNullable (line 346) | @Override method transform (line 352) | @Override method getPropertyClassName (line 375) | @Override method addModifiers (line 386) | private void addModifiers(String fieldName, FieldAttribute[] attribute... method containsAttribute (line 414) | static boolean containsAttribute(FieldAttribute[] attributeList, Field... method checkNewFieldName (line 427) | private void checkNewFieldName(String fieldName) { method checkFieldNameIsAvailable (line 432) | private void checkFieldNameIsAvailable(String fieldName) { method checkAddPrimaryKeyForSync (line 438) | private void checkAddPrimaryKeyForSync() { method checkForObjectStoreInvalidPrimaryKeyTypes (line 450) | private void checkForObjectStoreInvalidPrimaryKeyTypes(String fieldNam... method checkForObjectStoreInvalidPrimaryKeyTypes (line 458) | private void checkForObjectStoreInvalidPrimaryKeyTypes(String fieldNam... FILE: realm/realm-library/src/main/java/io/realm/MutableRealmSchema.java class MutableRealmSchema (line 31) | class MutableRealmSchema extends RealmSchema { method MutableRealmSchema (line 33) | MutableRealmSchema(BaseRealm realm) { method get (line 37) | @Override method getAll (line 47) | @Override method create (line 62) | @Override method createWithPrimaryKeyField (line 78) | @Override method remove (line 105) | @Override method rename (line 116) | @Override method checkAndGetTableNameFromClassName (line 139) | private String checkAndGetTableNameFromClassName(String className) { FILE: realm/realm-library/src/main/java/io/realm/ObjectChangeSet.java type ObjectChangeSet (line 24) | public interface ObjectChangeSet { method isDeleted (line 29) | boolean isDeleted(); method getChangedFields (line 35) | String[] getChangedFields(); method isFieldChanged (line 44) | boolean isFieldChanged(String fieldName); FILE: realm/realm-library/src/main/java/io/realm/OrderedCollectionChangeSet.java type OrderedCollectionChangeSet (line 32) | public interface OrderedCollectionChangeSet { type State (line 37) | enum State { method getState (line 63) | State getState(); method getDeletions (line 70) | int[] getDeletions(); method getInsertions (line 77) | int[] getInsertions(); method getChanges (line 87) | int[] getChanges(); method getDeletionRanges (line 94) | Range[] getDeletionRanges(); method getInsertionRanges (line 101) | Range[] getInsertionRanges(); method getChangeRanges (line 108) | Range[] getChangeRanges(); method getError (line 117) | @Nullable class Range (line 123) | class Range { method Range (line 140) | public Range(int startIndex, int length) { method toString (line 145) | @Override FILE: realm/realm-library/src/main/java/io/realm/OrderedRealmCollection.java type OrderedRealmCollection (line 103) | public interface OrderedRealmCollection extends List, RealmCollect... method first (line 111) | @Nullable method first (line 119) | @Nullable method last (line 128) | @Nullable method last (line 136) | @Nullable method sort (line 149) | RealmResults sort(String fieldName); method sort (line 162) | RealmResults sort(String fieldName, Sort sortOrder); method sort (line 178) | RealmResults sort(String fieldName1, Sort sortOrder1, String fieldN... method sort (line 191) | RealmResults sort(String[] fieldNames, Sort[] sortOrders); method deleteFromRealm (line 201) | void deleteFromRealm(int location); method deleteFirstFromRealm (line 210) | boolean deleteFirstFromRealm(); method deleteLastFromRealm (line 219) | boolean deleteLastFromRealm(); method createSnapshot (line 229) | OrderedRealmCollectionSnapshot createSnapshot(); FILE: realm/realm-library/src/main/java/io/realm/OrderedRealmCollectionChangeListener.java type OrderedRealmCollectionChangeListener (line 30) | public interface OrderedRealmCollectionChangeListener { method onChange (line 38) | void onChange(T t, OrderedCollectionChangeSet changeSet); FILE: realm/realm-library/src/main/java/io/realm/OrderedRealmCollectionImpl.java class OrderedRealmCollectionImpl (line 23) | abstract class OrderedRealmCollectionImpl extends AbstractList imp... method OrderedRealmCollectionImpl (line 41) | OrderedRealmCollectionImpl(BaseRealm baseRealm, OsResults osResults, C... method OrderedRealmCollectionImpl (line 45) | OrderedRealmCollectionImpl(BaseRealm baseRealm, OsResults osResults, C... method OrderedRealmCollectionImpl (line 49) | OrderedRealmCollectionImpl(BaseRealm baseRealm, OsResults osResults, S... method OrderedRealmCollectionImpl (line 53) | OrderedRealmCollectionImpl(BaseRealm baseRealm, OsResults osResults, S... method OrderedRealmCollectionImpl (line 57) | private OrderedRealmCollectionImpl(BaseRealm baseRealm, OsResults osRe... method getTable (line 65) | Table getTable() { method getOsResults (line 69) | OsResults getOsResults() { method isValid (line 76) | @Override method isManaged (line 87) | @Override method contains (line 99) | @Override method get (line 134) | @Override method first (line 144) | @Override method first (line 153) | @Override method firstImpl (line 159) | @Nullable method last (line 167) | @Override method last (line 176) | @Override method lastImpl (line 183) | @Nullable method deleteFromRealm (line 191) | @Override method deleteAllFromRealm (line 201) | @Override method iterator (line 218) | @SuppressWarnings("NullableProblems") method listIterator (line 231) | @Override method listIterator (line 245) | @SuppressWarnings("NullableProblems") method getColumnKeyForSort (line 254) | private long getColumnKeyForSort(String fieldName) { method sort (line 272) | @Override method sort (line 281) | @Override method sort (line 290) | @Override method sort (line 299) | @Override method size (line 311) | @Override method min (line 323) | @Override method minDate (line 333) | @Override method max (line 343) | @Override method maxDate (line 360) | @Override method sum (line 372) | @Override method average (line 382) | @Override method remove (line 398) | @Deprecated method remove (line 409) | @Deprecated method removeAll (line 420) | @Deprecated method set (line 431) | @Deprecated method retainAll (line 442) | @Deprecated method deleteLastFromRealm (line 453) | @Override method deleteFirstFromRealm (line 465) | @Override method clear (line 477) | @Override method add (line 488) | @Override method add (line 499) | @Override method addAll (line 510) | @Override method addAll (line 522) | @Deprecated class RealmCollectionIterator (line 529) | private class RealmCollectionIterator extends OsResults.Iterator { method RealmCollectionIterator (line 530) | RealmCollectionIterator() { method convertRowToObject (line 534) | @Override method getInternal (line 539) | @Override method createSnapshot (line 545) | @Override method getRealm (line 567) | public Realm getRealm() { class RealmCollectionListIterator (line 576) | private class RealmCollectionListIterator extends OsResults.ListIterat... method RealmCollectionListIterator (line 577) | RealmCollectionListIterator(int start) { method convertRowToObject (line 581) | @Override method getInternal (line 586) | @Override method createLoadedResults (line 592) | RealmResults createLoadedResults(OsResults newOsResults) { method getCollectionOperator (line 605) | protected static CollectionOperator getCollectionOperator(boole... class CollectionOperator (line 637) | abstract static class CollectionOperator { method CollectionOperator (line 646) | CollectionOperator(BaseRealm baseRealm, method get (line 656) | public abstract T get(int location); method firstImpl (line 658) | @Nullable method lastImpl (line 661) | @Nullable method convertRowToObject (line 664) | public abstract T convertRowToObject(UncheckedRow row); method getFromResults (line 666) | public abstract T getFromResults(int pos, OsResults iteratorOsResults); method convertToObject (line 668) | protected T convertToObject(@Nullable UncheckedRow row, class ModelCollectionOperator (line 689) | static class ModelCollectionOperator extends CollectionOperator { method ModelCollectionOperator (line 691) | ModelCollectionOperator(BaseRealm baseRealm, method get (line 698) | @Override method firstImpl (line 704) | @Nullable method lastImpl (line 710) | @Nullable method convertRowToObject (line 716) | @Override method getFromResults (line 722) | @Override class PrimitiveValueOperator (line 733) | static class PrimitiveValueOperator extends CollectionOperator { method PrimitiveValueOperator (line 735) | PrimitiveValueOperator(BaseRealm baseRealm, method get (line 742) | @Override method firstImpl (line 750) | @Nullable method lastImpl (line 760) | @Nullable method convertRowToObject (line 771) | @Override method getFromResults (line 776) | @Override class IntegerValueOperator (line 783) | static class IntegerValueOperator extends PrimitiveValueOperator { method ShortValueOperator (line 811) | ShortValueOperator(BaseRealm baseRealm, method get (line 818) | @Override method getFromResults (line 825) | @Override class ByteValueOperator (line 835) | static class ByteValueOperator extends PrimitiveValueOperator { method ByteValueOperator (line 837) | ByteValueOperator(BaseRealm baseRealm, method get (line 844) | @Override method getFromResults (line 851) | @Override class RealmAnyValueOperator (line 861) | static class RealmAnyValueOperator extends PrimitiveValueOperator extends OrderedRealmColle... method OrderedRealmCollectionSnapshot (line 56) | OrderedRealmCollectionSnapshot(BaseRealm realm, OsResults osResults, C... method OrderedRealmCollectionSnapshot (line 60) | OrderedRealmCollectionSnapshot(BaseRealm realm, OsResults osResults, S... method size (line 67) | @Override method sort (line 82) | @Override method sort (line 93) | @Override method sort (line 104) | @Override method sort (line 115) | @Override method where (line 126) | @Deprecated method getUnsupportedException (line 132) | private UnsupportedOperationException getUnsupportedException(String m... method isLoaded (line 142) | @Override method load (line 150) | @Override method createSnapshot (line 158) | @Override method freeze (line 164) | @Override method deleteFromRealm (line 180) | @Override method deleteFirstFromRealm (line 195) | @Override method deleteLastFromRealm (line 208) | @Override method deleteAllFromRealm (line 223) | @Override method isFrozen (line 228) | @Override FILE: realm/realm-library/src/main/java/io/realm/ProxyState.java class ProxyState (line 35) | public final class ProxyState implements PendingRo... class RealmChangeListenerWrapper (line 37) | static class RealmChangeListenerWrapper implemen... method RealmChangeListenerWrapper (line 40) | RealmChangeListenerWrapper(RealmChangeListener listener) { method onChange (line 48) | @Override method equals (line 53) | @Override method hashCode (line 59) | @Override class QueryCallback (line 65) | private static class QueryCallback implements ObserverPairList.Callbac... method onCalled (line 67) | @Override method ProxyState (line 89) | public ProxyState() {} method ProxyState (line 91) | public ProxyState(E model) { method getRealm$realm (line 95) | public BaseRealm getRealm$realm() { method setRealm$realm (line 99) | public void setRealm$realm(BaseRealm realm) { method getRow$realm (line 103) | public Row getRow$realm() { method setRow$realm (line 107) | public void setRow$realm(Row row) { method getAcceptDefaultValue$realm (line 111) | public boolean getAcceptDefaultValue$realm() { method setAcceptDefaultValue$realm (line 115) | public void setAcceptDefaultValue$realm(boolean acceptDefaultValue) { method getExcludeFields$realm (line 119) | @SuppressWarnings("unused") method setExcludeFields$realm (line 124) | public void setExcludeFields$realm(List excludeFields) { method notifyQueryFinished (line 131) | private void notifyQueryFinished() { method addChangeListener (line 135) | public void addChangeListener(RealmObjectChangeListener listener) { method removeChangeListener (line 146) | public void removeChangeListener(RealmObjectChangeListener listener) { method removeAllChangeListeners (line 154) | public void removeAllChangeListeners() { method isUnderConstruction (line 162) | public boolean isUnderConstruction() { method setConstructionFinished (line 166) | public void setConstructionFinished() { method registerToObjectNotifier (line 172) | private void registerToObjectNotifier() { method isLoaded (line 185) | public boolean isLoaded() { method load (line 189) | public void load() { method onQueryFinished (line 195) | @Override method checkValidObject (line 211) | public void checkValidObject(RealmModel value) { FILE: realm/realm-library/src/main/java/io/realm/ProxyUtils.java class ProxyUtils (line 46) | class ProxyUtils { method setRealmListWithJsonObject (line 57) | static void setRealmListWithJsonObject(Realm realm, method createRealmListWithJsonStream (line 227) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method throwWrongElementType (line 403) | private static void throwWrongElementType(@Nullable Class clazz) { method copyToRealmIfNeeded (line 408) | @Nullable method copyOrUpdate (line 437) | @SuppressWarnings("unchecked") method insert (line 463) | @SuppressWarnings("unchecked") method insertOrUpdate (line 490) | @SuppressWarnings("unchecked") method createDetachedCopy (line 515) | @SuppressWarnings("unchecked") method createOrUpdateUsingJsonObject (line 535) | @SuppressWarnings("unchecked") FILE: realm/realm-library/src/main/java/io/realm/Realm.java class Realm (line 138) | public class Realm extends BaseRealm { method Realm (line 160) | private Realm(RealmCache cache, OsSharedRealm.VersionID version) { method Realm (line 183) | private Realm(OsSharedRealm sharedRealm) { method createExpectedSchemaInfo (line 189) | private static OsSchemaInfo createExpectedSchemaInfo(RealmProxyMediato... method asFlowable (line 196) | @Override method isEmpty (line 204) | @Override method getSchema (line 223) | @Override method init (line 262) | public static synchronized void init(Context context) { method init (line 304) | @ObjectServer method isInstantApp (line 316) | private static boolean isInstantApp(Context context) { method initializeRealm (line 335) | private static void initializeRealm(Context context, String userAgent) { method checkFilesDirAvailable (line 382) | private static void checkFilesDirAvailable(Context context) { method getDefaultInstance (line 434) | public static Realm getDefaultInstance() { method getInstance (line 459) | public static Realm getInstance(RealmConfiguration configuration) { method getInstanceAsync (line 480) | public static RealmAsyncTask getInstanceAsync(RealmConfiguration confi... method setDefaultConfiguration (line 496) | public static void setDefaultConfiguration(RealmConfiguration configur... method getDefaultConfiguration (line 511) | @Nullable method removeDefaultConfiguration (line 522) | public static void removeDefaultConfiguration() { method createInstance (line 534) | static Realm createInstance(RealmCache cache, OsSharedRealm.VersionID ... method createInstance (line 542) | static Realm createInstance(OsSharedRealm sharedRealm) { method createAllFromJson (line 566) | public void createAllFromJson(Class clazz, J... method createOrUpdateAllFromJson (line 605) | public void createOrUpdateAllFromJson(Class ... method createAllFromJson (line 640) | public void createAllFromJson(Class clazz, S... method createOrUpdateAllFromJson (line 679) | public void createOrUpdateAllFromJson(Class ... method createAllFromJson (line 719) | public void createAllFromJson(Class clazz, I... method createOrUpdateAllFromJson (line 763) | public void createOrUpdateAllFromJson(Class ... method createObjectFromJson (line 810) | @Nullable method createOrUpdateObjectFromJson (line 848) | public E createOrUpdateObjectFromJson(Class ... method createObjectFromJson (line 882) | @Nullable method createOrUpdateObjectFromJson (line 923) | public E createOrUpdateObjectFromJson(Class ... method createObjectFromJson (line 964) | @Nullable method createOrUpdateObjectFromJson (line 1027) | public E createOrUpdateObjectFromJson(Class ... method getFullStringScanner (line 1051) | private Scanner getFullStringScanner(InputStream in) { method createObject (line 1067) | public E createObject(Class clazz) { method createObjectInternal (line 1086) | E createObjectInternal( method createObject (line 1118) | public E createObject(Class clazz, @Nullable... method createEmbeddedObject (line 1141) | public E createEmbeddedObject(Class clazz, R... method createObjectInternal (line 1177) | E createObjectInternal( method copyToRealm (line 1204) | public E copyToRealm(E object, ImportFlag... fl... method copyToRealmOrUpdate (line 1225) | public E copyToRealmOrUpdate(E object, ImportFl... method copyToRealm (line 1245) | public List copyToRealm(Iterable objects,... method insert (line 1287) | public void insert(Collection objects) { method insert (line 1323) | public void insert(RealmModel object) { method insertOrUpdate (line 1358) | public void insertOrUpdate(Collection objects) { method insertOrUpdate (line 1393) | public void insertOrUpdate(RealmModel object) { method copyToRealmOrUpdate (line 1417) | public List copyToRealmOrUpdate(Iterable ... method copyFromRealm (line 1457) | public List copyFromRealm(Iterable realmO... method copyFromRealm (line 1483) | public List copyFromRealm(Iterable realmO... method copyFromRealm (line 1523) | public E copyFromRealm(E realmObject) { method copyFromRealm (line 1549) | public E copyFromRealm(E realmObject, int maxDe... method where (line 1562) | public RealmQuery where(Class clazz) { method addChangeListener (line 1583) | public void addChangeListener(RealmChangeListener listener) { method removeChangeListener (line 1595) | public void removeChangeListener(RealmChangeListener listener) { method removeAllChangeListeners (line 1605) | public void removeAllChangeListeners() { method executeTransaction (line 1623) | public void executeTransaction(Transaction transaction) { method executeTransactionAsync (line 1653) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 1666) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 1684) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method executeTransactionAsync (line 1703) | public RealmAsyncTask executeTransactionAsync(final Transaction transa... method delete (line 1827) | public void delete(Class clazz) { method copyOrUpdate (line 1833) | @SuppressWarnings("unchecked") method createDetachedCopy (line 1858) | private E createDetachedCopy(E object, int maxD... method checkNotNullObject (line 1863) | private void checkNotNullObject(E object) { method checkHasPrimaryKey (line 1870) | private void checkHasPrimaryKey(Class clazz) { method hasPrimaryKey (line 1877) | boolean hasPrimaryKey(Class clazz){ method checkMaxDepth (line 1881) | private void checkMaxDepth(int maxDepth) { method checkValidObjectForDetach (line 1887) | private void checkValidObjectForDetach(E realmO... method migrateRealm (line 1907) | public static void migrateRealm(RealmConfiguration configuration) thro... method migrateRealm (line 1919) | public static void migrateRealm(RealmConfiguration configuration, @Nul... method deleteRealm (line 1939) | public static boolean deleteRealm(RealmConfiguration configuration) { method compactRealm (line 1955) | public static boolean compactRealm(RealmConfiguration configuration) { method freeze (line 1962) | @Override method getTable (line 1967) | Table getTable(Class clazz) { method getDefaultModule (line 1979) | @Nullable method getGlobalInstanceCount (line 2007) | public static int getGlobalInstanceCount(RealmConfiguration configurat... method getLocalInstanceCount (line 2025) | public static int getLocalInstanceCount(RealmConfiguration configurati... method getApplicationContext (line 2036) | @Nullable type Transaction (line 2048) | public interface Transaction { method execute (line 2049) | void execute(Realm realm); class Callback (line 2054) | class Callback { method onSuccess (line 2055) | public void onSuccess() {} method onError (line 2057) | public void onError(Exception ignore) {} type OnSuccess (line 2063) | interface OnSuccess { method onSuccess (line 2064) | void onSuccess(); type OnError (line 2072) | interface OnError { method onError (line 2073) | void onError(Throwable error); class Callback (line 2080) | public abstract static class Callback extends InstanceCallback { method onSuccess (line 2084) | @Override method onError (line 2090) | @Override FILE: realm/realm-library/src/main/java/io/realm/RealmAny.java class RealmAny (line 132) | public class RealmAny { method RealmAny (line 136) | RealmAny(@Nonnull RealmAnyOperator operator) { method getNativePtr (line 140) | final long getNativePtr() { method getType (line 149) | public RealmAny.Type getType() { method getValueClass (line 158) | @Nullable method valueOf (line 170) | public static RealmAny valueOf(@Nullable Byte value) { method valueOf (line 181) | public static RealmAny valueOf(@Nullable Short value) { method valueOf (line 192) | public static RealmAny valueOf(@Nullable Integer value) { method valueOf (line 203) | public static RealmAny valueOf(@Nullable Long value) { method valueOf (line 215) | public static RealmAny valueOf(@Nullable Boolean value) { method valueOf (line 226) | public static RealmAny valueOf(@Nullable Float value) { method valueOf (line 237) | public static RealmAny valueOf(@Nullable Double value) { method valueOf (line 248) | public static RealmAny valueOf(@Nullable String value) { method valueOf (line 259) | public static RealmAny valueOf(@Nullable byte[] value) { method valueOf (line 270) | public static RealmAny valueOf(@Nullable Date value) { method valueOf (line 281) | public static RealmAny valueOf(@Nullable ObjectId value) { method valueOf (line 292) | public static RealmAny valueOf(@Nullable Decimal128 value) { method valueOf (line 303) | public static RealmAny valueOf(@Nullable UUID value) { method nullValue (line 312) | public static RealmAny nullValue() { method valueOf (line 322) | public static RealmAny valueOf(@Nullable RealmModel value) { method isNull (line 331) | public boolean isNull() { method asByte (line 341) | public Byte asByte() { method asShort (line 352) | public Short asShort() { method asInteger (line 363) | public Integer asInteger() { method asLong (line 374) | public Long asLong() { method asBoolean (line 385) | public Boolean asBoolean() { method asFloat (line 395) | public Float asFloat() { method asDouble (line 405) | public Double asDouble() { method asString (line 415) | public String asString() { method asBinary (line 425) | public byte[] asBinary() { method asDate (line 435) | public Date asDate() { method asObjectId (line 445) | public ObjectId asObjectId() { method asUUID (line 455) | public UUID asUUID() { method asDecimal128 (line 465) | public Decimal128 asDecimal128() { method asRealmModel (line 476) | public T asRealmModel(Class clazz) { method valueOf (line 486) | static RealmAny valueOf(@Nullable Object value) { method hashCode (line 536) | @Override method equals (line 547) | @Override method coercedEquals (line 556) | public final boolean coercedEquals(@Nullable RealmAny other) { method toString (line 561) | @Override method checkValidObject (line 566) | void checkValidObject(BaseRealm realm) { type Type (line 573) | public enum Type { method fromNativeValue (line 601) | public static Type fromNativeValue(int realmFieldType) { method Type (line 610) | Type(@Nullable RealmFieldType realmFieldType, @Nullable Class cla... method getTypedClass (line 615) | public Class getTypedClass() { FILE: realm/realm-library/src/main/java/io/realm/RealmAnyNativeFunctionsImpl.java class RealmAnyNativeFunctionsImpl (line 27) | public class RealmAnyNativeFunctionsImpl implements RealmAnyNativeFuncti... method handleItem (line 29) | @Override method handleItem (line 34) | @Override method callRawPredicate (line 39) | @Override FILE: realm/realm-library/src/main/java/io/realm/RealmAnyOperator.java class RealmAnyOperator (line 37) | public abstract class RealmAnyOperator { method fromNativeRealmAny (line 38) | static RealmAnyOperator fromNativeRealmAny(BaseRealm realm, NativeReal... method getNativeRealmAny (line 83) | private synchronized NativeRealmAny getNativeRealmAny() { method getNativePtr (line 89) | long getNativePtr() { method createNativeRealmAny (line 93) | protected abstract NativeRealmAny createNativeRealmAny(); method RealmAnyOperator (line 95) | protected RealmAnyOperator(RealmAny.Type type) { method RealmAnyOperator (line 99) | protected RealmAnyOperator(RealmAny.Type type, NativeRealmAny nativeRe... method getValue (line 104) | abstract T getValue(Class clazz); method getType (line 106) | RealmAny.Type getType(){ method getTypedClass (line 110) | Class getTypedClass() { method coercedEquals (line 114) | boolean coercedEquals(RealmAnyOperator realmAnyOperator) { method checkValidObject (line 118) | public void checkValidObject(BaseRealm realm) { } class NullRealmAnyOperator (line 121) | final class NullRealmAnyOperator extends RealmAnyOperator { method NullRealmAnyOperator (line 122) | NullRealmAnyOperator() { method NullRealmAnyOperator (line 126) | NullRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 130) | @Override method getValue (line 135) | @Override method toString (line 140) | @Override method hashCode (line 145) | @Override method equals (line 150) | @Override class PrimitiveRealmAnyOperator (line 156) | abstract class PrimitiveRealmAnyOperator extends RealmAnyOperator { method PrimitiveRealmAnyOperator (line 160) | PrimitiveRealmAnyOperator(@Nullable Object value, @Nonnull RealmAny.Ty... method PrimitiveRealmAnyOperator (line 165) | PrimitiveRealmAnyOperator(@Nullable Object value, @Nonnull RealmAny.Ty... method getValue (line 170) | @Override method hashCode (line 175) | @Override method equals (line 180) | @Override method toString (line 188) | @Override class BooleanRealmAnyOperator (line 194) | final class BooleanRealmAnyOperator extends PrimitiveRealmAnyOperator { method BooleanRealmAnyOperator (line 195) | BooleanRealmAnyOperator(Boolean value) { method BooleanRealmAnyOperator (line 199) | BooleanRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 203) | @Override class IntegerRealmAnyOperator (line 209) | final class IntegerRealmAnyOperator extends PrimitiveRealmAnyOperator { method IntegerRealmAnyOperator (line 210) | IntegerRealmAnyOperator(Byte value) { method IntegerRealmAnyOperator (line 214) | IntegerRealmAnyOperator(Short value) { method IntegerRealmAnyOperator (line 218) | IntegerRealmAnyOperator(Integer value) { method IntegerRealmAnyOperator (line 222) | IntegerRealmAnyOperator(Long value) { method IntegerRealmAnyOperator (line 226) | IntegerRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 230) | @Override method equals (line 235) | @Override class FloatRealmAnyOperator (line 244) | final class FloatRealmAnyOperator extends PrimitiveRealmAnyOperator { method FloatRealmAnyOperator (line 245) | FloatRealmAnyOperator(Float value) { method FloatRealmAnyOperator (line 249) | FloatRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 253) | @Override class DoubleRealmAnyOperator (line 259) | final class DoubleRealmAnyOperator extends PrimitiveRealmAnyOperator { method DoubleRealmAnyOperator (line 260) | DoubleRealmAnyOperator(Double value) { method DoubleRealmAnyOperator (line 264) | DoubleRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 268) | @Override class StringRealmAnyOperator (line 274) | final class StringRealmAnyOperator extends PrimitiveRealmAnyOperator { method StringRealmAnyOperator (line 275) | StringRealmAnyOperator(String value) { method StringRealmAnyOperator (line 279) | StringRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 283) | @Override class BinaryRealmAnyOperator (line 289) | final class BinaryRealmAnyOperator extends PrimitiveRealmAnyOperator { method BinaryRealmAnyOperator (line 290) | BinaryRealmAnyOperator(byte[] value) { method BinaryRealmAnyOperator (line 294) | BinaryRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 298) | @Override method equals (line 303) | @Override class DateRealmAnyOperator (line 312) | final class DateRealmAnyOperator extends PrimitiveRealmAnyOperator { method DateRealmAnyOperator (line 313) | DateRealmAnyOperator(Date value) { method DateRealmAnyOperator (line 317) | DateRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 321) | @Override class ObjectIdRealmAnyOperator (line 327) | final class ObjectIdRealmAnyOperator extends PrimitiveRealmAnyOperator { method ObjectIdRealmAnyOperator (line 328) | ObjectIdRealmAnyOperator(ObjectId value) { method ObjectIdRealmAnyOperator (line 332) | ObjectIdRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 336) | @Override class Decimal128RealmAnyOperator (line 342) | final class Decimal128RealmAnyOperator extends PrimitiveRealmAnyOperator { method Decimal128RealmAnyOperator (line 343) | Decimal128RealmAnyOperator(Decimal128 value) { method Decimal128RealmAnyOperator (line 347) | Decimal128RealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 351) | @Override class UUIDRealmAnyOperator (line 357) | final class UUIDRealmAnyOperator extends PrimitiveRealmAnyOperator { method UUIDRealmAnyOperator (line 358) | UUIDRealmAnyOperator(UUID value) { method UUIDRealmAnyOperator (line 362) | UUIDRealmAnyOperator(NativeRealmAny nativeRealmAny) { method createNativeRealmAny (line 366) | @Override class RealmModelOperator (line 372) | class RealmModelOperator extends RealmAnyOperator { method getRealmModel (line 373) | private static T getRealmModel(BaseRealm realm,... method RealmModelOperator (line 381) | RealmModelOperator(RealmModel realmModel) { method RealmModelOperator (line 387) | RealmModelOperator(BaseRealm realm, NativeRealm... method createNativeRealmAny (line 394) | @Override method getValue (line 402) | @Override method getTypedClass (line 407) | @Override method hashCode (line 412) | @Override method equals (line 417) | @Override method toString (line 425) | @Override method checkValidObject (line 430) | @Override class DynamicRealmModelRealmAnyOperator (line 441) | final class DynamicRealmModelRealmAnyOperator extends RealmModelOperator { method getRealmModel (line 442) | @SuppressWarnings({"unchecked", "TypeParameterUnusedInFormals"}) method DynamicRealmModelRealmAnyOperator (line 451) | DynamicRealmModelRealmAnyOperator(BaseRealm realm, NativeRealmAny nati... method getTypedClass (line 455) | @Override FILE: realm/realm-library/src/main/java/io/realm/RealmAsyncTask.java type RealmAsyncTask (line 26) | public interface RealmAsyncTask { method cancel (line 31) | void cancel(); method isCancelled (line 38) | boolean isCancelled(); FILE: realm/realm-library/src/main/java/io/realm/RealmCache.java class RealmCache (line 61) | final class RealmCache { type Callback (line 63) | interface Callback { method onResult (line 64) | void onResult(int count); type Callback0 (line 67) | interface Callback0 { method onCall (line 68) | void onCall(); class ReferenceCounter (line 71) | private abstract static class ReferenceCounter { method hasInstanceAvailableForThread (line 79) | abstract boolean hasInstanceAvailableForThread(); method incrementThreadCount (line 82) | public void incrementThreadCount(int increment) { method getRealmInstance (line 88) | abstract BaseRealm getRealmInstance(); method onRealmCreated (line 91) | abstract void onRealmCreated(BaseRealm realm); method clearThreadLocalCache (line 94) | abstract void clearThreadLocalCache(); method getThreadLocalCount (line 97) | abstract int getThreadLocalCount(); method setThreadCount (line 100) | public void setThreadCount(int refCount) { method getGlobalCount (line 107) | public int getGlobalCount() { class GlobalReferenceCounter (line 113) | private static class GlobalReferenceCounter extends ReferenceCounter { method hasInstanceAvailableForThread (line 116) | @Override method getRealmInstance (line 121) | @Override method onRealmCreated (line 126) | @Override method clearThreadLocalCache (line 137) | @Override method getThreadLocalCount (line 153) | @Override class ThreadConfinedReferenceCounter (line 162) | private static class ThreadConfinedReferenceCounter extends ReferenceC... method hasInstanceAvailableForThread (line 166) | @Override method getRealmInstance (line 171) | @Override method onRealmCreated (line 176) | @Override method clearThreadLocalCache (line 185) | @Override method getThreadLocalCount (line 201) | @Override type RealmCacheType (line 208) | private enum RealmCacheType { method valueOf (line 212) | static RealmCacheType valueOf(Class clazz) { class CreateRealmRunnable (line 223) | private static class CreateRealmRunnable implemen... method CreateRealmRunnable (line 232) | CreateRealmRunnable(RealmNotifier notifier, RealmConfiguration confi... method setFuture (line 240) | public void setFuture(Future future) { method run (line 244) | @Override method RealmCache (line 351) | private RealmCache(String path) { method getCache (line 355) | private static RealmCache getCache(String realmPath, boolean createIfN... method createRealmOrGetFromCacheAsync (line 378) | static RealmAsyncTask createRealmOrGetFromCacheA... method doCreateRealmOrGetFromCacheAsync (line 384) | private synchronized RealmAsyncTask doCreateReal... method createRealmOrGetFromCache (line 420) | static E createRealmOrGetFromCache(RealmConfigur... method createRealmOrGetFromCache (line 425) | static E createRealmOrGetFromCache(RealmConfigur... method doCreateRealmOrGetFromCache (line 430) | private synchronized E doCreateRealmOrGetFromCac... method getRefCounter (line 484) | private ReferenceCounter getRefCounter(Class ... method createInstance (line 500) | private void createInstance(Class realmClass, method release (line 529) | synchronized void release(BaseRealm realm) { method validateConfiguration (line 583) | private void validateConfiguration(RealmConfiguration newConfiguration) { method invokeWithGlobalRefCount (line 619) | static void invokeWithGlobalRefCount(RealmConfiguration configuration,... method doInvokeWithGlobalRefCount (line 634) | private synchronized void doInvokeWithGlobalRefCount(Callback callback) { method invokeWithLock (line 643) | synchronized void invokeWithLock(Callback0 callback) { method copyAssetFileIfNeeded (line 656) | private static void copyAssetFileIfNeeded(final RealmConfiguration con... method copyFileIfNeeded (line 685) | private static void copyFileIfNeeded(String assetFileName, File file) { method getLocalThreadCount (line 735) | static int getLocalThreadCount(RealmConfiguration configuration) { method getConfiguration (line 749) | public RealmConfiguration getConfiguration() { method getTotalGlobalRefCount (line 756) | private int getTotalGlobalRefCount() { method getTotalLiveRealmGlobalRefCount (line 768) | private int getTotalLiveRealmGlobalRefCount() { method leak (line 783) | void leak() { FILE: realm/realm-library/src/main/java/io/realm/RealmChangeListener.java type RealmChangeListener (line 42) | public interface RealmChangeListener { method onChange (line 47) | void onChange(T t); FILE: realm/realm-library/src/main/java/io/realm/RealmCollection.java type RealmCollection (line 39) | public interface RealmCollection extends Collection, ManageableObj... method where (line 48) | RealmQuery where(); method min (line 60) | @Nullable method max (line 73) | @Nullable method sum (line 85) | Number sum(String fieldName); method average (line 97) | double average(String fieldName); method maxDate (line 110) | @Nullable method minDate (line 124) | @Nullable method deleteAllFromRealm (line 134) | boolean deleteAllFromRealm(); method isLoaded (line 141) | boolean isLoaded(); method load (line 148) | boolean load(); method isValid (line 156) | @Override method isManaged (line 172) | @Override method contains (line 186) | @Override FILE: realm/realm-library/src/main/java/io/realm/RealmConfiguration.java class RealmConfiguration (line 68) | public class RealmConfiguration { method RealmConfiguration (line 117) | protected RealmConfiguration(File realmPath, method getRealmDirectory (line 155) | public File getRealmDirectory() { method getRealmFileName (line 159) | public String getRealmFileName() { method getEncryptionKey (line 163) | public byte[] getEncryptionKey() { method getSchemaVersion (line 167) | public long getSchemaVersion() { method getMigration (line 171) | public RealmMigration getMigration() { method shouldDeleteRealmIfMigrationNeeded (line 175) | public boolean shouldDeleteRealmIfMigrationNeeded() { method getDurability (line 179) | public OsRealmConfig.Durability getDurability() { method getSchemaMediator (line 189) | protected RealmProxyMediator getSchemaMediator() { method getInitialDataTransaction (line 198) | protected Realm.Transaction getInitialDataTransaction() { method hasAssetFile (line 207) | public boolean hasAssetFile() { method getAssetFilePath (line 217) | @Nullable method getCompactOnLaunchCallback (line 229) | public CompactOnLaunchCallback getCompactOnLaunchCallback() { method getRealmObjectClasses (line 238) | public Set> getRealmObjectClasses() { method getPath (line 247) | public String getPath() { method realmExists (line 259) | protected boolean realmExists() { method getRxFactory (line 269) | public RxObservableFactory getRxFactory() { method getFlowFactory (line 285) | public FlowFactory getFlowFactory() { method isReadOnly (line 300) | public boolean isReadOnly() { method isRecoveryConfiguration (line 308) | public boolean isRecoveryConfiguration() { method getMaxNumberOfActiveVersions (line 315) | public long getMaxNumberOfActiveVersions() { method isAllowWritesOnUiThread (line 327) | public boolean isAllowWritesOnUiThread() { method isAllowQueriesOnUiThread (line 339) | public boolean isAllowQueriesOnUiThread() { method equals (line 343) | @Override method getInstance (line 382) | protected Realm getInstance(OsSharedRealm.VersionID version) { method hashCode (line 386) | @Override method createSchemaMediator (line 408) | protected static RealmProxyMediator createSchemaMediator(Set m... method getModuleMediator (line 432) | private static RealmProxyMediator getModuleMediator(String fullyQualif... method toString (line 454) | @Override method isSyncConfiguration (line 486) | protected boolean isSyncConfiguration() { method forRecovery (line 490) | protected static RealmConfiguration forRecovery(String canonicalPath, ... class Builder (line 497) | public static class Builder { method Builder (line 528) | public Builder() { method Builder (line 532) | Builder(Context context) { method initializeBuilder (line 542) | private void initializeBuilder(Context context) { method name (line 562) | public Builder name(String filename) { method directory (line 579) | public Builder directory(File directory) { method encryptionKey (line 601) | public Builder encryptionKey(byte[] key) { method schemaVersion (line 624) | public Builder schemaVersion(long schemaVersion) { method migration (line 637) | public Builder migration(RealmMigration migration) { method deleteRealmIfMigrationNeeded (line 658) | public Builder deleteRealmIfMigrationNeeded() { method inMemory (line 675) | public Builder inMemory() { method modules (line 701) | public Builder modules(Object baseModule, Object... additionalModule... method addModule (line 720) | public final Builder addModule(Object module) { method rxFactory (line 736) | public Builder rxFactory(@Nonnull RxObservableFactory factory) { method flowFactory (line 750) | public Builder flowFactory(@Nonnull FlowFactory factory) { method initialData (line 764) | public Builder initialData(Realm.Transaction transaction) { method assetFile (line 783) | public Builder assetFile(String assetFile) { method readOnly (line 808) | public Builder readOnly() { method compactOnLaunch (line 817) | public Builder compactOnLaunch() { method compactOnLaunch (line 829) | public Builder compactOnLaunch(CompactOnLaunchCallback compactOnLaun... method maxNumberOfActiveVersions (line 852) | public Builder maxNumberOfActiveVersions(long number) { method schema (line 865) | final Builder schema(Class firstClass, Class firstClass, ... method allowWritesOnUiThread (line 898) | public Builder allowWritesOnUiThread(boolean allowWritesOnUiThread) { method allowQueriesOnUiThread (line 910) | public Builder allowQueriesOnUiThread(boolean allowQueriesOnUiThread) { method build (line 920) | public RealmConfiguration build() { method checkModule (line 966) | private void checkModule(Object module) { FILE: realm/realm-library/src/main/java/io/realm/RealmDictionary.java class RealmDictionary (line 48) | public class RealmDictionary extends RealmMap { method RealmDictionary (line 57) | public RealmDictionary() { method RealmDictionary (line 66) | public RealmDictionary(Map map) { method RealmDictionary (line 81) | RealmDictionary(BaseRealm baseRealm, OsMap osMap, Class valueClass) { method RealmDictionary (line 92) | RealmDictionary(BaseRealm baseRealm, OsMap osMap, String className) { method toMap (line 100) | private Map toMap() { method getRealmSelector (line 108) | private static LinkSelectorForMap ge... method getStrategy (line 114) | @SuppressWarnings("unchecked") method getStrategy (line 132) | private static ManagedMapStrategy getStrategy(String va... method getManager (line 139) | @SuppressWarnings("unchecked") method getManager (line 184) | @SuppressWarnings("unchecked") FILE: realm/realm-library/src/main/java/io/realm/RealmFieldType.java type RealmFieldTypeConstants (line 48) | interface RealmFieldTypeConstants { type RealmFieldType (line 79) | @Keep method RealmFieldType (line 161) | RealmFieldType(int nativeValue) { method getNativeValue (line 170) | public int getNativeValue() { method isValid (line 180) | public boolean isValid(Object obj) { method fromNativeValue (line 257) | public static RealmFieldType fromNativeValue(int value) { FILE: realm/realm-library/src/main/java/io/realm/RealmList.java class RealmList (line 64) | public class RealmList extends AbstractList implements OrderedReal... method RealmList (line 94) | public RealmList() { method RealmList (line 109) | public RealmList(E... objects) { method RealmList (line 127) | RealmList(Class clazz, OsList osList, BaseRealm baseRealm) { method RealmList (line 133) | RealmList(String className, OsList osList, BaseRealm baseRealm) { method getOsList (line 139) | OsList getOsList() { method createAndAddEmbeddedObject (line 143) | long createAndAddEmbeddedObject() { method isValid (line 150) | @Override method freeze (line 165) | @Override method isFrozen (line 187) | @Override method isManaged (line 195) | @Override method isAttached (line 200) | private boolean isAttached() { method add (line 222) | @Override method add (line 249) | @Override method set (line 278) | @Override method move (line 300) | public void move(int oldPos, int newPos) { method clear (line 325) | @Override method remove (line 344) | @Override method remove (line 375) | @Override method removeAll (line 399) | @Override method deleteFirstFromRealm (line 410) | @Override method deleteLastFromRealm (line 428) | @Override method get (line 451) | @Override method first (line 465) | @Override method first (line 474) | @Override method firstImpl (line 480) | @Nullable method last (line 501) | @Override method last (line 510) | @Override method lastImpl (line 516) | @Nullable method sort (line 537) | @Override method sort (line 545) | @Override method sort (line 557) | @Override method sort (line 565) | @Override method deleteFromRealm (line 577) | @Override method size (line 594) | @Override method where (line 611) | @Override method min (line 627) | @Override method max (line 637) | @Override method sum (line 647) | @Override method average (line 656) | @Override method maxDate (line 665) | @Override method minDate (line 675) | @Override method deleteAllFromRealm (line 685) | @Override method isLoaded (line 704) | @Override method load (line 712) | @Override method contains (line 727) | @Override method iterator (line 749) | @Override method listIterator (line 762) | @Override method listIterator (line 771) | @Override method checkValidRealm (line 781) | private void checkValidRealm() { method createSnapshot (line 788) | @Override method getRealm (line 823) | public Realm getRealm() { method toString (line 834) | @Override method asFlowable (line 954) | @SuppressWarnings("unchecked") method asChangesetObservable (line 996) | public Observable>> asChangesetObservabl... method addChangeListener (line 1041) | public void addChangeListener(OrderedRealmCollectionChangeListener> listen... method removeChangeListener (line 1105) | public void removeChangeListener(RealmChangeListener> lis... method removeAllChangeListeners (line 1116) | public void removeAllChangeListeners() { class RealmItr (line 1122) | private class RealmItr implements Iterator { method hasNext (line 1145) | @Override method next (line 1155) | @Override method remove (line 1175) | @Override method checkConcurrentModification (line 1195) | final void checkConcurrentModification() { class RealmListItr (line 1208) | private class RealmListItr extends RealmItr implements ListIterator { method RealmListItr (line 1210) | RealmListItr(int index) { method hasPrevious (line 1221) | @Override method previous (line 1229) | @Override method nextIndex (line 1247) | @Override method previousIndex (line 1255) | @Override method set (line 1263) | @Override method add (line 1285) | @Override method isClassForRealmModel (line 1301) | private static boolean isClassForRealmModel(Class clazz) { method getOperator (line 1305) | private ManagedListOperator getOperator(BaseRealm realm, OsList osL... FILE: realm/realm-library/src/main/java/io/realm/RealmMap.java class RealmMap (line 51) | public abstract class RealmMap implements Map, ManageableObj... method RealmMap (line 62) | protected RealmMap() { method RealmMap (line 71) | RealmMap(Map map) { method RealmMap (line 81) | RealmMap(MapStrategy mapStrategy) { method isManaged (line 92) | @Override method isValid (line 100) | @Override method isFrozen (line 108) | @Override method size (line 117) | @Override method isEmpty (line 122) | @Override method containsKey (line 127) | @Override method containsValue (line 132) | @Override method get (line 137) | @Override method put (line 142) | @Override method remove (line 147) | @Override method putAll (line 152) | @Override method clear (line 157) | @Override method keySet (line 162) | @Override method values (line 167) | @Override method entrySet (line 172) | @Override method freeze (line 181) | @Override method addChangeListener (line 224) | public void addChangeListener(MapChangeListener listener) { method addChangeListener (line 263) | public void addChangeListener(RealmChangeListener> list... method removeChangeListener (line 274) | public void removeChangeListener(MapChangeListener listener) { method removeChangeListener (line 286) | public void removeChangeListener(RealmChangeListener> l... method removeAllChangeListeners (line 296) | public void removeAllChangeListeners() { method hasListeners (line 300) | boolean hasListeners() { method getOsMap (line 304) | OsMap getOsMap() { method getValueClassName (line 308) | String getValueClassName() { method getValueClass (line 312) | Class getValueClass() { class MapStrategy (line 322) | abstract static class MapStrategy implements Map, Manageab... method putInternal (line 335) | abstract V putInternal(K key, @Nullable V value); method addChangeListener (line 337) | abstract void addChangeListener(RealmMap realmMap, MapChangeLi... method addChangeListener (line 339) | abstract void addChangeListener(RealmMap realmMap, RealmChange... method removeChangeListener (line 341) | abstract void removeChangeListener(RealmMap realmMap, MapChang... method removeChangeListener (line 343) | abstract void removeChangeListener(RealmMap realmMap, RealmCha... method removeAllChangeListeners (line 345) | abstract void removeAllChangeListeners(); method hasListeners (line 347) | abstract boolean hasListeners(); method getOsMap (line 349) | abstract OsMap getOsMap(); method getValueClassName (line 351) | abstract String getValueClassName(); method getValueClass (line 353) | abstract Class getValueClass(); method put (line 359) | @Override method checkValidKey (line 365) | protected void checkValidKey(K key) { class ManagedMapStrategy (line 386) | static class ManagedMapStrategy extends MapStrategy { method ManagedMapStrategy (line 395) | ManagedMapStrategy(ManagedMapManager managedMapManager) { method isManaged (line 403) | @Override method isValid (line 408) | @Override method isFrozen (line 413) | @Override method size (line 422) | @Override method isEmpty (line 427) | @Override method containsKey (line 432) | @Override method containsValue (line 437) | @Override method get (line 442) | @Override method remove (line 447) | @Override method putAll (line 452) | @Override method clear (line 457) | @Override method keySet (line 462) | @Override method values (line 467) | @Override method entrySet (line 472) | @Override method freeze (line 481) | @Override method putInternal (line 490) | @Override method addChangeListener (line 495) | @Override method addChangeListener (line 500) | @Override method removeChangeListener (line 505) | @Override method removeChangeListener (line 510) | @Override method removeAllChangeListeners (line 515) | @Override method hasListeners (line 520) | @Override method getOsMap (line 525) | @Override method getValueClassName (line 530) | @Override method getValueClass (line 535) | @Override class UnmanagedMapStrategy (line 549) | private static class UnmanagedMapStrategy extends MapStrategy implements Set> { type IteratorType (line 47) | public enum IteratorType { method RealmMapEntrySet (line 58) | RealmMapEntrySet(BaseRealm baseRealm, method RealmMapEntrySet (line 69) | RealmMapEntrySet(BaseRealm baseRealm, method size (line 81) | @Override method isEmpty (line 87) | @Override method contains (line 92) | @Override method iterator (line 109) | @Override method toArray (line 114) | @Override method toArray (line 127) | @Override method add (line 161) | @Override method remove (line 166) | @Override method containsAll (line 171) | @Override method addAll (line 191) | @Override method retainAll (line 196) | @Override method removeAll (line 201) | @Override method clear (line 206) | @Override method iteratorFactory (line 211) | private static EntrySetIterator iteratorFactory(IteratorT... class EntrySetIterator (line 268) | private abstract static class EntrySetIterator implements Iterat... method EntrySetIterator (line 275) | EntrySetIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 280) | protected abstract Map.Entry getEntryInternal(int position); method hasNext (line 282) | @Override method next (line 287) | @Override class LongValueIterator (line 300) | private static class LongValueIterator extends EntrySetIterator extends EntrySetIterator extends EntrySetIterator extends EntrySetIterator<... method IntegerValueIterator (line 359) | IntegerValueIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 363) | @Override class FloatValueIterator (line 376) | private static class FloatValueIterator extends EntrySetIterator extends EntrySetIterator extends EntrySetIterator extends EntrySetIterator<... method BooleanValueIterator (line 429) | BooleanValueIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 433) | @Override class DateValueIterator (line 444) | private static class DateValueIterator extends EntrySetIterator extends EntrySetIterat... method Decimal128ValueIterator (line 463) | Decimal128ValueIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 467) | @Override class BinaryValueIterator (line 478) | private static class BinaryValueIterator extends EntrySetIterator extends EntrySetIterator... method ObjectIdValueIterator (line 497) | ObjectIdValueIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 501) | @Override class UUIDValueIterator (line 512) | private static class UUIDValueIterator extends EntrySetIterator extends EntrySetIte... method RealmModelValueIterator (line 533) | RealmModelValueIterator(OsMap osMap, method getEntryInternal (line 540) | @Override class RealmAnyValueIterator (line 554) | private static class RealmAnyValueIterator extends EntrySetIterator... method RealmAnyValueIterator (line 556) | RealmAnyValueIterator(OsMap osMap, BaseRealm baseRealm) { method getEntryInternal (line 560) | @Override class EqualsHelper (line 571) | abstract class EqualsHelper { method equalsHelper (line 573) | boolean equalsHelper(Map.Entry entry, Map.Entry other) { method compareInternal (line 582) | protected abstract boolean compareInternal(@Nullable V value, @Nullabl... class GenericEquals (line 585) | class GenericEquals extends EqualsHelper { method compareInternal (line 586) | @Override class BinaryEquals (line 596) | class BinaryEquals extends EqualsHelper { method compareInternal (line 597) | @Override FILE: realm/realm-library/src/main/java/io/realm/RealmMigration.java type RealmMigration (line 60) | public interface RealmMigration { method migrate (line 71) | void migrate(DynamicRealm realm, long oldVersion, long newVersion); FILE: realm/realm-library/src/main/java/io/realm/RealmModel.java type RealmModel (line 45) | public interface RealmModel { FILE: realm/realm-library/src/main/java/io/realm/RealmObject.java class RealmObject (line 79) | @RealmClass method deleteFromRealm (line 94) | public final void deleteFromRealm() { method deleteFromRealm (line 107) | public static void deleteFromRealm(E object) { method isValid (line 145) | @Override method isValid (line 157) | public static boolean isValid(@Nullable E objec... method isFrozen (line 174) | @Override method freeze (line 196) | @SuppressWarnings("TypeParameterUnusedInFormals") // FIXME: Consider a... method isFrozen (line 208) | public static boolean isFrozen(E object) { method freeze (line 234) | public static E freeze(E object) { method isLoaded (line 295) | public final boolean isLoaded() { method isLoaded (line 337) | public static boolean isLoaded(E object) { method isManaged (line 365) | @Override method isManaged (line 389) | public static boolean isManaged(E object) { method getRealm (line 402) | public Realm getRealm() { method getRealm (line 417) | public static Realm getRealm(RealmModel model) { method load (line 443) | public final boolean load() { method load (line 455) | public static boolean load(E object) { method addChangeListener (line 500) | public final void addChangeListener(RealmObject... method addChangeListener (line 539) | public final void addChangeListener(RealmChange... method addChangeListener (line 582) | public static void addChangeListener(E object, ... method addChangeListener (line 639) | public static void addChangeListener(E object, ... method removeChangeListener (line 650) | public final void removeChangeListener(RealmObjectChangeListener liste... method removeChangeListener (line 661) | public final void removeChangeListener(RealmChangeListener listener) { method removeChangeListener (line 674) | public static void removeChangeListener(E objec... method removeChangeListener (line 706) | public static void removeChangeListener(E objec... method removeAllChangeListeners (line 713) | public final void removeAllChangeListeners() { method removeAllChangeListeners (line 723) | public static void removeAllChangeListeners(E o... method asFlowable (line 780) | public final Flowable asFlowable() { method asChangesetObservable (line 814) | public final Observable> asCha... method asFlowable (line 859) | public static Flowable asFlowable(E object) { method asChangesetObservable (line 912) | public static Observable> asCha... FILE: realm/realm-library/src/main/java/io/realm/RealmObjectChangeListener.java type RealmObjectChangeListener (line 36) | public interface RealmObjectChangeListener { method onChange (line 59) | void onChange(T t, @Nullable ObjectChangeSet changeSet); FILE: realm/realm-library/src/main/java/io/realm/RealmObjectSchema.java class RealmObjectSchema (line 49) | public abstract class RealmObjectSchema { method RealmObjectSchema (line 152) | RealmObjectSchema(BaseRealm realm, RealmSchema schema, Table table, Co... method getClassName (line 170) | public String getClassName() { method setClassName (line 183) | public abstract RealmObjectSchema setClassName(String className); method addField (line 203) | public abstract RealmObjectSchema addField(String fieldName, Class ... method addRealmObjectField (line 214) | public abstract RealmObjectSchema addRealmObjectField(String fieldName... method addRealmListField (line 227) | public abstract RealmObjectSchema addRealmListField(String fieldName, ... method addRealmListField (line 255) | public abstract RealmObjectSchema addRealmListField(String fieldName, ... method addRealmDictionaryField (line 268) | public abstract RealmObjectSchema addRealmDictionaryField(String field... method addRealmDictionaryField (line 296) | public abstract RealmObjectSchema addRealmDictionaryField(String field... method addRealmSetField (line 309) | public abstract RealmObjectSchema addRealmSetField(String fieldName, R... method addRealmSetField (line 337) | public abstract RealmObjectSchema addRealmSetField(String fieldName, C... method removeField (line 347) | public abstract RealmObjectSchema removeField(String fieldName); method renameField (line 358) | public abstract RealmObjectSchema renameField(String currentFieldName,... method hasField (line 366) | public boolean hasField(String fieldName) { method addIndex (line 380) | public abstract RealmObjectSchema addIndex(String fieldName); method hasIndex (line 390) | public boolean hasIndex(String fieldName) { method removeIndex (line 404) | public abstract RealmObjectSchema removeIndex(String fieldName); method addPrimaryKey (line 417) | public abstract RealmObjectSchema addPrimaryKey(String fieldName); method removePrimaryKey (line 428) | public abstract RealmObjectSchema removePrimaryKey(); method setRequired (line 445) | public abstract RealmObjectSchema setRequired(String fieldName, boolea... method setNullable (line 460) | public abstract RealmObjectSchema setNullable(String fieldName, boolea... method isRequired (line 470) | public boolean isRequired(String fieldName) { method isNullable (line 483) | public boolean isNullable(String fieldName) { method isPrimaryKey (line 496) | public boolean isPrimaryKey(String fieldName) { method hasPrimaryKey (line 507) | public boolean hasPrimaryKey() { method getPrimaryKey (line 517) | public String getPrimaryKey() { method getFieldNames (line 530) | public Set getFieldNames() { method transform (line 549) | public abstract RealmObjectSchema transform(Function function); method getFieldType (line 557) | public RealmFieldType getFieldType(String fieldName) { method isEmbedded (line 568) | public boolean isEmbedded() { method setEmbedded (line 594) | public void setEmbedded(boolean embedded) { method setEmbedded (line 641) | public void setEmbedded(boolean embedded, boolean resolveEmbeddedClass... method getPropertyClassName (line 661) | abstract String getPropertyClassName(String propertyName); method isPropertyAcceptableForEmbeddedObject (line 675) | boolean isPropertyAcceptableForEmbeddedObject(RealmFieldType property) { method add (line 680) | RealmObjectSchema add(String name, RealmFieldType type, boolean primar... method add (line 692) | RealmObjectSchema add(String name, RealmFieldType type, RealmObjectSch... method getAndCheckFieldColumnKey (line 700) | long getAndCheckFieldColumnKey(String fieldName) { method getTable (line 708) | Table getTable() { type Function (line 717) | public interface Function { method apply (line 718) | void apply(DynamicRealmObject obj); method getFieldColumnKey (line 729) | long getFieldColumnKey(String fieldName) { method checkLegalName (line 733) | static void checkLegalName(String fieldName) { method checkFieldExists (line 746) | void checkFieldExists(String fieldName) { method getColumnKey (line 752) | long getColumnKey(String fieldName) { class DynamicColumnIndices (line 764) | static final class DynamicColumnIndices extends ColumnInfo { method DynamicColumnIndices (line 767) | DynamicColumnIndices(Table table) { method getColumnKey (line 772) | @Override method getColumnDetails (line 777) | @Override method copyFrom (line 782) | @Override method copy (line 787) | @Override method copy (line 793) | @Override class FieldMetaData (line 800) | static final class FieldMetaData { method FieldMetaData (line 805) | FieldMetaData(RealmFieldType fieldType, @Nullable RealmFieldType col... FILE: realm/realm-library/src/main/java/io/realm/RealmQuery.java class RealmQuery (line 69) | public class RealmQuery { method createQuery (line 93) | static RealmQuery createQuery(Realm realm, C... method createDynamicQuery (line 105) | static RealmQuery createDynamicQuery(Dynamic... method createQueryFromResult (line 116) | @SuppressWarnings("unchecked") method createQueryFromList (line 131) | @SuppressWarnings("unchecked") method isClassForRealmModel (line 139) | private static boolean isClassForRealmModel(Class clazz) { method RealmQuery (line 143) | private RealmQuery(Realm realm, Class clazz) { method RealmQuery (line 158) | private RealmQuery(RealmResults queryResults, Class clazz) { method RealmQuery (line 173) | private RealmQuery(BaseRealm realm, OsList osList, Class clazz) { method RealmQuery (line 188) | RealmQuery(BaseRealm realm, OsSet osSet, Class clazz) { method RealmQuery (line 203) | private RealmQuery(BaseRealm realm, String className) { method RealmQuery (line 213) | private RealmQuery(RealmResults queryResults, Stri... method RealmQuery (line 223) | private RealmQuery(BaseRealm realm, OsList osList, String className) { method isValid (line 239) | public boolean isValid() { method isNull (line 262) | public RealmQuery isNull(String fieldName) { method isNotNull (line 277) | public RealmQuery isNotNull(String fieldName) { method equalTo (line 291) | public RealmQuery equalTo(String fieldName, @Nullable String value) { method equalTo (line 304) | public RealmQuery equalTo(String fieldName, @Nullable String value,... method equalTo (line 319) | public RealmQuery equalTo(String fieldName, RealmAny value, Case ca... method equalTo (line 337) | public RealmQuery equalTo(String fieldName, @Nullable Decimal128 va... method equalTo (line 351) | public RealmQuery equalTo(String fieldName, @Nullable ObjectId valu... method equalTo (line 365) | public RealmQuery equalTo(String fieldName, @Nullable UUID value) { method equalTo (line 379) | public RealmQuery equalTo(String fieldName, @Nullable Byte value) { method equalTo (line 393) | public RealmQuery equalTo(String fieldName, @Nullable byte[] value) { method equalTo (line 407) | public RealmQuery equalTo(String fieldName, @Nullable Short value) { method equalTo (line 421) | public RealmQuery equalTo(String fieldName, @Nullable Integer value) { method equalTo (line 436) | public RealmQuery equalTo(String fieldName, @Nullable Long value) { method equalTo (line 450) | public RealmQuery equalTo(String fieldName, @Nullable Double value) { method equalTo (line 464) | public RealmQuery equalTo(String fieldName, @Nullable Float value) { method equalTo (line 478) | public RealmQuery equalTo(String fieldName, @Nullable Boolean value) { method equalTo (line 492) | public RealmQuery equalTo(String fieldName, @Nullable Date value) { method equalTo (line 506) | public RealmQuery equalTo(String fieldName, RealmAny value) { method in (line 521) | public RealmQuery in(String fieldName, @Nullable String[] values) { method in (line 535) | public RealmQuery in(String fieldName, @Nullable String[] values, C... method in (line 568) | public RealmQuery in(String fieldName, @Nullable Byte[] values) { method in (line 592) | public RealmQuery in(String fieldName, @Nullable Short[] values) { method in (line 616) | public RealmQuery in(String fieldName, @Nullable Integer[] values) { method in (line 641) | public RealmQuery in(String fieldName, @Nullable Long[] values) { method in (line 666) | public RealmQuery in(String fieldName, @Nullable Double[] values) { method in (line 690) | public RealmQuery in(String fieldName, @Nullable Float[] values) { method in (line 715) | public RealmQuery in(String fieldName, @Nullable Boolean[] values) { method in (line 739) | public RealmQuery in(String fieldName, @Nullable Date[] values) { method in (line 763) | public RealmQuery in(String fieldName, RealmAny[] values) { method notEqualTo (line 787) | public RealmQuery notEqualTo(String fieldName, @Nullable String val... method notEqualTo (line 800) | public RealmQuery notEqualTo(String fieldName, @Nullable String val... method notEqualTo (line 815) | public RealmQuery notEqualTo(String fieldName, RealmAny value, Case... method notEqualTo (line 833) | public RealmQuery notEqualTo(String fieldName, Decimal128 value) { method notEqualTo (line 847) | public RealmQuery notEqualTo(String fieldName, ObjectId value) { method notEqualTo (line 861) | public RealmQuery notEqualTo(String fieldName, UUID value) { method notEqualTo (line 875) | public RealmQuery notEqualTo(String fieldName, RealmAny value) { method notEqualTo (line 889) | public RealmQuery notEqualTo(String fieldName, @Nullable Byte value) { method notEqualTo (line 903) | public RealmQuery notEqualTo(String fieldName, @Nullable byte[] val... method notEqualTo (line 917) | public RealmQuery notEqualTo(String fieldName, @Nullable Short valu... method notEqualTo (line 931) | public RealmQuery notEqualTo(String fieldName, @Nullable Integer va... method notEqualTo (line 945) | public RealmQuery notEqualTo(String fieldName, @Nullable Long value) { method notEqualTo (line 959) | public RealmQuery notEqualTo(String fieldName, @Nullable Double val... method notEqualTo (line 973) | public RealmQuery notEqualTo(String fieldName, @Nullable Float valu... method notEqualTo (line 987) | public RealmQuery notEqualTo(String fieldName, @Nullable Boolean va... method notEqualTo (line 1001) | public RealmQuery notEqualTo(String fieldName, @Nullable Date value) { method greaterThan (line 1015) | public RealmQuery greaterThan(String fieldName, int value) { method greaterThan (line 1029) | public RealmQuery greaterThan(String fieldName, long value) { method greaterThan (line 1043) | public RealmQuery greaterThan(String fieldName, double value) { method greaterThan (line 1057) | public RealmQuery greaterThan(String fieldName, float value) { method greaterThan (line 1071) | public RealmQuery greaterThan(String fieldName, Date value) { method greaterThan (line 1085) | public RealmQuery greaterThan(String fieldName, RealmAny value) { method greaterThan (line 1099) | public RealmQuery greaterThan(String fieldName, Decimal128 value) { method greaterThan (line 1113) | public RealmQuery greaterThan(String fieldName, ObjectId value) { method greaterThan (line 1127) | public RealmQuery greaterThan(String fieldName, UUID value) { method greaterThanOrEqualTo (line 1141) | public RealmQuery greaterThanOrEqualTo(String fieldName, int value) { method greaterThanOrEqualTo (line 1155) | public RealmQuery greaterThanOrEqualTo(String fieldName, long value) { method greaterThanOrEqualTo (line 1169) | public RealmQuery greaterThanOrEqualTo(String fieldName, double val... method greaterThanOrEqualTo (line 1183) | public RealmQuery greaterThanOrEqualTo(String fieldName, float valu... method greaterThanOrEqualTo (line 1197) | public RealmQuery greaterThanOrEqualTo(String fieldName, Date value) { method greaterThanOrEqualTo (line 1211) | public RealmQuery greaterThanOrEqualTo(String fieldName, Decimal128... method greaterThanOrEqualTo (line 1225) | public RealmQuery greaterThanOrEqualTo(String fieldName, ObjectId v... method greaterThanOrEqualTo (line 1239) | public RealmQuery greaterThanOrEqualTo(String fieldName, UUID value) { method greaterThanOrEqualTo (line 1253) | public RealmQuery greaterThanOrEqualTo(String fieldName, RealmAny v... method lessThan (line 1267) | public RealmQuery lessThan(String fieldName, int value) { method lessThan (line 1281) | public RealmQuery lessThan(String fieldName, long value) { method lessThan (line 1295) | public RealmQuery lessThan(String fieldName, Decimal128 value) { method lessThan (line 1309) | public RealmQuery lessThan(String fieldName, ObjectId value) { method lessThan (line 1323) | public RealmQuery lessThan(String fieldName, UUID value) { method lessThan (line 1337) | public RealmQuery lessThan(String fieldName, double value) { method lessThan (line 1351) | public RealmQuery lessThan(String fieldName, float value) { method lessThan (line 1365) | public RealmQuery lessThan(String fieldName, Date value) { method lessThan (line 1379) | public RealmQuery lessThan(String fieldName, RealmAny value) { method lessThanOrEqualTo (line 1393) | public RealmQuery lessThanOrEqualTo(String fieldName, int value) { method lessThanOrEqualTo (line 1407) | public RealmQuery lessThanOrEqualTo(String fieldName, long value) { method lessThanOrEqualTo (line 1421) | public RealmQuery lessThanOrEqualTo(String fieldName, Decimal128 va... method lessThanOrEqualTo (line 1435) | public RealmQuery lessThanOrEqualTo(String fieldName, ObjectId valu... method lessThanOrEqualTo (line 1449) | public RealmQuery lessThanOrEqualTo(String fieldName, UUID value) { method lessThanOrEqualTo (line 1463) | public RealmQuery lessThanOrEqualTo(String fieldName, double value) { method lessThanOrEqualTo (line 1477) | public RealmQuery lessThanOrEqualTo(String fieldName, float value) { method lessThanOrEqualTo (line 1491) | public RealmQuery lessThanOrEqualTo(String fieldName, Date value) { method lessThanOrEqualTo (line 1505) | public RealmQuery lessThanOrEqualTo(String fieldName, RealmAny valu... method between (line 1520) | public RealmQuery between(String fieldName, int from, int to) { method between (line 1535) | public RealmQuery between(String fieldName, long from, long to) { method between (line 1550) | public RealmQuery between(String fieldName, double from, double to) { method between (line 1565) | public RealmQuery between(String fieldName, float from, float to) { method between (line 1580) | public RealmQuery between(String fieldName, Date from, Date to) { method between (line 1595) | public RealmQuery between(String fieldName, RealmAny from, RealmAny... method between (line 1610) | public RealmQuery between(String fieldName, Decimal128 from, Decima... method contains (line 1624) | public RealmQuery contains(String fieldName, String value) { method contains (line 1636) | public RealmQuery contains(String fieldName, RealmAny value) { method contains (line 1649) | public RealmQuery contains(String fieldName, String value, Case cas... method contains (line 1665) | public RealmQuery contains(String fieldName, RealmAny value, Case c... method beginsWith (line 1683) | public RealmQuery beginsWith(String fieldName, String value) { method beginsWith (line 1695) | public RealmQuery beginsWith(String fieldName, RealmAny value) { method beginsWith (line 1708) | public RealmQuery beginsWith(String fieldName, String value, Case c... method beginsWith (line 1724) | public RealmQuery beginsWith(String fieldName, RealmAny value, Case... method endsWith (line 1742) | public RealmQuery endsWith(String fieldName, String value) { method endsWith (line 1754) | public RealmQuery endsWith(String fieldName, RealmAny value) { method endsWith (line 1767) | public RealmQuery endsWith(String fieldName, String value, Case cas... method endsWith (line 1783) | public RealmQuery endsWith(String fieldName, RealmAny value, Case c... method like (line 1805) | public RealmQuery like(String fieldName, String value) { method like (line 1821) | public RealmQuery like(String fieldName, RealmAny value) { method like (line 1838) | public RealmQuery like(String fieldName, String value, Case casing) { method like (line 1858) | public RealmQuery like(String fieldName, RealmAny value, Case casin... method beginGroup (line 1874) | public RealmQuery beginGroup() { method endGroup (line 1886) | public RealmQuery endGroup() { method or (line 1897) | public RealmQuery or() { method and (line 1909) | public RealmQuery and() { method not (line 1919) | public RealmQuery not() { method isEmpty (line 1933) | public RealmQuery isEmpty(String fieldName) { method isNotEmpty (line 1947) | public RealmQuery isNotEmpty(String fieldName) { method containsKey (line 1961) | public RealmQuery containsKey(String fieldName, @Nullable String ke... method containsValue (line 1975) | public RealmQuery containsValue(String fieldName, @Nullable Boolean... method containsValue (line 1989) | public RealmQuery containsValue(String fieldName, @Nullable Byte va... method containsValue (line 2003) | public RealmQuery containsValue(String fieldName, @Nullable Short v... method containsValue (line 2017) | public RealmQuery containsValue(String fieldName, @Nullable Integer... method containsValue (line 2031) | public RealmQuery containsValue(String fieldName, @Nullable Long va... method containsValue (line 2045) | public RealmQuery containsValue(String fieldName, @Nullable Double ... method containsValue (line 2059) | public RealmQuery containsValue(String fieldName, @Nullable Float v... method containsValue (line 2073) | public RealmQuery containsValue(String fieldName, @Nullable String ... method containsValue (line 2087) | public RealmQuery containsValue(String fieldName, @Nullable byte[] ... method containsValue (line 2101) | public RealmQuery containsValue(String fieldName, @Nullable Date va... method containsValue (line 2115) | public RealmQuery containsValue(String fieldName, @Nullable Decimal... method containsValue (line 2129) | public RealmQuery containsValue(String fieldName, @Nullable ObjectI... method containsValue (line 2143) | public RealmQuery containsValue(String fieldName, @Nullable UUID va... method containsValue (line 2157) | public RealmQuery containsValue(String fieldName, RealmAny value) { method containsValue (line 2171) | public RealmQuery containsValue(String fieldName, RealmModel value) { method containsEntry (line 2185) | public RealmQuery containsEntry(String fieldName, Map.Entry findAllAsync() { method sort (line 2506) | public RealmQuery sort(String fieldName) { method sort (line 2522) | public RealmQuery sort(String fieldName, Sort sortOrder) { method sort (line 2541) | public RealmQuery sort(String fieldName1, Sort sortOrder1, String f... method sort (line 2558) | public RealmQuery sort(String[] fieldNames, Sort[] sortOrders) { method distinct (line 2584) | public RealmQuery distinct(String firstFieldName, String... remaini... method limit (line 2607) | public RealmQuery limit(long limit) { method alwaysTrue (line 2616) | public RealmQuery alwaysTrue() { method alwaysFalse (line 2625) | public RealmQuery alwaysFalse() { method rawPredicate (line 2680) | public RealmQuery rawPredicate(String predicate, Object... argument... method getRealm (line 2715) | public Realm getRealm() { method getDescription (line 2731) | public String getDescription() { method getTypeQueried (line 2741) | public String getTypeQueried() { method getQueryPointer (line 2754) | public long getQueryPointer() { method isDynamicQuery (line 2758) | private boolean isDynamicQuery() { method findFirst (line 2776) | @Nullable method findFirstAsync (line 2801) | public E findFirstAsync() { method createRealmResults (line 2845) | private RealmResults createRealmResults(TableQuery query, method getSourceRowIndexForFirstObject (line 2863) | private long getSourceRowIndexForFirstObject() { method nativeSerializeQuery (line 2867) | private static native String nativeSerializeQuery(long tableQueryPtr); FILE: realm/realm-library/src/main/java/io/realm/RealmResults.java class RealmResults (line 71) | public class RealmResults extends OrderedRealmCollectionImpl { method createBacklinkResults (line 74) | @SuppressLint("unused") method createDynamicBacklinkResults (line 85) | static RealmResults createDynamicBacklinkResults(D... method RealmResults (line 94) | RealmResults(BaseRealm realm, OsResults osResults, Class clazz) { method RealmResults (line 98) | RealmResults(BaseRealm realm, OsResults osResults, Class clazz, boo... method RealmResults (line 102) | RealmResults(BaseRealm realm, OsResults osResults, String className) { method RealmResults (line 106) | RealmResults(BaseRealm realm, OsResults osResults, String className, b... method where (line 113) | @Override method sort (line 122) | @Override method isLoaded (line 133) | @Override method load (line 145) | @Override method setValue (line 173) | public void setValue(String fieldName, @Nullable Object value) { method setNull (line 274) | public void setNull(String fieldName) { method setBoolean (line 287) | public void setBoolean(String fieldName, boolean value) { method setByte (line 302) | public void setByte(String fieldName, byte value) { method setShort (line 317) | public void setShort(String fieldName, short value) { method setInt (line 332) | public void setInt(String fieldName, int value) { method setLong (line 347) | public void setLong(String fieldName, long value) { method setFloat (line 362) | public void setFloat(String fieldName, float value) { method setDouble (line 377) | public void setDouble(String fieldName, double value) { method setString (line 392) | public void setString(String fieldName, @Nullable String value) { method setBlob (line 407) | public void setBlob(String fieldName, @Nullable byte[] value) { method setDate (line 422) | public void setDate(String fieldName, @Nullable Date value) { method setObject (line 437) | public void setObject(String fieldName, @Nullable RealmModel value) { method setDecimal128 (line 453) | public void setDecimal128(String fieldName, @Nullable Decimal128 value) { method setObjectId (line 468) | public void setObjectId(String fieldName, @Nullable ObjectId value) { method setUUID (line 483) | public void setUUID(String fieldName, @Nullable UUID value) { method checkRealmObjectConstraints (line 491) | private Row checkRealmObjectConstraints(String fieldName, @Nullable Re... method setList (line 526) | @SuppressWarnings("unchecked") method isFrozen (line 619) | @Override method freeze (line 627) | @Override method getListType (line 642) | private Class getListType(RealmList list) { method checkTypeOfListElements (line 650) | private void checkTypeOfListElements(RealmList list, Class c... method addChangeListener (line 694) | public void addChangeListener(RealmChangeListener> lis... method addChangeListener (line 732) | public void addChangeListener(OrderedRealmCollectionChangeListener> ... method removeChangeListener (line 788) | public void removeChangeListener(OrderedRealmCollectionChangeListener<... method asFlowable (line 833) | @SuppressWarnings("unchecked") method asChangesetObservable (line 879) | public Observable>> asChangesetObserv... method asJSON (line 899) | public String asJSON() { method checkNonEmptyFieldName (line 906) | private void checkNonEmptyFieldName(String fieldName) { method checkNotNull (line 912) | private void checkNotNull(@Nullable Object value) { method checkType (line 918) | private void checkType(String fieldName, RealmFieldType expectedFieldT... method mapFieldNameToInternalName (line 927) | private String mapFieldNameToInternalName(String fieldName) { FILE: realm/realm-library/src/main/java/io/realm/RealmSchema.java class RealmSchema (line 42) | public abstract class RealmSchema { method RealmSchema (line 62) | RealmSchema(BaseRealm realm, @Nullable ColumnIndices columnIndices) { method get (line 74) | @Nullable method getAll (line 84) | public abstract Set getAll(); method create (line 93) | public abstract RealmObjectSchema create(String className); method createWithPrimaryKeyField (line 108) | public abstract RealmObjectSchema createWithPrimaryKeyField(String cla... method remove (line 118) | public abstract void remove(String className); method rename (line 128) | public abstract RealmObjectSchema rename(String oldClassName, String n... method contains (line 136) | public boolean contains(String className) { method checkNotEmpty (line 140) | void checkNotEmpty(String str, String error) { method checkHasTable (line 147) | void checkHasTable(String className, String errorMsg) { method getTable (line 154) | Table getTable(String className) { method getTable (line 165) | Table getTable(Class clazz) { method getSchemaForClass (line 189) | RealmObjectSchema getSchemaForClass(Class clazz) { method getSchemaForClass (line 212) | RealmObjectSchema getSchemaForClass(String className) { method isProxyClass (line 225) | private boolean isProxyClass(Class modelClass, C... method haveColumnInfo (line 229) | final boolean haveColumnInfo() { method getColumnInfo (line 233) | final ColumnInfo getColumnInfo(Class clazz) { method getColumnInfo (line 238) | protected final ColumnInfo getColumnInfo(String className) { method putToClassNameToSchemaMap (line 243) | final void putToClassNameToSchemaMap(String name, RealmObjectSchema ob... method removeFromClassNameToSchemaMap (line 247) | final RealmObjectSchema removeFromClassNameToSchemaMap(String name) { method getKeyPathMapping (line 251) | final OsKeyPathMapping getKeyPathMapping() { method checkColumnKeys (line 255) | private void checkColumnKeys() { method createKeyPathMapping (line 264) | public void createKeyPathMapping() { method refresh (line 271) | void refresh() { FILE: realm/realm-library/src/main/java/io/realm/RealmSet.java class RealmSet (line 74) | public class RealmSet implements Set, ManageableObject, RealmColle... method RealmSet (line 85) | public RealmSet() { method RealmSet (line 94) | public RealmSet(Collection collection) { method RealmSet (line 109) | public RealmSet(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method RealmSet (line 120) | public RealmSet(BaseRealm baseRealm, OsSet osSet, String className) { method isManaged (line 131) | @Override method isValid (line 139) | @Override method isFrozen (line 147) | @Override method size (line 159) | @Override method isEmpty (line 167) | @Override method contains (line 175) | @Override method iterator (line 183) | @Override method toArray (line 191) | @Override method toArray (line 199) | @Override method add (line 207) | @Override method remove (line 215) | @Override method containsAll (line 223) | @Override method addAll (line 231) | @Override method retainAll (line 239) | @Override method removeAll (line 247) | @Override method clear (line 255) | @Override method freeze (line 267) | @Override method addChangeListener (line 310) | public void addChangeListener(RealmChangeListener> listene... method addChangeListener (line 348) | public void addChangeListener(SetChangeListener listener) { method removeChangeListener (line 359) | public void removeChangeListener(RealmChangeListener> list... method removeChangeListener (line 370) | public void removeChangeListener(SetChangeListener listener) { method removeAllChangeListeners (line 380) | public void removeAllChangeListeners() { method where (line 395) | @Override method min (line 403) | @Nullable method max (line 412) | @Nullable method sum (line 421) | @Override method average (line 429) | @Override method maxDate (line 437) | @Nullable method minDate (line 446) | @Nullable method deleteAllFromRealm (line 455) | @Override method isLoaded (line 463) | @Override method load (line 471) | @Override method getOsSet (line 480) | OsSet getOsSet() { method hasListeners (line 484) | boolean hasListeners() { method getStrategy (line 488) | @SuppressWarnings("unchecked") method getStrategy (line 535) | @SuppressWarnings("unchecked") method getValueClassName (line 576) | public String getValueClassName() { method getValueClass (line 580) | public Class getValueClass() { class SetStrategy (line 589) | private abstract static class SetStrategy implements Set, Manage... method getOsSet (line 590) | abstract OsSet getOsSet(); method addChangeListener (line 592) | abstract void addChangeListener(RealmSet set, RealmChangeListener... method addChangeListener (line 594) | abstract void addChangeListener(RealmSet set, SetChangeListener set, RealmChangeListe... method removeChangeListener (line 598) | abstract void removeChangeListener(RealmSet set, SetChangeListene... method removeAllChangeListeners (line 600) | abstract void removeAllChangeListeners(); method hasListeners (line 602) | abstract boolean hasListeners(); method freeze (line 604) | @Override method getValueClassName (line 607) | abstract String getValueClassName(); method getValueClass (line 609) | abstract Class getValueClass(); class ManagedSetStrategy (line 617) | private static class ManagedSetStrategy extends SetStrategy { method ManagedSetStrategy (line 622) | ManagedSetStrategy(SetValueOperator setValueOperator, Class va... method isManaged (line 631) | @Override method where (line 640) | @Override method min (line 645) | @Nullable method max (line 651) | @Nullable method sum (line 657) | @Override method average (line 662) | @Override method maxDate (line 667) | @Nullable method minDate (line 673) | @Nullable method deleteAllFromRealm (line 679) | @Override method isLoaded (line 690) | @Override method load (line 695) | @Override method isValid (line 700) | @Override method isFrozen (line 705) | @Override method size (line 714) | @Override method isEmpty (line 719) | @Override method contains (line 724) | @Override method iterator (line 729) | @Override method toArray (line 734) | @Override method toArray (line 745) | @SuppressWarnings("unchecked") method add (line 784) | @Override method remove (line 789) | @Override method containsAll (line 794) | @Override method addAll (line 800) | @Override method retainAll (line 806) | @Override method removeAll (line 812) | @Override method clear (line 818) | @Override method freeze (line 827) | @Override method getOsSet (line 832) | @Override method addChangeListener (line 841) | @Override method addChangeListener (line 846) | @Override method removeChangeListener (line 851) | @Override method removeChangeListener (line 856) | @Override method removeAllChangeListeners (line 861) | @Override method hasListeners (line 866) | @Override method checkValidArray (line 875) | private void checkValidArray(T[] array) { method checkValidCollection (line 891) | private void checkValidCollection(Collection collection) { method getValueClassName (line 897) | @Override method getValueClass (line 902) | @Override class UnmanagedSetStrategy (line 913) | private static class UnmanagedSetStrategy extends SetStrategy { method UnmanagedSetStrategy (line 919) | UnmanagedSetStrategy() { method UnmanagedSetStrategy (line 923) | UnmanagedSetStrategy(Collection collection) { method isManaged (line 932) | @Override method isValid (line 937) | @Override method isFrozen (line 942) | @Override method where (line 951) | @Override method min (line 956) | @Nullable method max (line 962) | @Nullable method sum (line 968) | @Override method average (line 973) | @Override method maxDate (line 978) | @Nullable method minDate (line 984) | @Nullable method deleteAllFromRealm (line 990) | @Override method isLoaded (line 995) | @Override method load (line 1000) | @Override method size (line 1009) | @Override method isEmpty (line 1014) | @Override method contains (line 1019) | @Override method iterator (line 1024) | @Override method toArray (line 1029) | @Override method toArray (line 1034) | @Override method add (line 1039) | @Override method remove (line 1044) | @Override method containsAll (line 1049) | @Override method addAll (line 1054) | @Override method retainAll (line 1059) | @Override method removeAll (line 1064) | @Override method clear (line 1069) | @Override method freeze (line 1078) | @Override method getValueClassName (line 1083) | @Override method getValueClass (line 1088) | @Override method getOsSet (line 1093) | @Override method addChangeListener (line 1102) | @Override method addChangeListener (line 1107) | @Override method removeChangeListener (line 1112) | @Override method removeChangeListener (line 1117) | @Override method removeAllChangeListeners (line 1122) | @Override method hasListeners (line 1127) | @Override FILE: realm/realm-library/src/main/java/io/realm/SetChangeListener.java type SetChangeListener (line 31) | public interface SetChangeListener { method onChange (line 32) | void onChange(RealmSet set, SetChangeSet changes); FILE: realm/realm-library/src/main/java/io/realm/SetChangeSet.java class SetChangeSet (line 27) | public class SetChangeSet { method SetChangeSet (line 32) | public SetChangeSet(OsCollectionChangeSet osCollectionChangeSet) { method getNumberOfInsertions (line 41) | public int getNumberOfInsertions() { method getNumberOfDeletions (line 50) | public int getNumberOfDeletions() { method isEmpty (line 60) | public boolean isEmpty() { FILE: realm/realm-library/src/main/java/io/realm/SetValueOperator.java class SetValueOperator (line 49) | abstract class SetValueOperator implements ObservableSet { method SetValueOperator (line 58) | SetValueOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method SetValueOperator (line 62) | SetValueOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass... method add (line 69) | abstract boolean add(@Nullable E value); method containsInternal (line 71) | abstract boolean containsInternal(@Nullable Object o); method removeInternal (line 73) | abstract boolean removeInternal(@Nullable Object o); method containsAllInternal (line 75) | abstract boolean containsAllInternal(Collection c); method addAllInternal (line 77) | abstract boolean addAllInternal(Collection c); method removeAllInternal (line 79) | abstract boolean removeAllInternal(Collection c); method retainAllInternal (line 81) | abstract boolean retainAllInternal(Collection c); method where (line 83) | RealmQuery where(){ method deleteAll (line 87) | void deleteAll(){ method notifyChangeListeners (line 91) | @Override method contains (line 96) | boolean contains(@Nullable Object o) { method remove (line 104) | boolean remove(@Nullable Object o) { method containsAll (line 112) | boolean containsAll(Collection c) { method addAll (line 125) | boolean addAll(Collection c) { method removeAll (line 138) | boolean removeAll(Collection c) { method retainAll (line 151) | boolean retainAll(Collection c) { method isValid (line 164) | boolean isValid() { method isFrozen (line 171) | boolean isFrozen() { method size (line 175) | int size() { method isEmpty (line 179) | boolean isEmpty() { method iterator (line 183) | Iterator iterator() { method clear (line 187) | void clear() { method freeze (line 191) | RealmSet freeze() { method addChangeListener (line 197) | void addChangeListener(RealmSet realmSet, SetChangeListener list... method addChangeListener (line 206) | void addChangeListener(RealmSet realmSet, RealmChangeListener realmSet, RealmChangeListener realmSet, SetChangeListener l... method removeAllChangeListeners (line 232) | void removeAllChangeListeners() { method hasListeners (line 238) | boolean hasListeners() { method getOsSet (line 242) | OsSet getOsSet() { method isRealmCollection (line 246) | @SuppressWarnings("unchecked") method funnelCollection (line 252) | protected boolean funnelCollection(OsSet otherOsSet, method isObjectSameType (line 290) | private boolean isObjectSameType(@Nullable Object object) { method isUpperBoundCollectionSameType (line 299) | private boolean isUpperBoundCollectionSameType(Collection... method isCollectionSameType (line 310) | private boolean isCollectionSameType(Collection c) { method iteratorFactory (line 321) | @SuppressWarnings("unchecked") method getValueClass (line 363) | public Class getValueClass() { method getValueClassName (line 367) | public String getValueClassName() { class BooleanOperator (line 375) | class BooleanOperator extends SetValueOperator { method BooleanOperator (line 377) | BooleanOperator(BaseRealm baseRealm, OsSet osSet, Class value... method add (line 381) | @Override method containsInternal (line 386) | @Override method removeInternal (line 391) | @Override method containsAllInternal (line 396) | @Override method addAllInternal (line 405) | @Override method removeAllInternal (line 413) | @Override method retainAllInternal (line 421) | @Override class StringOperator (line 433) | class StringOperator extends SetValueOperator { method StringOperator (line 435) | StringOperator(BaseRealm baseRealm, OsSet osSet, Class valueCl... method add (line 439) | @Override method containsInternal (line 444) | @Override method removeInternal (line 449) | @Override method containsAllInternal (line 455) | @Override method addAllInternal (line 464) | @Override method removeAllInternal (line 472) | @Override method retainAllInternal (line 480) | @Override class NumberOperator (line 492) | class NumberOperator extends SetValueOperator { method NumberOperator (line 494) | NumberOperator(BaseRealm baseRealm, OsSet osSet, Class valueCl... method add (line 498) | @Override method containsInternal (line 505) | @Override method removeInternal (line 516) | @Override method containsAllInternal (line 523) | @Override method addAllInternal (line 532) | @Override method removeAllInternal (line 539) | @Override method retainAllInternal (line 547) | @Override class IntegerOperator (line 559) | class IntegerOperator extends SetValueOperator { method IntegerOperator (line 561) | IntegerOperator(BaseRealm baseRealm, OsSet osSet, Class value... method add (line 565) | @Override method containsInternal (line 570) | @Override method removeInternal (line 581) | @Override method containsAllInternal (line 587) | @Override method addAllInternal (line 596) | @Override method removeAllInternal (line 603) | @Override method retainAllInternal (line 611) | @Override class LongOperator (line 623) | class LongOperator extends SetValueOperator { method LongOperator (line 625) | LongOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method add (line 629) | @Override method containsInternal (line 634) | @Override method removeInternal (line 639) | @Override method containsAllInternal (line 645) | @Override method addAllInternal (line 653) | @Override method removeAllInternal (line 660) | @Override method retainAllInternal (line 668) | @Override class ShortOperator (line 680) | class ShortOperator extends SetValueOperator { method ShortOperator (line 682) | ShortOperator(BaseRealm baseRealm, OsSet osSet, Class valueClas... method add (line 686) | @Override method containsInternal (line 691) | @Override method removeInternal (line 702) | @Override method containsAllInternal (line 708) | @Override method addAllInternal (line 717) | @Override method removeAllInternal (line 724) | @Override method retainAllInternal (line 732) | @Override class ByteOperator (line 744) | class ByteOperator extends SetValueOperator { method ByteOperator (line 746) | ByteOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method add (line 750) | @Override method containsInternal (line 755) | @Override method removeInternal (line 766) | @Override method containsAllInternal (line 772) | @Override method addAllInternal (line 781) | @Override method removeAllInternal (line 788) | @Override method retainAllInternal (line 796) | @Override class FloatOperator (line 808) | class FloatOperator extends SetValueOperator { method FloatOperator (line 810) | FloatOperator(BaseRealm baseRealm, OsSet osSet, Class valueClas... method add (line 814) | @Override method containsInternal (line 819) | @Override method removeInternal (line 830) | @Override method containsAllInternal (line 835) | @Override method addAllInternal (line 844) | @Override method removeAllInternal (line 851) | @Override method retainAllInternal (line 859) | @Override class DoubleOperator (line 871) | class DoubleOperator extends SetValueOperator { method DoubleOperator (line 873) | DoubleOperator(BaseRealm baseRealm, OsSet osSet, Class valueCl... method add (line 877) | @Override method containsInternal (line 882) | @Override method removeInternal (line 893) | @Override method containsAllInternal (line 898) | @Override method addAllInternal (line 907) | @Override method removeAllInternal (line 914) | @Override method retainAllInternal (line 922) | @Override class BinaryOperator (line 934) | class BinaryOperator extends SetValueOperator { method BinaryOperator (line 936) | BinaryOperator(BaseRealm baseRealm, OsSet osSet, Class valueCl... method add (line 940) | @Override method containsInternal (line 945) | @Override method removeInternal (line 956) | @Override method containsAllInternal (line 961) | @Override method addAllInternal (line 970) | @Override method removeAllInternal (line 977) | @Override method retainAllInternal (line 985) | @Override class DateOperator (line 997) | class DateOperator extends SetValueOperator { method DateOperator (line 999) | DateOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method add (line 1003) | @Override method containsInternal (line 1008) | @Override method removeInternal (line 1019) | @Override method containsAllInternal (line 1024) | @Override method addAllInternal (line 1033) | @Override method removeAllInternal (line 1040) | @Override method retainAllInternal (line 1048) | @Override class Decimal128Operator (line 1060) | class Decimal128Operator extends SetValueOperator { method Decimal128Operator (line 1062) | Decimal128Operator(BaseRealm baseRealm, OsSet osSet, Class... method add (line 1066) | @Override method containsInternal (line 1071) | @Override method removeInternal (line 1082) | @Override method containsAllInternal (line 1087) | @Override method addAllInternal (line 1096) | @Override method removeAllInternal (line 1103) | @Override method retainAllInternal (line 1111) | @Override class ObjectIdOperator (line 1123) | class ObjectIdOperator extends SetValueOperator { method ObjectIdOperator (line 1125) | ObjectIdOperator(BaseRealm baseRealm, OsSet osSet, Class val... method add (line 1129) | @Override method containsInternal (line 1134) | @Override method removeInternal (line 1145) | @Override method containsAllInternal (line 1150) | @Override method addAllInternal (line 1159) | @Override method removeAllInternal (line 1166) | @Override method retainAllInternal (line 1174) | @Override class UUIDOperator (line 1186) | class UUIDOperator extends SetValueOperator { method UUIDOperator (line 1188) | UUIDOperator(BaseRealm baseRealm, OsSet osSet, Class valueClass) { method add (line 1192) | @Override method containsInternal (line 1197) | @Override method removeInternal (line 1208) | @Override method containsAllInternal (line 1214) | @Override method addAllInternal (line 1223) | @Override method removeAllInternal (line 1230) | @Override method retainAllInternal (line 1238) | @Override class RealmModelSetOperator (line 1250) | class RealmModelSetOperator extends SetValueOperat... method RealmModelSetOperator (line 1252) | RealmModelSetOperator(BaseRealm baseRealm, OsSet osSet, Class value... method add (line 1256) | @Override method getManagedObject (line 1264) | private T getManagedObject(T value) { method checkValidObject (line 1281) | private void checkValidObject(RealmModel value) { method containsInternal (line 1294) | @Override method removeInternal (line 1301) | @Override method containsAllInternal (line 1308) | @Override method addAllInternal (line 1319) | @Override method removeAllInternal (line 1331) | @Override method retainAllInternal (line 1341) | @Override method checkValidCollection (line 1351) | private void checkValidCollection(Collection collection) { method where (line 1357) | @Override class DynamicSetOperator (line 1366) | class DynamicSetOperator extends SetValueOperator { method DynamicSetOperator (line 1367) | DynamicSetOperator(BaseRealm baseRealm, OsSet osSet, String className) { method add (line 1371) | @Override method getManagedObject (line 1379) | private DynamicRealmObject getManagedObject(DynamicRealmObject value) { method checkValidObject (line 1396) | private void checkValidObject(RealmModel value) { method containsInternal (line 1409) | @Override method removeInternal (line 1416) | @Override method containsAllInternal (line 1423) | @Override method addAllInternal (line 1434) | @Override method removeAllInternal (line 1446) | @Override method retainAllInternal (line 1456) | @Override method checkValidCollection (line 1466) | private void checkValidCollection(Collection { method RealmAnySetOperator (line 1483) | RealmAnySetOperator(BaseRealm baseRealm, OsSet osSet, Class ... method add (line 1487) | @Override method getManagedRealmAny (line 1493) | @NotNull method containsInternal (line 1506) | @Override method removeInternal (line 1518) | @Override method getNativeRealmAnyCollection (line 1531) | @NotNull method containsAllInternal (line 1549) | @Override method addAllInternal (line 1557) | @Override method removeAllInternal (line 1568) | @Override method retainAllInternal (line 1576) | @Override method checkValidObject (line 1584) | private void checkValidObject(RealmAny realmAny) { class SetIterator (line 1598) | abstract class SetIterator implements Iterator { method SetIterator (line 1605) | SetIterator(OsSet osSet, BaseRealm baseRealm) { method hasNext (line 1610) | @Override method next (line 1615) | @Override method getValueAtIndex (line 1628) | protected E getValueAtIndex(int position) { class BooleanSetIterator (line 1637) | class BooleanSetIterator extends SetIterator { method BooleanSetIterator (line 1638) | BooleanSetIterator(OsSet osSet, BaseRealm baseRealm) { class StringSetIterator (line 1646) | class StringSetIterator extends SetIterator { method StringSetIterator (line 1647) | StringSetIterator(OsSet osSet, BaseRealm baseRealm) { class IntegerSetIterator (line 1655) | class IntegerSetIterator extends SetIterator { method IntegerSetIterator (line 1656) | IntegerSetIterator(OsSet osSet, BaseRealm baseRealm) { method getValueAtIndex (line 1660) | @Override class LongSetIterator (line 1675) | class LongSetIterator extends SetIterator { method LongSetIterator (line 1676) | LongSetIterator(OsSet osSet, BaseRealm baseRealm) { class ShortSetIterator (line 1684) | class ShortSetIterator extends SetIterator { method ShortSetIterator (line 1685) | ShortSetIterator(OsSet osSet, BaseRealm baseRealm) { method getValueAtIndex (line 1689) | @Override class ByteSetIterator (line 1704) | class ByteSetIterator extends SetIterator { method ByteSetIterator (line 1705) | ByteSetIterator(OsSet osSet, BaseRealm baseRealm) { method getValueAtIndex (line 1709) | @Override class FloatSetIterator (line 1724) | class FloatSetIterator extends SetIterator { method FloatSetIterator (line 1725) | FloatSetIterator(OsSet osSet, BaseRealm baseRealm) { class DoubleSetIterator (line 1733) | class DoubleSetIterator extends SetIterator { method DoubleSetIterator (line 1734) | DoubleSetIterator(OsSet osSet, BaseRealm baseRealm) { class BinarySetIterator (line 1742) | class BinarySetIterator extends SetIterator { method BinarySetIterator (line 1743) | BinarySetIterator(OsSet osSet, BaseRealm baseRealm) { method getValueAtIndex (line 1747) | @Override class DateSetIterator (line 1761) | class DateSetIterator extends SetIterator { method DateSetIterator (line 1762) | DateSetIterator(OsSet osSet, BaseRealm baseRealm) { class Decimal128SetIterator (line 1770) | class Decimal128SetIterator extends SetIterator { method Decimal128SetIterator (line 1771) | Decimal128SetIterator(OsSet osSet, BaseRealm baseRealm) { class ObjectIdSetIterator (line 1779) | class ObjectIdSetIterator extends SetIterator { method ObjectIdSetIterator (line 1780) | ObjectIdSetIterator(OsSet osSet, BaseRealm baseRealm) { class UUIDSetIterator (line 1788) | class UUIDSetIterator extends SetIterator { method UUIDSetIterator (line 1789) | UUIDSetIterator(OsSet osSet, BaseRealm baseRealm) { class RealmAnySetIterator (line 1797) | class RealmAnySetIterator extends SetIterator { method RealmAnySetIterator (line 1798) | RealmAnySetIterator(OsSet osSet, BaseRealm baseRealm) { method getValueAtIndex (line 1802) | @Override class RealmModelSetIterator (line 1812) | class RealmModelSetIterator extends SetIterator { method RealmModelSetIterator (line 1816) | RealmModelSetIterator(OsSet osSet, BaseRealm baseRealm, Class value... method getValueAtIndex (line 1821) | @Override class DynamicSetIterator (line 1831) | class DynamicSetIterator extends SetIterator { method DynamicSetIterator (line 1835) | DynamicSetIterator(OsSet osSet, BaseRealm baseRealm, String className) { method getValueAtIndex (line 1840) | @Override FILE: realm/realm-library/src/main/java/io/realm/Sort.java type Sort (line 24) | public enum Sort { method Sort (line 30) | Sort(boolean value) { method getValue (line 39) | public boolean getValue() { FILE: realm/realm-library/src/main/java/io/realm/TypeSelectorForMap.java class TypeSelectorForMap (line 44) | abstract class TypeSelectorForMap { method TypeSelectorForMap (line 49) | TypeSelectorForMap(BaseRealm baseRealm, OsMap osMap) { method getRealmModel (line 54) | protected V getRealmModel(BaseRealm baseRealm, long realmModelKey) { method putRealmModel (line 58) | protected V putRealmModel(BaseRealm baseRealm, OsMap osMap, K key, @Nu... method getModelEntry (line 62) | protected Map.Entry getModelEntry(BaseRealm baseRealm, long objR... method keySet (line 66) | abstract Set keySet(); method getValues (line 68) | abstract Collection getValues(); method freeze (line 70) | abstract RealmDictionary freeze(BaseRealm frozenBaseRealm); method getValueClassName (line 72) | abstract String getValueClassName(); method getValueClass (line 74) | abstract Class getValueClass(); class SelectorForMap (line 80) | class SelectorForMap extends TypeSelectorForMap { method SelectorForMap (line 85) | SelectorForMap(BaseRealm baseRealm, method keySet (line 94) | @Override method getValues (line 99) | @Override method freeze (line 105) | @Override method produceResults (line 111) | private RealmResults produceResults(BaseRealm baseRealm, method getValueClass (line 120) | @Override method getValueClassName (line 125) | @Override class LinkSelectorForMap (line 134) | class LinkSelectorForMap extends SelectorForMap... method LinkSelectorForMap (line 136) | LinkSelectorForMap(BaseRealm baseRealm, OsMap osMap, Class keyClass... method getRealmModel (line 140) | @Override method putRealmModel (line 145) | @Override method getModelEntry (line 170) | @Override class DynamicSelectorForMap (line 180) | class DynamicSelectorForMap extends TypeSelectorForMap RealmResults produceResults(BaseRealm baseRealm, method getModelEntry (line 230) | @Override method keySet (line 236) | @Override method getValues (line 241) | @Override method freeze (line 246) | @Override method getValueClass (line 251) | @Override method getValueClassName (line 256) | @Override FILE: realm/realm-library/src/main/java/io/realm/coroutines/FlowFactory.java type FlowFactory (line 37) | @Beta method from (line 47) | @Beta method from (line 57) | @Beta method from (line 69) | @Beta method changesetFrom (line 84) | @Beta method from (line 96) | @Beta method changesetFrom (line 111) | @Beta method from (line 125) | @Beta method changesetFrom (line 140) | @Beta method from (line 154) | @Beta method changesetFrom (line 169) | @Beta method from (line 181) | @Beta method changesetFrom (line 196) | @Beta method from (line 207) | @Beta method changesetFrom (line 222) | @Beta FILE: realm/realm-library/src/main/java/io/realm/coroutines/RealmFlowFactory.java class RealmFlowFactory (line 38) | @Beta method RealmFlowFactory (line 48) | public RealmFlowFactory(Boolean returnFrozenObjects) { method from (line 52) | @Override method from (line 57) | @Override method from (line 62) | @Override method changesetFrom (line 67) | @Override method from (line 72) | @Override method changesetFrom (line 77) | @Override method from (line 82) | @Override method changesetFrom (line 87) | @Override method from (line 92) | @Override method changesetFrom (line 97) | @Override method from (line 102) | @Override method changesetFrom (line 107) | @Override method from (line 112) | @Override method changesetFrom (line 117) | @Override FILE: realm/realm-library/src/main/java/io/realm/exceptions/RealmError.java class RealmError (line 26) | @Keep method RealmError (line 28) | public RealmError(String detailMessage) { FILE: realm/realm-library/src/main/java/io/realm/exceptions/RealmException.java class RealmException (line 25) | @Keep method RealmException (line 28) | public RealmException(String detailMessage) { method RealmException (line 32) | public RealmException(String detailMessage, Throwable exception) { FILE: realm/realm-library/src/main/java/io/realm/exceptions/RealmFileException.java class RealmFileException (line 27) | @Keep type Kind (line 32) | @Keep method getKind (line 71) | static Kind getKind(byte value) { method RealmFileException (line 98) | @SuppressWarnings("unused") method RealmFileException (line 104) | public RealmFileException(Kind kind, String message) { method RealmFileException (line 109) | public RealmFileException(Kind kind, Throwable cause) { method RealmFileException (line 114) | public RealmFileException(Kind kind, String message, Throwable cause) { method getKind (line 124) | public Kind getKind() { method toString (line 128) | @Override FILE: realm/realm-library/src/main/java/io/realm/exceptions/RealmMigrationNeededException.java class RealmMigrationNeededException (line 27) | @Keep method RealmMigrationNeededException (line 32) | public RealmMigrationNeededException(String canonicalRealmPath, String... method getPath (line 45) | public String getPath() { FILE: realm/realm-library/src/main/java/io/realm/exceptions/RealmPrimaryKeyConstraintException.java class RealmPrimaryKeyConstraintException (line 27) | @Keep method RealmPrimaryKeyConstraintException (line 29) | public RealmPrimaryKeyConstraintException(String message) { FILE: realm/realm-library/src/main/java/io/realm/internal/Capabilities.java type Capabilities (line 27) | public interface Capabilities { method canDeliverNotification (line 33) | boolean canDeliverNotification(); method checkCanDeliverNotification (line 40) | void checkCanDeliverNotification(@Nullable String exceptionMessage); method isMainThread (line 46) | boolean isMainThread(); FILE: realm/realm-library/src/main/java/io/realm/internal/CheckedRow.java class CheckedRow (line 31) | public class CheckedRow extends UncheckedRow { method CheckedRow (line 38) | private CheckedRow(NativeContext context, Table parent, long nativePtr) { method CheckedRow (line 42) | public CheckedRow(UncheckedRow row) { method get (line 55) | public static CheckedRow get(NativeContext context, Table table, long ... method getFromRow (line 65) | public static CheckedRow getFromRow(UncheckedRow row) { method isNullLink (line 69) | @Override method isNull (line 79) | @Override method setNull (line 90) | @Override method getModelList (line 100) | @Override method getValueList (line 111) | @Override method getRealmAnyMap (line 122) | @Override method getModelMap (line 133) | @Override method getValueMap (line 144) | @Override method getRealmAnySet (line 155) | @Override method getModelSet (line 160) | @Override method getValueSet (line 165) | @Override method freeze (line 176) | @Override method nativeGetColumnCount (line 184) | @Override method nativeGetColumnKey (line 187) | @Override method nativeGetColumnType (line 190) | @Override method nativeGetLong (line 193) | @Override method nativeGetBoolean (line 196) | @Override method nativeGetFloat (line 199) | @Override method nativeGetDouble (line 202) | @Override method nativeGetTimestamp (line 205) | @Override method nativeGetString (line 208) | @Override method nativeIsNullLink (line 211) | @Override method nativeGetByteArray (line 214) | @Override method nativeSetLong (line 217) | @Override method nativeSetBoolean (line 220) | @Override method nativeSetFloat (line 223) | @Override method nativeGetLink (line 226) | @Override method nativeSetDouble (line 229) | @Override method nativeSetTimestamp (line 232) | @Override method nativeSetString (line 235) | @Override method nativeSetByteArray (line 238) | @Override method nativeSetLink (line 241) | @Override method nativeNullifyLink (line 244) | @Override method nativeGetDecimal128 (line 247) | @Override method nativeGetObjectId (line 250) | @Override method nativeSetDecimal128 (line 253) | @Override method nativeSetObjectId (line 256) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/ColumnIndices.java class ColumnIndices (line 50) | public final class ColumnIndices { method ColumnIndices (line 69) | public ColumnIndices(RealmProxyMediator mediator, OsSchemaInfo osSchem... method getColumnInfo (line 81) | @Nonnull method getColumnInfo (line 98) | @Nonnull method refresh (line 121) | public void refresh() { method toString (line 128) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/ColumnInfo.java class ColumnInfo (line 63) | public abstract class ColumnInfo { class ColumnDetails (line 66) | public static final class ColumnDetails { method ColumnDetails (line 71) | private ColumnDetails(long columnKey, RealmFieldType columnType, @Nu... method ColumnDetails (line 78) | ColumnDetails(Property property) { method toString (line 82) | @Override method ColumnInfo (line 103) | protected ColumnInfo(int mapSize) { method ColumnInfo (line 113) | protected ColumnInfo(@Nullable ColumnInfo src, boolean mutable) { method ColumnInfo (line 121) | private ColumnInfo(int mapSize, boolean mutable) { method isMutable (line 133) | public final boolean isMutable() { method getColumnKey (line 142) | public long getColumnKey(String javaFieldName) { method getColumnDetails (line 152) | @Nullable method getInternalFieldName (line 162) | @Nullable method copyFrom (line 174) | public void copyFrom(ColumnInfo src) { method toString (line 191) | @Override method copy (line 225) | protected abstract ColumnInfo copy(boolean mutable); method copy (line 235) | protected abstract void copy(ColumnInfo src, ColumnInfo dst); method addColumnDetails (line 250) | protected final long addColumnDetails(String javaFieldName, String int... method addBacklinkDetails (line 269) | protected final void addBacklinkDetails(OsSchemaInfo schemaInfo, Strin... method getColumnKeysMap (line 280) | @SuppressWarnings("ReturnOfCollectionOrArrayField") FILE: realm/realm-library/src/main/java/io/realm/internal/EmptyLoadChangeSet.java class EmptyLoadChangeSet (line 24) | public class EmptyLoadChangeSet extends OsCollectionChangeSet { method EmptyLoadChangeSet (line 29) | public EmptyLoadChangeSet(boolean firstCallback) { method EmptyLoadChangeSet (line 33) | public EmptyLoadChangeSet() { method getState (line 37) | @Override method getDeletions (line 42) | @Override method getInsertions (line 47) | @Override method getChanges (line 52) | @Override method getDeletionRanges (line 57) | @Override method getInsertionRanges (line 62) | @Override method getChangeRanges (line 67) | @Override method getError (line 72) | @Override method isFirstAsyncCallback (line 77) | @Override method isEmpty (line 82) | @Override method toString (line 87) | @Override method getNativePtr (line 92) | @Override method getNativeFinalizerPtr (line 97) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/FinalizerRunnable.java class FinalizerRunnable (line 26) | class FinalizerRunnable implements Runnable { method FinalizerRunnable (line 29) | FinalizerRunnable(ReferenceQueue referenceQueue) { method run (line 33) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/Freezable.java type Freezable (line 28) | public interface Freezable { method freeze (line 48) | T freeze(); FILE: realm/realm-library/src/main/java/io/realm/internal/IOException.java class IOException (line 19) | @SuppressWarnings("serial") method IOException (line 22) | public IOException(Throwable cause) { method IOException (line 26) | public IOException() { method IOException (line 29) | public IOException(String message) { method IOException (line 33) | public IOException(String message, Throwable cause) { FILE: realm/realm-library/src/main/java/io/realm/internal/IdentitySet.java class IdentitySet (line 25) | public class IdentitySet extends IdentityHashMap { method add (line 28) | public void add(K key) { FILE: realm/realm-library/src/main/java/io/realm/internal/InvalidRow.java type InvalidRow (line 35) | public enum InvalidRow implements Row { method getColumnCount (line 38) | @Override method getColumnNames (line 43) | @Override method getColumnKey (line 48) | @Override method getColumnType (line 53) | @Override method getTable (line 58) | @Override method getObjectKey (line 63) | @Override method getLong (line 68) | @Override method getBoolean (line 73) | @Override method getFloat (line 78) | @Override method getDouble (line 83) | @Override method getDate (line 88) | @Override method getString (line 93) | @Override method getBinaryByteArray (line 98) | @Override method getDecimal128 (line 103) | @Override method getObjectId (line 108) | @Override method getUUID (line 113) | @Override method getNativeRealmAny (line 118) | @Override method getLink (line 123) | @Override method isNullLink (line 128) | @Override method getModelList (line 133) | @Override method getValueList (line 138) | @Override method getRealmAnyMap (line 143) | @Override method getValueMap (line 148) | @Override method getRealmAnySet (line 153) | @Override method getModelSet (line 158) | @Override method getValueSet (line 163) | @Override method getModelMap (line 168) | @Override method setLong (line 173) | @Override method setBoolean (line 178) | @Override method setFloat (line 183) | @Override method setDouble (line 188) | @Override method setDate (line 193) | @Override method setString (line 198) | @Override method setBinaryByteArray (line 203) | @Override method setLink (line 208) | @Override method nullifyLink (line 213) | @Override method isNull (line 218) | @Override method setNull (line 223) | @Override method setDecimal128 (line 228) | @Override method setObjectId (line 233) | @Override method setUUID (line 238) | @Override method setRealmAny (line 243) | @Override method createEmbeddedObject (line 248) | @Override method isValid (line 253) | @Override method checkIfAttached (line 258) | @Override method hasColumn (line 263) | @Override method freeze (line 268) | @Override method isLoaded (line 273) | @Override method getStubException (line 278) | private RuntimeException getStubException() { FILE: realm/realm-library/src/main/java/io/realm/internal/ManageableObject.java type ManageableObject (line 22) | public interface ManageableObject { method isManaged (line 29) | boolean isManaged(); method isValid (line 38) | boolean isValid(); method isFrozen (line 45) | boolean isFrozen(); FILE: realm/realm-library/src/main/java/io/realm/internal/NativeContext.java class NativeContext (line 30) | public class NativeContext { method addReference (line 41) | public void addReference(NativeObject referent) { method execute (line 51) | static void execute(NativeContextRunnable runnable) { type NativeContextRunnable (line 57) | public interface NativeContextRunnable { method run (line 58) | void run(NativeContext nativeContext); class ManualReleaseNativeContext (line 61) | private static class ManualReleaseNativeContext extends NativeContext { method ManualReleaseNativeContext (line 64) | ManualReleaseNativeContext(){ } method addReference (line 66) | @Override method release (line 71) | public void release() { FILE: realm/realm-library/src/main/java/io/realm/internal/NativeObject.java type NativeObject (line 24) | public interface NativeObject { method getNativePtr (line 32) | long getNativePtr(); method getNativeFinalizerPtr (line 40) | long getNativeFinalizerPtr(); FILE: realm/realm-library/src/main/java/io/realm/internal/NativeObjectReference.java class NativeObjectReference (line 31) | final class NativeObjectReference extends PhantomReference { class ReferencePool (line 34) | private static class ReferencePool { method add (line 37) | synchronized void add(NativeObjectReference ref) { method remove (line 46) | synchronized void remove(NativeObjectReference ref) { method NativeObjectReference (line 72) | NativeObjectReference(NativeContext context, method cleanup (line 85) | void cleanup() { method nativeCleanUp (line 96) | static native void nativeCleanUp(long nativeFinalizer, long nativePoin... FILE: realm/realm-library/src/main/java/io/realm/internal/ObjectServerFacade.java class ObjectServerFacade (line 31) | public class ObjectServerFacade { type RealmCacheAccessor (line 33) | public interface RealmCacheAccessor { method createRealmOrGetFromCache (line 34) | Realm createRealmOrGetFromCache(RealmConfiguration configuration, Os... type RealmInstanceFactory (line 37) | public interface RealmInstanceFactory { method createInstance (line 38) | Realm createInstance(OsSharedRealm sharedRealm); method initialize (line 68) | public void initialize(Context context, String userAgent, RealmCacheAc... method realmClosed (line 74) | public void realmClosed(RealmConfiguration configuration) { method getSyncConfigurationOptions (line 77) | public Object[] getSyncConfigurationOptions(RealmConfiguration config) { method getFacade (line 81) | public static ObjectServerFacade getFacade(boolean needSyncFacade) { method getSyncFacadeIfPossible (line 89) | public static ObjectServerFacade getSyncFacadeIfPossible() { method wrapObjectStoreSessionIfRequired (line 97) | public void wrapObjectStoreSessionIfRequired(OsRealmConfig config) { method getSyncServerCertificateAssetName (line 100) | public String getSyncServerCertificateAssetName(RealmConfiguration con... method getSyncServerCertificateFilePath (line 104) | public String getSyncServerCertificateFilePath(RealmConfiguration conf... method downloadInitialRemoteChanges (line 116) | @SuppressWarnings("JavaDoc") method wasDownloadInterrupted (line 124) | public boolean wasDownloadInterrupted(Throwable throwable) { method createNativeSyncSession (line 128) | public void createNativeSyncSession(RealmConfiguration configuration) { method checkFlexibleSyncEnabled (line 132) | public void checkFlexibleSyncEnabled(RealmConfiguration configuration) { method downloadInitialFlexibleSyncData (line 136) | public void downloadInitialFlexibleSyncData(Realm realm, RealmConfigur... FILE: realm/realm-library/src/main/java/io/realm/internal/ObservableCollection.java type ObservableCollection (line 10) | @Keep class CollectionObserverPair (line 12) | class CollectionObserverPair extends ObserverPairList.ObserverPair<... method CollectionObserverPair (line 13) | CollectionObserverPair(T observer, Object listener) { method onChange (line 17) | public void onChange(T observer, OsCollectionChangeSet changes) { class RealmChangeListenerWrapper (line 30) | class RealmChangeListenerWrapper implements OrderedRealmCollectionC... method RealmChangeListenerWrapper (line 33) | public RealmChangeListenerWrapper(RealmChangeListener listener) { method onChange (line 37) | @Override method equals (line 42) | @Override method hashCode (line 48) | @Override class Callback (line 54) | class Callback implements ObserverPairList.Callback extends ObserverPairList.ObserverPair observer, MapChangeListener changes) { class RealmChangeListenerWrapper (line 43) | class RealmChangeListenerWrapper implements MapChangeListener... method onChange (line 50) | @Override method equals (line 55) | @Override method hashCode (line 62) | @Override class Callback (line 68) | class Callback implements ObserverPairList.Callback changeSet) { method onCalled (line 76) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/ObservableSet.java type ObservableSet (line 24) | @Keep // Prevent this class from being obfuscated by proguard method notifyChangeListeners (line 27) | void notifyChangeListeners(long nativeChangeSetPtr); class SetObserverPair (line 29) | class SetObserverPair extends ObserverPairList.ObserverPair observer, Object listener) { method onChange (line 34) | public void onChange(Object observer, SetChangeSet changes) { class Callback (line 40) | class Callback implements ObserverPairList.Callback { class ObserverPair (line 42) | public abstract static class ObserverPair { method ObserverPair (line 48) | public ObserverPair(T observer, S listener) { method equals (line 54) | @Override method hashCode (line 68) | @Override type Callback (line 85) | public interface Callback { method onCalled (line 86) | void onCalled(T pair, Object observer); method foreach (line 100) | public void foreach(Callback callback) { method isEmpty (line 115) | public boolean isEmpty() { method clear (line 119) | public void clear() { method add (line 124) | public void add(T pair) { method remove (line 134) | public void remove(S observer, U listener) { method removeByObserver (line 144) | void removeByObserver(Object observer) { method size (line 154) | public int size() { FILE: realm/realm-library/src/main/java/io/realm/internal/OsCollection.java type OsCollection (line 19) | public interface OsCollection { method isValid (line 20) | boolean isValid(); FILE: realm/realm-library/src/main/java/io/realm/internal/OsCollectionChangeSet.java class OsCollectionChangeSet (line 29) | public class OsCollectionChangeSet implements OrderedCollectionChangeSet... method OsCollectionChangeSet (line 47) | public OsCollectionChangeSet(long nativePtr, boolean firstAsyncCallbac... method getState (line 53) | @Override method getDeletions (line 61) | @Override method getInsertions (line 69) | @Override method getChanges (line 77) | @Override method getDeletionRanges (line 85) | @Override method getInsertionRanges (line 93) | @Override method getChangeRanges (line 101) | @Override method getError (line 106) | @Override method isFirstAsyncCallback (line 115) | public boolean isFirstAsyncCallback() { method isEmpty (line 122) | public boolean isEmpty() { method longArrayToRangeArray (line 129) | private Range[] longArrayToRangeArray(int[] longArray) { method toString (line 143) | @Override method getNativePtr (line 164) | @Override method getNativeFinalizerPtr (line 169) | @Override method nativeGetFinalizerPtr (line 174) | private static native long nativeGetFinalizerPtr(); method nativeGetRanges (line 177) | private static native int[] nativeGetRanges(long nativePtr, int type); method nativeGetIndices (line 180) | private static native int[] nativeGetIndices(long nativePtr, int type); FILE: realm/realm-library/src/main/java/io/realm/internal/OsList.java class OsList (line 17) | public class OsList implements NativeObject, ObservableCollection, OsCol... method OsList (line 26) | public OsList(UncheckedRow row, long columnKey) { method OsList (line 42) | private OsList(OsSharedRealm sharedRealm, long listNativePtr, @Nullabl... method getNativePtr (line 49) | @Override method getNativeFinalizerPtr (line 54) | @Override method getUncheckedRow (line 59) | public UncheckedRow getUncheckedRow(long index) { method addRow (line 63) | public void addRow(long targetRowIndex) { method insertRow (line 67) | public void insertRow(long pos, long targetRowIndex) { method setRow (line 71) | public void setRow(long pos, long targetRowIndex) { method addNull (line 75) | public void addNull() { method insertNull (line 79) | public void insertNull(long pos) { method setNull (line 83) | public void setNull(long pos) { method addLong (line 87) | public void addLong(long value) { method insertLong (line 91) | public void insertLong(long pos, long value) { method setLong (line 95) | public void setLong(long pos, long value) { method addDouble (line 99) | public void addDouble(double value) { method insertDouble (line 103) | public void insertDouble(long pos, double value) { method setDouble (line 107) | public void setDouble(long pos, double value) { method addFloat (line 111) | public void addFloat(float value) { method insertFloat (line 115) | public void insertFloat(long pos, float value) { method setFloat (line 119) | public void setFloat(long pos, float value) { method addBoolean (line 123) | public void addBoolean(boolean value) { method insertBoolean (line 127) | public void insertBoolean(long pos, boolean value) { method setBoolean (line 131) | public void setBoolean(long pos, boolean value) { method addBinary (line 135) | public void addBinary(@Nullable byte[] value) { method insertBinary (line 139) | public void insertBinary(long pos, @Nullable byte[] value) { method setBinary (line 143) | public void setBinary(long pos, @Nullable byte[] value) { method addString (line 147) | public void addString(@Nullable String value) { method insertString (line 151) | public void insertString(long pos, @Nullable String value) { method setString (line 155) | public void setString(long pos, @Nullable String value) { method addDate (line 159) | public void addDate(@Nullable Date value) { method insertDate (line 167) | public void insertDate(long pos, @Nullable Date value) { method setDate (line 175) | public void setDate(long pos, @Nullable Date value) { method addDecimal128 (line 183) | public void addDecimal128(@Nullable Decimal128 value) { method insertDecimal128 (line 191) | public void insertDecimal128(long pos, @Nullable Decimal128 value) { method setDecimal128 (line 199) | public void setDecimal128(long pos, @Nullable Decimal128 value) { method addObjectId (line 207) | public void addObjectId(@Nullable ObjectId value) { method insertObjectId (line 215) | public void insertObjectId(long pos, @Nullable ObjectId value) { method setObjectId (line 223) | public void setObjectId(long pos, @Nullable ObjectId value) { method addUUID (line 231) | public void addUUID(@Nullable UUID value) { method insertUUID (line 239) | public void insertUUID(long pos, @Nullable UUID value) { method setUUID (line 247) | public void setUUID(long pos, @Nullable UUID value) { method addRealmAny (line 255) | public void addRealmAny(long realmAnyPtr) { method insertRealmAny (line 259) | public void insertRealmAny(long pos, long realmAnyPtr) { method setRealmAny (line 263) | public void setRealmAny(long pos, long realmAnyPtr) { method getValue (line 267) | @Nullable method move (line 272) | public void move(long sourceIndex, long targetIndex) { method remove (line 276) | public void remove(long index) { method removeAll (line 280) | public void removeAll() { method size (line 284) | public long size() { method isEmpty (line 288) | public boolean isEmpty() { method getQuery (line 295) | public TableQuery getQuery() { method isValid (line 299) | @Override method delete (line 304) | public void delete(long index) { method deleteAll (line 308) | public void deleteAll() { method getTargetTable (line 312) | public Table getTargetTable() { method addListener (line 316) | public void addListener(T observer, OrderedRealmCollectionChangeLi... method addListener (line 324) | public void addListener(T observer, RealmChangeListener listene... method removeListener (line 328) | public void removeListener(T observer, OrderedRealmCollectionChang... method removeListener (line 335) | public void removeListener(T observer, RealmChangeListener list... method removeAllListeners (line 339) | public void removeAllListeners() { method notifyChangeListeners (line 345) | @Override method freeze (line 355) | public OsList freeze(OsSharedRealm frozenRealm) { method createAndAddEmbeddedObject (line 361) | public long createAndAddEmbeddedObject() { method createAndAddEmbeddedObject (line 365) | public long createAndAddEmbeddedObject(long index) { method createAndSetEmbeddedObject (line 369) | public long createAndSetEmbeddedObject(long index) { method nativeGetFinalizerPtr (line 374) | private static native long nativeGetFinalizerPtr(); method nativeCreate (line 379) | private static native long[] nativeCreate(long nativeSharedRealmPtr, l... method nativeGetRow (line 381) | private static native long nativeGetRow(long nativePtr, long index); method nativeAddRow (line 383) | private static native void nativeAddRow(long nativePtr, long targetRow... method nativeInsertRow (line 385) | private static native void nativeInsertRow(long nativePtr, long pos, l... method nativeSetRow (line 387) | private static native void nativeSetRow(long nativePtr, long pos, long... method nativeMove (line 389) | private static native void nativeMove(long nativePtr, long sourceIndex... method nativeRemove (line 391) | private static native void nativeRemove(long nativePtr, long index); method nativeRemoveAll (line 393) | private static native void nativeRemoveAll(long nativePtr); method nativeSize (line 395) | private static native long nativeSize(long nativePtr); method nativeGetQuery (line 397) | private static native long nativeGetQuery(long nativePtr); method nativeIsValid (line 399) | private static native boolean nativeIsValid(long nativePtr); method nativeDelete (line 401) | private static native void nativeDelete(long nativePtr, long index); method nativeDeleteAll (line 403) | private static native void nativeDeleteAll(long nativePtr); method nativeAddNull (line 405) | private static native void nativeAddNull(long nativePtr); method nativeInsertNull (line 407) | private static native void nativeInsertNull(long nativePtr, long pos); method nativeSetNull (line 409) | private static native void nativeSetNull(long nativePtr, long pos); method nativeAddLong (line 411) | private static native void nativeAddLong(long nativePtr, long value); method nativeInsertLong (line 413) | private static native void nativeInsertLong(long nativePtr, long pos, ... method nativeSetLong (line 415) | private static native void nativeSetLong(long nativePtr, long pos, lon... method nativeAddDouble (line 417) | private static native void nativeAddDouble(long nativePtr, double value); method nativeInsertDouble (line 419) | private static native void nativeInsertDouble(long nativePtr, long pos... method nativeSetDouble (line 421) | private static native void nativeSetDouble(long nativePtr, long pos, d... method nativeAddFloat (line 423) | private static native void nativeAddFloat(long nativePtr, float value); method nativeInsertFloat (line 425) | private static native void nativeInsertFloat(long nativePtr, long pos,... method nativeSetFloat (line 427) | private static native void nativeSetFloat(long nativePtr, long pos, fl... method nativeAddBoolean (line 429) | private static native void nativeAddBoolean(long nativePtr, boolean va... method nativeInsertBoolean (line 431) | private static native void nativeInsertBoolean(long nativePtr, long po... method nativeSetBoolean (line 433) | private static native void nativeSetBoolean(long nativePtr, long pos, ... method nativeAddBinary (line 435) | private static native void nativeAddBinary(long nativePtr, @Nullable b... method nativeInsertBinary (line 437) | private static native void nativeInsertBinary(long nativePtr, long pos... method nativeSetBinary (line 439) | private static native void nativeSetBinary(long nativePtr, long pos, @... method nativeAddDate (line 441) | private static native void nativeAddDate(long nativePtr, long value); method nativeInsertDate (line 443) | private static native void nativeInsertDate(long nativePtr, long pos, ... method nativeSetDate (line 445) | private static native void nativeSetDate(long nativePtr, long pos, lon... method nativeAddString (line 447) | private static native void nativeAddString(long nativePtr, @Nullable S... method nativeInsertString (line 449) | private static native void nativeInsertString(long nativePtr, long pos... method nativeSetString (line 451) | private static native void nativeSetString(long nativePtr, long pos, @... method nativeAddDecimal128 (line 453) | private static native void nativeAddDecimal128(long nativePtr, long lo... method nativeInsertDecimal128 (line 455) | private static native void nativeInsertDecimal128(long nativePtr, long... method nativeSetDecimal128 (line 457) | private static native void nativeSetDecimal128(long nativePtr, long po... method nativeAddObjectId (line 459) | private static native void nativeAddObjectId(long nativePtr, String da... method nativeInsertObjectId (line 461) | private static native void nativeInsertObjectId(long nativePtr, long p... method nativeSetObjectId (line 463) | private static native void nativeSetObjectId(long nativePtr, long pos,... method nativeAddUUID (line 465) | private static native void nativeAddUUID(long nativePtr, String data); method nativeInsertUUID (line 467) | private static native void nativeInsertUUID(long nativePtr, long pos, ... method nativeSetUUID (line 469) | private static native void nativeSetUUID(long nativePtr, long pos, Str... method nativeAddRealmAny (line 471) | private static native void nativeAddRealmAny(long nativePtr, long real... method nativeInsertRealmAny (line 473) | private static native void nativeInsertRealmAny(long nativePtr, long p... method nativeSetRealmAny (line 475) | private static native void nativeSetRealmAny(long nativePtr, long pos,... method nativeGetValue (line 477) | private static native Object nativeGetValue(long nativePtr, long pos); method nativeStartListening (line 479) | private native void nativeStartListening(long nativePtr); method nativeStopListening (line 481) | private native void nativeStopListening(long nativePtr); method nativeFreeze (line 483) | private static native long nativeFreeze(long nativePtr, long sharedRea... method nativeCreateAndAddEmbeddedObject (line 486) | private static native long nativeCreateAndAddEmbeddedObject(long nativ... method nativeCreateAndSetEmbeddedObject (line 489) | private static native long nativeCreateAndSetEmbeddedObject(long nativ... FILE: realm/realm-library/src/main/java/io/realm/internal/OsMap.java class OsMap (line 34) | public class OsMap implements NativeObject { method OsMap (line 44) | public OsMap(UncheckedRow row, long columnKey) { method OsMap (line 58) | private OsMap(OsSharedRealm osSharedRealm, long nativePtr, Table targe... method getTargetTable (line 65) | public Table getTargetTable() { method getNativePtr (line 69) | @Override method getNativeFinalizerPtr (line 74) | @Override method size (line 79) | public long size() { method containsKey (line 83) | public boolean containsKey(Object key) { method isValid (line 87) | public boolean isValid() { method containsPrimitiveValue (line 91) | public boolean containsPrimitiveValue(@Nullable Object value) { method containsRealmAnyValue (line 127) | public boolean containsRealmAnyValue(long realmAnyPtr) { method containsRealmModel (line 131) | public boolean containsRealmModel(long objKey, long tablePtr) { method clear (line 135) | public void clear() { method tableAndKeyPtrs (line 139) | public Pair tableAndKeyPtrs() { method tableAndValuePtrs (line 143) | public Pair tableAndValuePtrs() { method freeze (line 147) | public OsMap freeze(OsSharedRealm osSharedRealm) { method put (line 157) | public void put(Object key, @Nullable Object value) { method putRow (line 205) | public void putRow(Object key, long objKey) { method putRealmAny (line 209) | public void putRealmAny(Object key, long nativeRealmAnyPtr) { method remove (line 215) | public void remove(Object key) { method getModelRowKey (line 219) | public long getModelRowKey(Object key) { method get (line 223) | @Nullable method getRealmAnyPtr (line 228) | public long getRealmAnyPtr(Object key) { method createAndPutEmbeddedObject (line 232) | public long createAndPutEmbeddedObject(Object key) { method getEntryForPrimitive (line 236) | public Pair getEntryForPrimitive(int position) { method getKeyObjRowPair (line 245) | public Pair getKeyObjRowPair(int position) { method getKeyRealmAnyPair (line 260) | public Pair getKeyRealmAnyPair(int position) { method startListening (line 270) | public void startListening(ObservableMap observableMap) { method stopListening (line 274) | public void stopListening() { method nativeGetFinalizerPtr (line 278) | private static native long nativeGetFinalizerPtr(); method nativeCreate (line 280) | private static native long[] nativeCreate(long sharedRealmPtr, long na... method nativeGetValue (line 282) | private static native Object nativeGetValue(long nativePtr, String key); method nativeGetRealmAnyPtr (line 284) | private static native long nativeGetRealmAnyPtr(long nativePtr, String... method nativeGetRow (line 286) | private static native long nativeGetRow(long nativePtr, String key); method nativePutNull (line 288) | private static native void nativePutNull(long nativePtr, String key); method nativePutLong (line 290) | private static native void nativePutLong(long nativePtr, String key, l... method nativePutFloat (line 292) | private static native void nativePutFloat(long nativePtr, String key, ... method nativePutDouble (line 294) | private static native void nativePutDouble(long nativePtr, String key,... method nativePutString (line 296) | private static native void nativePutString(long nativePtr, String key,... method nativePutBoolean (line 298) | private static native void nativePutBoolean(long nativePtr, String key... method nativePutDate (line 300) | private static native void nativePutDate(long nativePtr, String key, l... method nativePutDecimal128 (line 302) | private static native void nativePutDecimal128(long nativePtr, String ... method nativePutBinary (line 304) | private static native void nativePutBinary(long nativePtr, String key,... method nativePutObjectId (line 306) | private static native void nativePutObjectId(long nativePtr, String ke... method nativePutUUID (line 308) | private static native void nativePutUUID(long nativePtr, String key, S... method nativePutRealmAny (line 310) | private static native void nativePutRealmAny(long nativePtr, String ke... method nativePutRow (line 312) | private static native void nativePutRow(long nativePtr, String key, lo... method nativeSize (line 314) | private static native long nativeSize(long nativePtr); method nativeContainsKey (line 316) | private static native boolean nativeContainsKey(long nativePtr, String... method nativeIsValid (line 318) | private static native boolean nativeIsValid(long nativePtr); method nativeClear (line 320) | private static native void nativeClear(long nativePtr); method nativeRemove (line 322) | private static native void nativeRemove(long nativePtr, String key); method nativeKeys (line 324) | private static native long nativeKeys(long nativePtr); method nativeValues (line 326) | private static native long nativeValues(long nativePtr); method nativeFreeze (line 328) | private static native long nativeFreeze(long nativePtr, long realmPtr); method nativeCreateAndPutEmbeddedObject (line 330) | private static native long nativeCreateAndPutEmbeddedObject(long nativ... method nativeGetEntryForModel (line 332) | private static native Object[] nativeGetEntryForModel(long nativePtr, ... method nativeGetEntryForRealmAny (line 334) | private static native Object[] nativeGetEntryForRealmAny(long nativePt... method nativeGetEntryForPrimitive (line 336) | private static native Object[] nativeGetEntryForPrimitive(long nativeP... method nativeContainsNull (line 338) | private static native boolean nativeContainsNull(long nativePtr); method nativeContainsDouble (line 340) | private static native boolean nativeContainsDouble(long nativePtr, dou... method nativeContainsLong (line 342) | private static native boolean nativeContainsLong(long nativePtr, long ... method nativeContainsBoolean (line 344) | private static native boolean nativeContainsBoolean(long nativePtr, bo... method nativeContainsString (line 346) | private static native boolean nativeContainsString(long nativePtr, Str... method nativeContainsBinary (line 348) | private static native boolean nativeContainsBinary(long nativePtr, byt... method nativeContainsFloat (line 350) | private static native boolean nativeContainsFloat(long nativePtr, floa... method nativeContainsObjectId (line 352) | private static native boolean nativeContainsObjectId(long nativePtr, S... method nativeContainsUUID (line 354) | private static native boolean nativeContainsUUID(long nativePtr, Strin... method nativeContainsDate (line 356) | private static native boolean nativeContainsDate(long nativePtr, long ... method nativeContainsDecimal128 (line 358) | private static native boolean nativeContainsDecimal128(long nativePtr,... method nativeContainsRealmAny (line 360) | private static native boolean nativeContainsRealmAny(long nativePtr, l... method nativeContainsRealmModel (line 362) | private static native boolean nativeContainsRealmModel(long nativePtr,... method nativeStartListening (line 364) | private static native void nativeStartListening(long nativePtr, Observ... method nativeStopListening (line 366) | private static native void nativeStopListening(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/OsMapChangeSet.java class OsMapChangeSet (line 23) | public class OsMapChangeSet implements NativeObject { method OsMapChangeSet (line 31) | public OsMapChangeSet(long nativePtr) { method getNativePtr (line 35) | @Override method getNativeFinalizerPtr (line 40) | @Override method isEmpty (line 45) | public boolean isEmpty() { method getStringKeyDeletions (line 49) | public String[] getStringKeyDeletions() { method getStringKeyInsertions (line 53) | public String[] getStringKeyInsertions() { method getStringKeyModifications (line 57) | public String[] getStringKeyModifications() { method nativeGetFinalizerPtr (line 63) | private static native long nativeGetFinalizerPtr(); method nativeGetStringKeyDeletions (line 65) | private static native String[] nativeGetStringKeyDeletions(long native... method nativeGetStringKeyInsertions (line 67) | private static native String[] nativeGetStringKeyInsertions(long nativ... method nativeGetStringKeyModifications (line 69) | private static native String[] nativeGetStringKeyModifications(long na... FILE: realm/realm-library/src/main/java/io/realm/internal/OsObject.java class OsObject (line 35) | @Keep class OsObjectChangeSet (line 38) | private static class OsObjectChangeSet implements ObjectChangeSet { method OsObjectChangeSet (line 42) | OsObjectChangeSet(String[] changedFields, boolean deleted) { method isDeleted (line 47) | @Override method getChangedFields (line 52) | @Override method isFieldChanged (line 57) | @Override class ObjectObserverPair (line 68) | public static class ObjectObserverPair method ObjectObserverPair (line 70) | public ObjectObserverPair(T observer, RealmObjectChangeListener l... method onChange (line 74) | public void onChange(T observer, @Nullable ObjectChangeSet changeSet) { class Callback (line 79) | private static class Callback implements ObserverPairList.Callback void addListener(T observer, RealmObject... method removeListener (line 126) | public void removeListener(T observer) { method removeListener (line 133) | public void removeListener(T observer, RealmObj... method setObserverPairs (line 142) | public void setObserverPairs(ObserverPairList pair... method create (line 160) | public static UncheckedRow create(Table table) { method createRow (line 173) | public static long createRow(Table table) { method getAndVerifyPrimaryKeyColumnIndex (line 177) | private static long getAndVerifyPrimaryKeyColumnIndex(Table table) { method createWithPrimaryKey (line 193) | public static UncheckedRow createWithPrimaryKey(Table table, @Nullable... method createRowWithPrimaryKey (line 237) | public static long createRowWithPrimaryKey(Table table, long primaryKe... method createEmbeddedObject (line 271) | public static long createEmbeddedObject(Table parentTable, long parent... method notifyChangeListeners (line 276) | @SuppressWarnings("unused") method nativeGetFinalizerPtr (line 281) | private static native long nativeGetFinalizerPtr(); method nativeCreate (line 283) | private static native long nativeCreate(long shared_realm_ptr, long ro... method nativeStartListening (line 285) | private native void nativeStartListening(long nativePtr); method nativeStopListening (line 287) | private native void nativeStopListening(long nativePtr); method nativeCreateNewObject (line 289) | private static native long nativeCreateNewObject(long tableRefPtr); method nativeCreateRow (line 291) | private static native long nativeCreateRow(long tableRefPtr); method nativeCreateNewObjectWithLongPrimaryKey (line 295) | private static native long nativeCreateNewObjectWithLongPrimaryKey(lon... method nativeCreateRowWithLongPrimaryKey (line 300) | private static native long nativeCreateRowWithLongPrimaryKey(long shar... method nativeCreateNewObjectWithStringPrimaryKey (line 305) | private static native long nativeCreateNewObjectWithStringPrimaryKey(l... method nativeCreateRowWithStringPrimaryKey (line 310) | private static native long nativeCreateRowWithStringPrimaryKey(long sh... method nativeCreateRowWithObjectIdPrimaryKey (line 314) | private static native long nativeCreateRowWithObjectIdPrimaryKey(long ... method nativeCreateNewObjectWithObjectIdPrimaryKey (line 318) | private static native long nativeCreateNewObjectWithObjectIdPrimaryKey... method nativeCreateRowWithUUIDPrimaryKey (line 322) | private static native long nativeCreateRowWithUUIDPrimaryKey(long shar... method nativeCreateNewObjectWithUUIDPrimaryKey (line 326) | private static native long nativeCreateNewObjectWithUUIDPrimaryKey(lon... method nativeCreateEmbeddedObject (line 330) | private static native long nativeCreateEmbeddedObject(long parentTable... FILE: realm/realm-library/src/main/java/io/realm/internal/OsObjectSchemaInfo.java class OsObjectSchemaInfo (line 28) | public class OsObjectSchemaInfo implements NativeObject { class Builder (line 30) | public static class Builder { method Builder (line 45) | public Builder(String internalClassName, boolean embedded, int persi... method Builder (line 53) | public Builder(String publicClassName, String internalClassName, boo... method addPersistedProperty (line 73) | public Builder addPersistedProperty(String publicName, String intern... method addPersistedValueListProperty (line 91) | public Builder addPersistedValueListProperty(String publicName, Stri... method addPersistedMapProperty (line 111) | public Builder addPersistedMapProperty(String publicName, String int... method addPersistedSetProperty (line 133) | public Builder addPersistedSetProperty(String publicName, String int... method addPersistedLinkProperty (line 154) | public Builder addPersistedLinkProperty(String publicName, String in... method addComputedLinkProperty (line 172) | public Builder addComputedLinkProperty(String name, String sourceCla... method build (line 185) | public OsObjectSchemaInfo build() { method OsObjectSchemaInfo (line 206) | private OsObjectSchemaInfo(String publicClassName, String className, b... method OsObjectSchemaInfo (line 216) | OsObjectSchemaInfo(long nativePtr) { method getClassName (line 224) | public String getClassName() { method getProperty (line 234) | public Property getProperty(String propertyName) { method getPrimaryKeyProperty (line 244) | public @Nullable Property getPrimaryKeyProperty() { method isEmbedded (line 250) | public boolean isEmbedded() { method getNativePtr (line 254) | @Override method getNativeFinalizerPtr (line 259) | @Override method nativeCreateRealmObjectSchema (line 264) | private static native long nativeCreateRealmObjectSchema(String public... method nativeGetFinalizerPtr (line 266) | private static native long nativeGetFinalizerPtr(); method nativeAddProperties (line 269) | private static native void nativeAddProperties(long nativePtr, long[] ... method nativeGetClassName (line 271) | private static native String nativeGetClassName(long nativePtr); method nativeGetProperty (line 274) | private static native long nativeGetProperty(long nativePtr, String pr... method nativeGetPrimaryKeyProperty (line 277) | private static native long nativeGetPrimaryKeyProperty(long nativePtr); method nativeIsEmbedded (line 279) | private static native boolean nativeIsEmbedded(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/OsObjectStore.java class OsObjectStore (line 27) | public class OsObjectStore { method setPrimaryKeyForObject (line 42) | public static void setPrimaryKeyForObject(OsSharedRealm sharedRealm, S... method getPrimaryKeyForObject (line 54) | public static @Nullable String getPrimaryKeyForObject(OsSharedRealm sh... method setSchemaVersion (line 63) | public static void setSchemaVersion(OsSharedRealm sharedRealm, long sc... method getSchemaVersion (line 71) | public static long getSchemaVersion(OsSharedRealm sharedRealm) { method deleteTableForObject (line 81) | public static boolean deleteTableForObject(OsSharedRealm sharedRealm, ... method callWithLock (line 94) | public static boolean callWithLock(RealmConfiguration configuration, R... method nativeSetPrimaryKeyForObject (line 98) | private static native void nativeSetPrimaryKeyForObject(long sharedRea... method nativeGetPrimaryKeyForObject (line 101) | private static native @Nullable String nativeGetPrimaryKeyForObject(lo... method nativeSetSchemaVersion (line 103) | private static native void nativeSetSchemaVersion(long sharedRealmPtr,... method nativeGetSchemaVersion (line 105) | private static native long nativeGetSchemaVersion(long sharedRealmPtr); method nativeDeleteTableForObject (line 107) | private static native boolean nativeDeleteTableForObject(long sharedRe... method nativeCallWithLock (line 109) | private static native boolean nativeCallWithLock(String realmPath, Run... FILE: realm/realm-library/src/main/java/io/realm/internal/OsRealmConfig.java class OsRealmConfig (line 41) | public class OsRealmConfig implements NativeObject { type Durability (line 48) | public enum Durability { method Durability (line 54) | Durability(int value) { type SchemaMode (line 59) | public enum SchemaMode { method SchemaMode (line 72) | SchemaMode(byte value) { method getNativeValue (line 76) | public byte getNativeValue() { type SyncSessionStopPolicy (line 81) | public enum SyncSessionStopPolicy { method SyncSessionStopPolicy (line 88) | SyncSessionStopPolicy(byte value) { method getNativeValue (line 92) | public byte getNativeValue() { class Builder (line 101) | public static class Builder { method Builder (line 112) | public Builder(RealmConfiguration configuration) { method schemaInfo (line 123) | public Builder schemaInfo(@Nullable OsSchemaInfo schemaInfo) { method migrationCallback (line 134) | public Builder migrationCallback(@Nullable OsSharedRealm.MigrationCa... method initializationCallback (line 145) | public Builder initializationCallback(@Nullable OsSharedRealm.Initia... method autoUpdateNotification (line 157) | public Builder autoUpdateNotification(boolean autoUpdateNotification) { method build (line 164) | public OsRealmConfig build() { method fifoFallbackDir (line 169) | public Builder fifoFallbackDir(File dir) { method OsRealmConfig (line 214) | private OsRealmConfig(final RealmConfiguration config, method getHostString (line 392) | private String getHostString(InetSocketAddress socketAddress) { method getNativePtr (line 407) | @Override method getNativeFinalizerPtr (line 412) | @Override method getRealmConfiguration (line 417) | public RealmConfiguration getRealmConfiguration() { method getResolvedRealmURI (line 421) | public URI getResolvedRealmURI() { method getContext (line 425) | NativeContext getContext() { method nativeCreate (line 429) | private static native long nativeCreate(String path, String fifoFallba... method nativeSetEncryptionKey (line 431) | private static native void nativeSetEncryptionKey(long nativePtr, byte... method nativeSetInMemory (line 433) | private static native void nativeSetInMemory(long nativePtr, boolean i... method nativeSetSchemaConfig (line 435) | private native void nativeSetSchemaConfig(long nativePtr, byte schemaM... method nativeSetCompactOnLaunchCallback (line 439) | private static native void nativeSetCompactOnLaunchCallback(long nativ... method nativeSetInitializationCallback (line 441) | private native void nativeSetInitializationCallback(long nativePtr, Os... method nativeEnableChangeNotification (line 443) | private static native void nativeEnableChangeNotification(long nativeP... method nativeCreateAndSetSyncConfig (line 445) | private native String nativeCreateAndSetSyncConfig(long appPtr, long c... method nativeSetSyncConfigSslSettings (line 453) | private static native void nativeSetSyncConfigSslSettings(long nativePtr, method nativeSetSyncConfigProxySettings (line 456) | private static native void nativeSetSyncConfigProxySettings(long nativ... method nativeGetFinalizerPtr (line 458) | private static native long nativeGetFinalizerPtr(); FILE: realm/realm-library/src/main/java/io/realm/internal/OsResults.java class OsResults (line 43) | public class OsResults implements NativeObject, ObservableCollection { class Iterator (line 49) | public abstract static class Iterator implements java.util.Iterator... method Iterator (line 53) | public Iterator(OsResults osResults) { method hasNext (line 75) | @Override method next (line 84) | @Override method remove (line 99) | @Override method detach (line 105) | void detach() { method invalidate (line 113) | void invalidate() { method checkValid (line 117) | void checkValid() { method get (line 124) | @Nullable method convertRowToObject (line 131) | protected abstract T convertRowToObject(UncheckedRow row); method getInternal (line 133) | protected abstract T getInternal(int pos, OsResults iteratorOsResults); class ListIterator (line 137) | public abstract static class ListIterator extends Iterator imple... method ListIterator (line 139) | public ListIterator(OsResults osResults, int start) { method add (line 152) | @Override method hasPrevious (line 161) | @Override method nextIndex (line 170) | @Override method previous (line 179) | @Override method previousIndex (line 196) | @Override method set (line 205) | @Override type Aggregate (line 233) | public enum Aggregate { method Aggregate (line 241) | Aggregate(byte value) { method getValue (line 245) | public byte getValue() { type Mode (line 261) | public enum Mode { method getByValue (line 268) | static Mode getByValue(byte value) { method createForBacklinks (line 286) | public static OsResults createForBacklinks(OsSharedRealm realm, Unchec... method createFromQuery (line 296) | public static OsResults createFromQuery(OsSharedRealm sharedRealm, Tab... method createFromMap (line 302) | public static OsResults createFromMap(OsSharedRealm sharedRealm, long ... method OsResults (line 307) | OsResults(OsSharedRealm sharedRealm, long nativePtr) { method OsResults (line 316) | OsResults(OsSharedRealm sharedRealm, Table table, long nativePtr) { method createSnapshot (line 325) | public OsResults createSnapshot() { method freeze (line 334) | public OsResults freeze(OsSharedRealm frozenRealm) { method getNativePtr (line 342) | @Override method getNativeFinalizerPtr (line 347) | @Override method getValue (line 352) | public Object getValue(int index) { method getUncheckedRow (line 356) | public UncheckedRow getUncheckedRow(int index) { method firstUncheckedRow (line 360) | public UncheckedRow firstUncheckedRow() { method lastUncheckedRow (line 368) | public UncheckedRow lastUncheckedRow() { method getTable (line 376) | public Table getTable() { method where (line 380) | public TableQuery where() { method toJSON (line 385) | public String toJSON(int maxDepth) { method aggregateNumber (line 389) | public Number aggregateNumber(Aggregate aggregateMethod, long columnKe... method aggregateDate (line 397) | public Date aggregateDate(Aggregate aggregateMethod, long columnIndex) { method size (line 405) | public long size() { method clear (line 409) | public void clear() { method sort (line 413) | public OsResults sort(@Nullable OsKeyPathMapping mapping, String field... method sort (line 418) | public OsResults sort(@Nullable OsKeyPathMapping mapping, String[] fie... method distinct (line 431) | public OsResults distinct(@Nullable OsKeyPathMapping mapping, String[]... method contains (line 436) | public boolean contains(UncheckedRow row) { method indexOf (line 440) | public int indexOf(UncheckedRow row) { method delete (line 445) | public void delete(long index) { method deleteFirst (line 449) | public boolean deleteFirst() { method deleteLast (line 453) | public boolean deleteLast() { method setNull (line 457) | public void setNull(String fieldName) { method setBoolean (line 461) | public void setBoolean(String fieldName, boolean value) { method setInt (line 465) | public void setInt(String fieldName, long value) { method setFloat (line 469) | public void setFloat(String fieldName, float value) { method setDouble (line 473) | public void setDouble(String fieldName, double value) { method setString (line 477) | public void setString(String fieldName, @Nullable String value) { method setBlob (line 481) | public void setBlob(String fieldName, @Nullable byte[] value) { method setDate (line 485) | public void setDate(String fieldName, @Nullable Date timestamp) { method setDecimal128 (line 493) | public void setDecimal128(String fieldName, @Nullable Decimal128 value) { method setObjectId (line 501) | public void setObjectId(String fieldName, @Nullable ObjectId value) { method setUUID (line 509) | public void setUUID(String fieldName, @Nullable UUID value) { method setObject (line 517) | public void setObject(String fieldName, @Nullable Row row) { type AddListTypeDelegate (line 537) | private interface AddListTypeDelegate { method addList (line 538) | void addList(OsObjectBuilder builder, RealmList list); method addTypeSpecificList (line 542) | private void addTypeSpecificList(String fieldName, RealmList li... method setStringList (line 553) | public void setStringList(String fieldName, RealmList list) { method setByteList (line 562) | public void setByteList(String fieldName, RealmList list) { method setShortList (line 571) | public void setShortList(String fieldName, RealmList list) { method setIntegerList (line 580) | public void setIntegerList(String fieldName, RealmList list) { method setLongList (line 589) | public void setLongList(String fieldName, RealmList list) { method setBooleanList (line 598) | public void setBooleanList(String fieldName, RealmList list) { method setByteArrayList (line 607) | public void setByteArrayList(String fieldName, RealmList list) { method setDateList (line 616) | public void setDateList(String fieldName, RealmList list) { method setFloatList (line 625) | public void setFloatList(String fieldName, RealmList list) { method setDoubleList (line 634) | public void setDoubleList(String fieldName, RealmList list) { method setModelList (line 643) | public void setModelList(String fieldName, RealmList list) { method setDecimal128List (line 652) | public void setDecimal128List(String fieldName, RealmList ... method setObjectIdList (line 661) | public void setObjectIdList(String fieldName, RealmList list) { method setUUIDList (line 670) | public void setUUIDList(String fieldName, RealmList list) { method addListener (line 679) | public void addListener(T observer, OrderedRealmCollectionChangeLi... method addListener (line 687) | public void addListener(T observer, RealmChangeListener listene... method removeListener (line 691) | public void removeListener(T observer, OrderedRealmCollectionChang... method removeListener (line 698) | public void removeListener(T observer, RealmChangeListener list... method removeAllListeners (line 702) | public void removeAllListeners() { method isValid (line 707) | public boolean isValid() { method notifyChangeListeners (line 712) | @Override method getMode (line 730) | public Mode getMode() { method isLoaded (line 745) | public boolean isLoaded() { method load (line 749) | public void load() { method stringDescriptor (line 765) | private static long stringDescriptor(long nativePtr, String descriptor... method nativeGetFinalizerPtr (line 777) | private static native long nativeGetFinalizerPtr(); method nativeCreateResults (line 779) | protected static native long nativeCreateResults(long sharedRealmNativ... method nativeCreateSnapshot (line 781) | private static native long nativeCreateSnapshot(long nativePtr); method nativeFreeze (line 783) | private static native long nativeFreeze(long nativePtr, long frozenRea... method nativeGetRow (line 785) | private static native long nativeGetRow(long nativePtr, int index); method nativeFirstRow (line 787) | private static native long nativeFirstRow(long nativePtr); method nativeLastRow (line 789) | private static native long nativeLastRow(long nativePtr); method nativeContains (line 791) | private static native boolean nativeContains(long nativePtr, long nati... method nativeClear (line 793) | private static native void nativeClear(long nativePtr); method nativeSize (line 795) | private static native long nativeSize(long nativePtr); method nativeAggregate (line 797) | private static native Object nativeAggregate(long nativePtr, long colu... method nativeStringDescriptor (line 799) | private static native long nativeStringDescriptor(long nativePtr, Stri... method nativeDeleteFirst (line 801) | private static native boolean nativeDeleteFirst(long nativePtr); method nativeDeleteLast (line 803) | private static native boolean nativeDeleteLast(long nativePtr); method nativeDelete (line 805) | private static native void nativeDelete(long nativePtr, long index); method nativeSetNull (line 807) | private static native void nativeSetNull(long nativePtr, String fieldN... method nativeSetBoolean (line 809) | private static native void nativeSetBoolean(long nativePtr, String fie... method nativeSetInt (line 811) | private static native void nativeSetInt(long nativePtr, String fieldNa... method nativeSetFloat (line 813) | private static native void nativeSetFloat(long nativePtr, String field... method nativeSetDouble (line 815) | private static native void nativeSetDouble(long nativePtr, String fiel... method nativeSetString (line 817) | private static native void nativeSetString(long nativePtr, String fiel... method nativeSetBinary (line 819) | private static native void nativeSetBinary(long nativePtr, String fiel... method nativeSetTimestamp (line 821) | private static native void nativeSetTimestamp(long nativePtr, String f... method nativeSetDecimal128 (line 823) | private static native void nativeSetDecimal128(long nativePtr, String ... method nativeSetObjectId (line 825) | private static native void nativeSetObjectId(long nativePtr, String fi... method nativeSetUUID (line 827) | private static native void nativeSetUUID(long nativePtr, String fieldN... method nativeSetObject (line 829) | private static native void nativeSetObject(long nativePtr, String fiel... method nativeSetList (line 831) | private static native void nativeSetList(long nativePtr, String fieldN... method nativeStartListening (line 834) | private native void nativeStartListening(long nativePtr); method nativeStopListening (line 836) | private native void nativeStopListening(long nativePtr); method nativeGetTable (line 838) | private static native long nativeGetTable(long nativePtr); method nativeWhere (line 840) | private static native long nativeWhere(long nativePtr); method toJSON (line 842) | private static native String toJSON(long nativePtr, int maxDepth); method nativeIndexOf (line 844) | private static native long nativeIndexOf(long nativePtr, long rowNativ... method nativeIsValid (line 846) | private static native boolean nativeIsValid(long nativePtr); method nativeGetMode (line 848) | private static native byte nativeGetMode(long nativePtr); method nativeCreateResultsFromBacklinks (line 850) | private static native long nativeCreateResultsFromBacklinks(long share... method nativeEvaluateQueryIfNeeded (line 852) | private static native void nativeEvaluateQueryIfNeeded(long nativePtr,... method nativeGetValue (line 854) | private static native Object nativeGetValue(long nativePtr, int index); FILE: realm/realm-library/src/main/java/io/realm/internal/OsSchemaInfo.java class OsSchemaInfo (line 28) | public class OsSchemaInfo implements NativeObject { method OsSchemaInfo (line 40) | public OsSchemaInfo(java.util.Collection objectSch... method OsSchemaInfo (line 56) | OsSchemaInfo(long nativePtr, OsSharedRealm sharedRealm) { method convertObjectSchemaInfoListToNativePointerArray (line 61) | private static long[] convertObjectSchemaInfoListToNativePointerArray( method getObjectSchemaInfo (line 73) | public OsObjectSchemaInfo getObjectSchemaInfo(String className) { method getNativePtr (line 77) | @Override method getNativeFinalizerPtr (line 82) | @Override method nativeCreateFromList (line 87) | private static native long nativeCreateFromList(long[] objectSchemaPtrs); method nativeGetFinalizerPtr (line 89) | private static native long nativeGetFinalizerPtr(); method nativeGetObjectSchemaInfo (line 92) | private static native long nativeGetObjectSchemaInfo(long nativePtr, S... FILE: realm/realm-library/src/main/java/io/realm/internal/OsSet.java class OsSet (line 31) | public class OsSet implements NativeObject, OsCollection { type ExternalCollectionOperation (line 34) | public enum ExternalCollectionOperation { method OsSet (line 53) | public OsSet(UncheckedRow row, long columnKey) { method OsSet (line 68) | private OsSet(OsSharedRealm osSharedRealm, long nativePtr, @Nullable T... method getTargetTable (line 76) | public Table getTargetTable() { method getNativePtr (line 80) | @Override method getNativeFinalizerPtr (line 85) | @Override method isValid (line 90) | @Override method getQuery (line 95) | public TableQuery getQuery() { method deleteAll (line 99) | public void deleteAll() { method getValueAtIndex (line 103) | public Object getValueAtIndex(int position) { method size (line 107) | public long size() { method collectionFunnel (line 111) | public boolean collectionFunnel(NativeRealmAnyCollection collection, method contains (line 131) | public boolean contains(@Nullable Boolean value) { method add (line 139) | public boolean add(@Nullable Boolean value) { method remove (line 149) | public boolean remove(@Nullable Boolean value) { method contains (line 163) | public boolean contains(@Nullable String value) { method add (line 171) | public boolean add(@Nullable String value) { method remove (line 181) | public boolean remove(@Nullable String value) { method add (line 195) | public boolean add(@Nullable Integer value) { method remove (line 205) | public boolean remove(@Nullable Integer value) { method contains (line 219) | public boolean contains(@Nullable Long value) { method add (line 227) | public boolean add(@Nullable Long value) { method remove (line 237) | public boolean remove(@Nullable Long value) { method add (line 251) | public boolean add(@Nullable Short value) { method remove (line 261) | public boolean remove(@Nullable Short value) { method add (line 275) | public boolean add(@Nullable Byte value) { method remove (line 285) | public boolean remove(@Nullable Byte value) { method contains (line 299) | public boolean contains(@Nullable Float value) { method add (line 307) | public boolean add(@Nullable Float value) { method remove (line 317) | public boolean remove(@Nullable Float value) { method contains (line 331) | public boolean contains(@Nullable Double value) { method add (line 339) | public boolean add(@Nullable Double value) { method remove (line 349) | public boolean remove(@Nullable Double value) { method contains (line 363) | public boolean contains(@Nullable byte[] value) { method add (line 371) | public boolean add(@Nullable byte[] value) { method remove (line 381) | public boolean remove(@Nullable byte[] value) { method contains (line 395) | public boolean contains(@Nullable Date value) { method add (line 403) | public boolean add(@Nullable Date value) { method remove (line 413) | public boolean remove(@Nullable Date value) { method contains (line 427) | public boolean contains(@Nullable Decimal128 value) { method add (line 435) | public boolean add(@Nullable Decimal128 value) { method remove (line 445) | public boolean remove(@Nullable Decimal128 value) { method contains (line 459) | public boolean contains(@Nullable ObjectId value) { method add (line 467) | public boolean add(@Nullable ObjectId value) { method remove (line 477) | public boolean remove(@Nullable ObjectId value) { method contains (line 491) | public boolean contains(@Nullable UUID value) { method add (line 499) | public boolean add(@Nullable UUID value) { method remove (line 509) | public boolean remove(@Nullable UUID value) { method containsRow (line 523) | public boolean containsRow(long rowPtr) { method addRow (line 527) | public boolean addRow(long rowPtr) { method removeRow (line 532) | public boolean removeRow(long rowPtr) { method getRow (line 537) | public long getRow(int index) { method containsRealmAny (line 545) | public boolean containsRealmAny(long realmAnyPtr) { method addRealmAny (line 549) | public boolean addRealmAny(long realmAnyPtr) { method removeRealmAny (line 554) | public boolean removeRealmAny(long realmAnyPtr) { method getRealmAny (line 559) | public long getRealmAny(int index) { method containsAll (line 567) | public boolean containsAll(OsSet otherRealmSet) { method union (line 571) | public boolean union(OsSet otherRealmSet) { method asymmetricDifference (line 575) | public boolean asymmetricDifference(OsSet otherSet) { method intersect (line 579) | public boolean intersect(OsSet otherSet) { method clear (line 583) | public void clear() { method freeze (line 587) | public OsSet freeze(OsSharedRealm frozenSharedRealm) { method startListening (line 596) | public void startListening(ObservableSet observableSet) { method stopListening (line 600) | public void stopListening() { method notifyChangeListeners (line 604) | public void notifyChangeListeners(long nativeChangeSetPtr, method retainAllInternal (line 619) | private boolean retainAllInternal(NativeRealmAnyCollection collection) { method nativeGetFinalizerPtr (line 634) | private static native long nativeGetFinalizerPtr(); method nativeCreate (line 636) | private static native long[] nativeCreate(long sharedRealmPtr, long na... method nativeIsValid (line 638) | private static native boolean nativeIsValid(long nativePtr); method nativeGetQuery (line 640) | private static native long nativeGetQuery(long nativePtr); method nativeDeleteAll (line 642) | private static native void nativeDeleteAll(long nativePtr); method nativeGetValueAtIndex (line 644) | private static native Object nativeGetValueAtIndex(long nativePtr, int... method nativeSize (line 646) | private static native long nativeSize(long nativePtr); method nativeContainsNull (line 648) | private static native boolean nativeContainsNull(long nativePtr); method nativeContainsBoolean (line 650) | private static native boolean nativeContainsBoolean(long nativePtr, bo... method nativeContainsString (line 652) | private static native boolean nativeContainsString(long nativePtr, Str... method nativeContainsLong (line 654) | private static native boolean nativeContainsLong(long nativePtr, long ... method nativeContainsFloat (line 656) | private static native boolean nativeContainsFloat(long nativePtr, floa... method nativeContainsDouble (line 658) | private static native boolean nativeContainsDouble(long nativePtr, dou... method nativeContainsBinary (line 660) | private static native boolean nativeContainsBinary(long nativePtr, byt... method nativeContainsDate (line 662) | private static native boolean nativeContainsDate(long nativePtr, long ... method nativeContainsDecimal128 (line 664) | private static native boolean nativeContainsDecimal128(long nativePtr,... method nativeContainsObjectId (line 666) | private static native boolean nativeContainsObjectId(long nativePtr, S... method nativeContainsUUID (line 668) | private static native boolean nativeContainsUUID(long nativePtr, Strin... method nativeContainsRow (line 670) | private static native boolean nativeContainsRow(long nativePtr, long r... method nativeContainsRealmAny (line 672) | private static native boolean nativeContainsRealmAny(long nativePtr, l... method nativeAddNull (line 674) | private static native long[] nativeAddNull(long nativePtr); method nativeAddBoolean (line 676) | private static native long[] nativeAddBoolean(long nativePtr, boolean ... method nativeAddString (line 678) | private static native long[] nativeAddString(long nativePtr, String va... method nativeAddLong (line 680) | private static native long[] nativeAddLong(long nativePtr, long value); method nativeAddFloat (line 682) | private static native long[] nativeAddFloat(long nativePtr, float value); method nativeAddDouble (line 684) | private static native long[] nativeAddDouble(long nativePtr, double va... method nativeAddBinary (line 686) | private static native long[] nativeAddBinary(long nativePtr, byte[] va... method nativeAddDate (line 688) | private static native long[] nativeAddDate(long nativePtr, long value); method nativeAddDecimal128 (line 690) | private static native long[] nativeAddDecimal128(long nativePtr, long ... method nativeAddObjectId (line 692) | private static native long[] nativeAddObjectId(long nativePtr, String ... method nativeAddUUID (line 694) | private static native long[] nativeAddUUID(long nativePtr, String value); method nativeAddRow (line 696) | private static native long[] nativeAddRow(long nativePtr, long rowPtr); method nativeAddRealmAny (line 698) | private static native long[] nativeAddRealmAny(long nativePtr, long re... method nativeRemoveNull (line 700) | private static native long[] nativeRemoveNull(long nativePtr); method nativeRemoveBoolean (line 702) | private static native long[] nativeRemoveBoolean(long nativePtr, boole... method nativeRemoveString (line 704) | private static native long[] nativeRemoveString(long nativePtr, String... method nativeRemoveLong (line 706) | private static native long[] nativeRemoveLong(long nativePtr, long val... method nativeRemoveFloat (line 708) | private static native long[] nativeRemoveFloat(long nativePtr, float v... method nativeRemoveDouble (line 710) | private static native long[] nativeRemoveDouble(long nativePtr, double... method nativeRemoveBinary (line 712) | private static native long[] nativeRemoveBinary(long nativePtr, byte[]... method nativeRemoveDate (line 714) | private static native long[] nativeRemoveDate(long nativePtr, long val... method nativeRemoveDecimal128 (line 716) | private static native long[] nativeRemoveDecimal128(long nativePtr, lo... method nativeRemoveObjectId (line 718) | private static native long[] nativeRemoveObjectId(long nativePtr, Stri... method nativeRemoveUUID (line 720) | private static native long[] nativeRemoveUUID(long nativePtr, String v... method nativeRemoveRow (line 722) | private static native long[] nativeRemoveRow(long nativePtr, long rowP... method nativeRemoveRealmAny (line 724) | private static native long[] nativeRemoveRealmAny(long nativePtr, long... method nativeGetRow (line 726) | private static native long nativeGetRow(long nativePtr, int index); method nativeGetRealmAny (line 728) | private static native long nativeGetRealmAny(long nativePtr, int index); method nativeContainsAllRealmAnyCollection (line 730) | private static native boolean nativeContainsAllRealmAnyCollection(long... method nativeContainsAll (line 732) | private static native boolean nativeContainsAll(long nativePtr, long o... method nativeUnion (line 734) | private static native boolean nativeUnion(long nativePtr, long otherRe... method nativeAddAllRealmAnyCollection (line 736) | private static native boolean nativeAddAllRealmAnyCollection(long nati... method nativeAsymmetricDifference (line 738) | private static native boolean nativeAsymmetricDifference(long nativePt... method nativeRemoveAllRealmAnyCollection (line 740) | private static native boolean nativeRemoveAllRealmAnyCollection(long n... method nativeIntersect (line 742) | private static native boolean nativeIntersect(long nativePtr, long oth... method nativeRetainAllRealmAnyCollection (line 744) | private static native boolean nativeRetainAllRealmAnyCollection(long n... method nativeClear (line 746) | private static native void nativeClear(long nativePtr); method nativeFreeze (line 748) | private static native long nativeFreeze(long nativePtr, long frozenRea... method nativeStartListening (line 750) | private static native void nativeStartListening(long nativePtr, Observ... method nativeStopListening (line 752) | private static native void nativeStopListening(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/OsSharedRealm.java class OsSharedRealm (line 36) | @Keep class VersionID (line 39) | public static class VersionID implements Comparable { method VersionID (line 48) | VersionID(long version, long index) { method compareTo (line 53) | @Override method toString (line 68) | @Override method equals (line 76) | @Override method hashCode (line 89) | @Override type MigrationCallback (line 100) | @Keep method onMigrationNeeded (line 111) | void onMigrationNeeded(OsSharedRealm sharedRealm, long oldVersion, l... type InitializationCallback (line 117) | @Keep method onInit (line 122) | void onInit(OsSharedRealm sharedRealm); type SchemaChangedCallback (line 128) | @Keep method onSchemaChanged (line 131) | @SuppressWarnings("unused") method OsSharedRealm (line 167) | private OsSharedRealm(OsRealmConfig osRealmConfig, VersionID version) { method OsSharedRealm (line 206) | OsSharedRealm(long nativeSharedRealmPtr, OsRealmConfig osRealmConfig) { method OsSharedRealm (line 227) | OsSharedRealm(long nativeSharedRealmPtr, OsRealmConfig osRealmConfig, ... method getInstance (line 246) | public static OsSharedRealm getInstance(RealmConfiguration config, Ver... method getInstance (line 257) | public static OsSharedRealm getInstance(OsRealmConfig.Builder configBu... method initialize (line 263) | public static void initialize(File tempDirectory) { method getTemporaryDirectory (line 281) | public static File getTemporaryDirectory() { method beginTransaction (line 285) | public void beginTransaction() { method commitTransaction (line 291) | public void commitTransaction() { method cancelTransaction (line 295) | public void cancelTransaction() { method isInTransaction (line 299) | public boolean isInTransaction() { method hasTable (line 303) | public boolean hasTable(String name) { method getTable (line 314) | public Table getTable(String name) { method createTable (line 326) | public Table createTable(String name) { method createTableWithPrimaryKey (line 341) | public Table createTableWithPrimaryKey(String tableName, String primar... method renameTable (line 346) | public void renameTable(String oldName, String newName) { method getTablesNames (line 354) | public String[] getTablesNames() { method size (line 359) | public long size() { method getPath (line 363) | public String getPath() { method isEmpty (line 367) | public boolean isEmpty() { method refresh (line 371) | public void refresh() { method getVersionID (line 378) | public OsSharedRealm.VersionID getVersionID() { method getSubscriptions (line 386) | @ObjectServer method isClosed (line 396) | public boolean isClosed() { method writeCopy (line 400) | public void writeCopy(File file, @Nullable byte[] key) { method compact (line 421) | public boolean compact() { method setAutoRefresh (line 425) | public void setAutoRefresh(boolean enabled) { method waitForChange (line 430) | public boolean waitForChange() { method stopWaitForChange (line 434) | public void stopWaitForChange() { method isAutoRefresh (line 438) | public boolean isAutoRefresh() { method getConfiguration (line 442) | public RealmConfiguration getConfiguration() { method getNumberOfVersions (line 446) | public long getNumberOfVersions() { method close (line 450) | @Override method getNativePtr (line 462) | @Override method getNativeFinalizerPtr (line 467) | @Override method getSchemaInfo (line 475) | public OsSchemaInfo getSchemaInfo() { method registerSchemaChangedCallback (line 485) | public void registerSchemaChangedCallback(SchemaChangedCallback callba... method isSyncRealm (line 492) | public boolean isSyncRealm() { method isFrozen (line 499) | public boolean isFrozen() { method freeze (line 506) | public OsSharedRealm freeze() { method addIterator (line 514) | void addIterator(OsResults.Iterator iterator) { method detachIterators (line 519) | private void detachIterators() { method invalidateIterators (line 530) | void invalidateIterators() { method addPendingRow (line 547) | void addPendingRow(PendingRow pendingRow) { method removePendingRow (line 552) | void removePendingRow(PendingRow pendingRow) { method executePendingRowQueries (line 562) | private void executePendingRowQueries() { method runMigrationCallback (line 578) | @SuppressWarnings("unused") method runInitializationCallback (line 590) | @SuppressWarnings("unused") method nativeInit (line 595) | private static native void nativeInit(String temporaryDirectoryPath); method nativeGetSharedRealm (line 597) | private static native long nativeGetSharedRealm(long nativeConfigPtr, ... method nativeCloseSharedRealm (line 599) | private static native void nativeCloseSharedRealm(long nativeSharedRea... method nativeIsClosed (line 601) | private static native boolean nativeIsClosed(long nativeSharedRealmPtr); method nativeBeginTransaction (line 603) | private static native void nativeBeginTransaction(long nativeSharedRea... method nativeCommitTransaction (line 605) | private static native void nativeCommitTransaction(long nativeSharedRe... method nativeCancelTransaction (line 607) | private static native void nativeCancelTransaction(long nativeSharedRe... method nativeIsInTransaction (line 609) | private static native boolean nativeIsInTransaction(long nativeSharedR... method nativeIsEmpty (line 611) | private static native boolean nativeIsEmpty(long nativeSharedRealmPtr); method nativeRefresh (line 613) | private static native void nativeRefresh(long nativeSharedRealmPtr); method nativeGetVersionID (line 615) | private static native long[] nativeGetVersionID(long nativeSharedRealm... method nativeGetTableRef (line 618) | private static native long nativeGetTableRef(long nativeSharedRealmPtr... method nativeCreateTable (line 621) | private static native long nativeCreateTable(long nativeSharedRealmPtr... method nativeCreateTableWithPrimaryKeyField (line 625) | private static native long nativeCreateTableWithPrimaryKeyField(long n... method nativeGetTablesName (line 629) | private static native String[] nativeGetTablesName(long nativeSharedRe... method nativeHasTable (line 631) | private static native boolean nativeHasTable(long nativeSharedRealmPtr... method nativeRenameTable (line 633) | private static native void nativeRenameTable(long nativeSharedRealmPtr... method nativeSize (line 635) | private static native long nativeSize(long nativeSharedRealmPtr); method nativeWriteCopy (line 637) | private static native void nativeWriteCopy(long nativeSharedRealmPtr, ... method nativeWaitForChange (line 639) | private static native boolean nativeWaitForChange(long nativeSharedRea... method nativeStopWaitForChange (line 641) | private static native void nativeStopWaitForChange(long nativeSharedRe... method nativeCompact (line 643) | private static native boolean nativeCompact(long nativeSharedRealmPtr); method nativeSetAutoRefresh (line 645) | private static native void nativeSetAutoRefresh(long nativePtr, boolea... method nativeIsAutoRefresh (line 647) | private static native boolean nativeIsAutoRefresh(long nativePtr); method nativeGetFinalizerPtr (line 649) | private static native long nativeGetFinalizerPtr(); method nativeGetSchemaInfo (line 652) | private static native long nativeGetSchemaInfo(long nativePtr); method nativeRegisterSchemaChangedCallback (line 654) | private static native void nativeRegisterSchemaChangedCallback(long na... method nativeIsFrozen (line 656) | private static native boolean nativeIsFrozen(long nativePtr); method nativeFreeze (line 658) | private static native long nativeFreeze(long nativePtr); method nativeNumberOfVersions (line 660) | private static native long nativeNumberOfVersions(long nativePtr); method nativeGetLatestSubscriptionSet (line 662) | private static native long nativeGetLatestSubscriptionSet(long realmNa... method nativeGetActiveSubscriptionSet (line 663) | private static native long nativeGetActiveSubscriptionSet(long realmNa... FILE: realm/realm-library/src/main/java/io/realm/internal/PendingRow.java class PendingRow (line 24) | public class PendingRow implements Row { type FrontEnd (line 27) | public interface FrontEnd { method onQueryFinished (line 29) | void onQueryFinished(Row row); method PendingRow (line 44) | public PendingRow(OsSharedRealm sharedRealm, TableQuery query, method setFrontEnd (line 61) | public void setFrontEnd(FrontEnd frontEnd) { method getColumnCount (line 65) | @Override method getColumnNames (line 70) | @Override method getColumnKey (line 75) | @Override method getColumnType (line 80) | @Override method getTable (line 85) | @Override method getObjectKey (line 90) | @Override method getLong (line 95) | @Override method getBoolean (line 100) | @Override method getFloat (line 105) | @Override method getDouble (line 110) | @Override method getDate (line 115) | @Override method getString (line 120) | @Override method getBinaryByteArray (line 125) | @Override method getDecimal128 (line 130) | @Override method getObjectId (line 135) | @Override method getUUID (line 140) | @Override method getNativeRealmAny (line 145) | @Override method getLink (line 150) | @Override method isNullLink (line 155) | @Override method getModelList (line 160) | @Override method getValueList (line 165) | @Override method getRealmAnyMap (line 170) | @Override method getModelMap (line 175) | @Override method getValueMap (line 180) | @Override method getRealmAnySet (line 185) | @Override method getModelSet (line 190) | @Override method getValueSet (line 195) | @Override method setLong (line 200) | @Override method setBoolean (line 205) | @Override method setFloat (line 210) | @Override method setDouble (line 215) | @Override method setDate (line 220) | @Override method setString (line 225) | @Override method setRealmAny (line 230) | @Override method setBinaryByteArray (line 235) | @Override method setLink (line 240) | @Override method nullifyLink (line 245) | @Override method isNull (line 250) | @Override method setNull (line 255) | @Override method setDecimal128 (line 260) | @Override method setObjectId (line 265) | @Override method setUUID (line 270) | @Override method createEmbeddedObject (line 275) | @Override method isValid (line 280) | @Override method checkIfAttached (line 285) | @Override method hasColumn (line 290) | @Override method freeze (line 295) | @Override method isLoaded (line 300) | @Override method clearPendingCollection (line 305) | private void clearPendingCollection() { method notifyFrontEnd (line 312) | private void notifyFrontEnd() { method executeQuery (line 345) | public void executeQuery() { FILE: realm/realm-library/src/main/java/io/realm/internal/Property.java class Property (line 65) | public class Property implements NativeObject { method Property (line 110) | Property(long nativePtr) { method convertFromRealmFieldType (line 115) | static int convertFromRealmFieldType(RealmFieldType fieldType, boolean... method convertToRealmFieldType (line 275) | private static RealmFieldType convertToRealmFieldType(int propertyType) { method getType (line 384) | public RealmFieldType getType() { method getLinkedObjectName (line 388) | public String getLinkedObjectName() { method getColumnKey (line 392) | public long getColumnKey() { method getNativePtr (line 396) | @Override method getNativeFinalizerPtr (line 401) | @Override method nativeGetFinalizerPtr (line 406) | private static native long nativeGetFinalizerPtr(); method nativeCreatePersistedProperty (line 410) | static native long nativeCreatePersistedProperty(String internalName, method nativeCreatePersistedLinkProperty (line 416) | static native long nativeCreatePersistedLinkProperty(String internalNa... method nativeCreateComputedLinkProperty (line 418) | static native long nativeCreateComputedLinkProperty(String name, Strin... method nativeGetType (line 420) | private static native int nativeGetType(long nativePtr); method nativeGetColumnKey (line 422) | private static native long nativeGetColumnKey(long nativePtr); method nativeGetLinkedObjectName (line 425) | private static native String nativeGetLinkedObjectName(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/RealmAnyNativeFunctions.java type RealmAnyNativeFunctions (line 25) | public interface RealmAnyNativeFunctions { method handleItem (line 26) | void handleItem(long listPtr, RealmAny realmAny); method handleItem (line 28) | void handleItem(long listPtr, Map.Entry realmAny); method callRawPredicate (line 30) | void callRawPredicate(TableQuery query, @Nullable OsKeyPathMapping map... FILE: realm/realm-library/src/main/java/io/realm/internal/RealmCore.java class RealmCore (line 33) | public class RealmCore { method osIsWindows (line 42) | public static boolean osIsWindows() { method loadLibrary (line 56) | public static synchronized void loadLibrary(Context context) { method loadLibraryWindows (line 64) | private static String loadLibraryWindows() { method loadCorrectLibrary (line 89) | private static String loadCorrectLibrary(String... libraryCandidateNam... method addNativeLibraryPath (line 100) | public static void addNativeLibraryPath(String path) { method resetLibraryPath (line 114) | private static void resetLibraryPath() { FILE: realm/realm-library/src/main/java/io/realm/internal/RealmNotifier.java class RealmNotifier (line 32) | @Keep class RealmObserverPair (line 52) | private static class RealmObserverPair extends ObserverPairList.Obs... method RealmObserverPair (line 53) | RealmObserverPair(T observer, RealmChangeListener listener) { method onChange (line 57) | private void onChange(T observer) { method onCalled (line 68) | @Override method RealmNotifier (line 77) | protected RealmNotifier(@Nullable OsSharedRealm sharedRealm) { method didChange (line 106) | @SuppressWarnings("unused") method beforeNotify (line 128) | @SuppressWarnings("unused") method willSendNotifications (line 137) | void willSendNotifications() { method didSendNotifications (line 144) | void didSendNotifications() { method close (line 153) | @Override method addChangeListener (line 160) | public void addChangeListener(T observer, RealmChangeListener r... method removeChangeListener (line 165) | public void removeChangeListener(E observer, RealmChangeListener void removeChangeListeners(E observer) { method removeAllChangeListeners (line 175) | private void removeAllChangeListeners() { method addTransactionCallback (line 179) | public void addTransactionCallback(Runnable runnable) { method post (line 188) | public abstract boolean post(Runnable runnable); method getListenersListSize (line 190) | public int getListenersListSize() { method addBeginSendingNotificationsCallback (line 194) | public void addBeginSendingNotificationsCallback(Runnable runnable) { method addFinishedSendingNotificationsCallback (line 198) | public void addFinishedSendingNotificationsCallback(Runnable runnable) { FILE: realm/realm-library/src/main/java/io/realm/internal/RealmObjectProxy.java type RealmObjectProxy (line 29) | public interface RealmObjectProxy extends RealmModel { method realm$injectObjectContext (line 31) | void realm$injectObjectContext(); method realmGet$proxyState (line 33) | ProxyState realmGet$proxyState(); class CacheData (line 38) | class CacheData { method CacheData (line 43) | public CacheData(int minDepth, E object) { FILE: realm/realm-library/src/main/java/io/realm/internal/RealmProxyMediator.java class RealmProxyMediator (line 45) | public abstract class RealmProxyMediator { method getExpectedObjectSchemaInfoMap (line 53) | public abstract Map, OsObjectSchemaInfo> g... method createColumnInfo (line 62) | public abstract ColumnInfo createColumnInfo(Class cla... method getSimpleClassNameImpl (line 82) | protected abstract String getSimpleClassNameImpl(Class Class getClazz(String className) { method getClazzImpl (line 102) | protected abstract Class getClazzImpl(String... method hasPrimaryKey (line 110) | public boolean hasPrimaryKey(Class clazz){ method hasPrimaryKeyImpl (line 120) | protected abstract boolean hasPrimaryKeyImpl(Class E newInstance(Class clazz, method getModelClasses (line 145) | public abstract Set> getModelClasses(); method copyOrUpdate (line 159) | public abstract E copyOrUpdate(Realm realm, E o... method insert (line 172) | public abstract long insert(Realm realm, RealmModel object, Map E createOrUpdateUsingJsonObject... method createUsingJsonStream (line 229) | public abstract E createUsingJsonStream(Class E createDetachedCopy(E realmObj... method isEmbedded (line 245) | public abstract boolean isEmbedded(Class cla... method updateEmbeddedObject (line 257) | public abstract void updateEmbeddedObject(Realm... method transformerApplied (line 266) | public boolean transformerApplied() { method equals (line 270) | @Override method hashCode (line 279) | @Override method checkClass (line 284) | protected static void checkClass(Class clazz) { method checkClassName (line 291) | protected static void checkClassName(String className) { method getMissingProxyClassException (line 298) | protected static RealmException getMissingProxyClassException(Class getOriginalModelClass(Class<... method getStackTrace (line 91) | public static String getStackTrace(final Throwable throwable) { method isEmulator (line 99) | public static boolean isEmulator() { method isEmptyString (line 110) | public static boolean isEmptyString(@Nullable String str) { method deleteRealm (line 121) | public static boolean deleteRealm(String canonicalPath, File realmFold... method toSet (line 168) | public static Set toSet(T... items) { method checkEmpty (line 184) | public static void checkEmpty(String argValue, String argName) { method checkNull (line 190) | public static void checkNull(@Nullable Object argValue, String argName) { method checkLooperThread (line 196) | public static void checkLooperThread(String errorMessage) { method checkNotOnMainThread (line 201) | public static void checkNotOnMainThread(String errorMessage) { method isRxJavaAvailable (line 212) | @SuppressWarnings("LiteralClassName") method isCoroutinesAvailable (line 230) | public static synchronized boolean isCoroutinesAvailable() { method checkContainsKey (line 250) | public static void checkContainsKey(final String key, final Map getClassForName(String className) { FILE: realm/realm-library/src/main/java/io/realm/internal/android/AndroidCapabilities.java class AndroidCapabilities (line 29) | public class AndroidCapabilities implements Capabilities { method AndroidCapabilities (line 41) | public AndroidCapabilities() { method canDeliverNotification (line 46) | @Override method checkCanDeliverNotification (line 51) | @Override method isMainThread (line 63) | @Override method hasLooper (line 68) | private boolean hasLooper() { method isIntentServiceThread (line 72) | private static boolean isIntentServiceThread() { FILE: realm/realm-library/src/main/java/io/realm/internal/android/AndroidRealmNotifier.java class AndroidRealmNotifier (line 17) | @Keep method AndroidRealmNotifier (line 21) | public AndroidRealmNotifier(@Nullable OsSharedRealm sharedRealm, Capab... method post (line 30) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/android/ISO8601Utils.java class ISO8601Utils (line 37) | public class ISO8601Utils { method parse (line 68) | public static Date parse(String date, ParsePosition pos) throws ParseE... method checkOffset (line 235) | private static boolean checkOffset(String value, int offset, char expe... method parseInt (line 248) | private static int parseInt(String value, int beginIndex, int endIndex... method indexOfNonDigit (line 277) | private static int indexOfNonDigit(String string, int offset) { FILE: realm/realm-library/src/main/java/io/realm/internal/android/JsonUtils.java class JsonUtils (line 32) | public class JsonUtils { method stringToDate (line 47) | @Nullable method stringToBytes (line 82) | public static byte[] stringToBytes(String str) { FILE: realm/realm-library/src/main/java/io/realm/internal/android/TypeUtils.java class TypeUtils (line 19) | public class TypeUtils { method convertNonPrimitiveBinaryToPrimitive (line 20) | public static byte[] convertNonPrimitiveBinaryToPrimitive(Byte[] bytes) { method convertPrimitiveBinaryToNonPrimitive (line 31) | public static Byte[] convertPrimitiveBinaryToNonPrimitive(byte[] bytes) { FILE: realm/realm-library/src/main/java/io/realm/internal/async/BadVersionException.java class BadVersionException (line 26) | @Keep method BadVersionException (line 29) | public BadVersionException(String detailMessage) { method BadVersionException (line 33) | public BadVersionException(String detailMessage, Throwable exception) { FILE: realm/realm-library/src/main/java/io/realm/internal/async/BgPriorityCallable.java class BgPriorityCallable (line 26) | public class BgPriorityCallable implements Callable { method BgPriorityCallable (line 29) | BgPriorityCallable(Callable callable) { method call (line 33) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/async/BgPriorityRunnable.java class BgPriorityRunnable (line 23) | public class BgPriorityRunnable implements Runnable { method BgPriorityRunnable (line 26) | BgPriorityRunnable(Runnable runnable) { method run (line 30) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/async/RealmAsyncTaskImpl.java class RealmAsyncTaskImpl (line 25) | public final class RealmAsyncTaskImpl implements RealmAsyncTask { method RealmAsyncTaskImpl (line 30) | public RealmAsyncTaskImpl(Future pendingTask, ThreadPoolExecutor se... method cancel (line 38) | @Override method isCancelled (line 58) | @Override FILE: realm/realm-library/src/main/java/io/realm/internal/async/RealmThreadPoolExecutor.java class RealmThreadPoolExecutor (line 37) | public class RealmThreadPoolExecutor extends ThreadPoolExecutor { method newDefaultExecutor (line 51) | public static RealmThreadPoolExecutor newDefaultExecutor() { method newSingleThreadExecutor (line 58) | public static RealmThreadPoolExecutor newSingleThreadExecutor() { method calculateCorePoolSize (line 69) | @SuppressFBWarnings("DMI_HARDCODED_ABSOLUTE_FILENAME") method countFilesInDir (line 83) | private static int countFilesInDir(String dirPath, String pattern) { method RealmThreadPoolExecutor (line 98) | private RealmThreadPoolExecutor(int corePoolSize, int maxPoolSize) { method submitTransaction (line 110) | public Future submitTransaction(Runnable task) { method beforeExecute (line 121) | @Override method pause (line 137) | public void pause() { method resume (line 149) | public void resume() { FILE: realm/realm-library/src/main/java/io/realm/internal/modules/CompositeMediator.java class CompositeMediator (line 48) | public class CompositeMediator extends RealmProxyMediator { method CompositeMediator (line 53) | public CompositeMediator(RealmProxyMediator... mediators) { method getExpectedObjectSchemaInfoMap (line 82) | @Override method createColumnInfo (line 91) | @Override method getSimpleClassNameImpl (line 97) | @Override method getClazzImpl (line 103) | @Override method hasPrimaryKeyImpl (line 109) | @Override method newInstance (line 115) | @Override method getModelClasses (line 126) | @Override method copyOrUpdate (line 131) | @Override method insert (line 137) | @Override method insert (line 143) | @Override method insertOrUpdate (line 149) | @Override method insertOrUpdate (line 155) | @Override method createOrUpdateUsingJsonObject (line 161) | @Override method createUsingJsonStream (line 167) | @Override method createDetachedCopy (line 173) | @Override method isEmbedded (line 179) | @Override method updateEmbeddedObject (line 185) | @Override method transformerApplied (line 191) | @Override method getMediator (line 202) | private RealmProxyMediator getMediator(Class cla... method getMediator (line 211) | private RealmProxyMediator getMediator(String className) { FILE: realm/realm-library/src/main/java/io/realm/internal/modules/FilterableMediator.java class FilterableMediator (line 49) | public class FilterableMediator extends RealmProxyMediator { method FilterableMediator (line 60) | public FilterableMediator(RealmProxyMediator originalMediator, Collect... method FilterableMediator (line 71) | public FilterableMediator(RealmProxyMediator originalMediator, Collect... method getExpectedObjectSchemaInfoMap (line 96) | @Override method createColumnInfo (line 108) | @Override method getSimpleClassNameImpl (line 114) | @Override method getClazzImpl (line 120) | @Override method hasPrimaryKeyImpl (line 125) | @Override method newInstance (line 130) | @Override method getModelClasses (line 141) | @Override method copyOrUpdate (line 146) | @Override method insert (line 152) | @Override method insert (line 158) | @Override method insertOrUpdate (line 164) | @Override method insertOrUpdate (line 170) | @Override method createOrUpdateUsingJsonObject (line 176) | @Override method createUsingJsonStream (line 182) | @Override method createDetachedCopy (line 188) | @Override method isEmbedded (line 194) | @Override method updateEmbeddedObject (line 200) | @Override method transformerApplied (line 206) | @Override method checkSchemaHasClass (line 216) | private void checkSchemaHasClass(Class clazz) { FILE: realm/realm-library/src/main/java/io/realm/internal/objectstore/OsKeyPathMapping.java class OsKeyPathMapping (line 35) | public class OsKeyPathMapping implements NativeObject { method OsKeyPathMapping (line 40) | public OsKeyPathMapping(long sharedRealmNativePointer) { method getNativePtr (line 45) | @Override method getNativeFinalizerPtr (line 50) | @Override method nativeGetFinalizerMethodPtr (line 55) | private static native long nativeGetFinalizerMethodPtr(); method nativeCreateMapping (line 56) | private static native long nativeCreateMapping(long sharedRealmNativeP... FILE: realm/realm-library/src/main/java/io/realm/internal/objectstore/OsMutableSubscriptionSet.java class OsMutableSubscriptionSet (line 26) | @ObjectServer method OsMutableSubscriptionSet (line 29) | public OsMutableSubscriptionSet(long nativePtr, method add (line 36) | @Override method addOrUpdate (line 41) | @Override method addSubscription (line 46) | private Subscription addSubscription(Subscription subscription, boolea... method remove (line 56) | @Override method remove (line 65) | @Override method removeAll (line 70) | @Override method removeAll (line 75) | @Override method removeAll (line 80) | @Override method commit (line 88) | public long commit() { method nativeInsertOrAssign (line 92) | private static native long nativeInsertOrAssign(long mutableSubscripti... method nativeRemoveNamed (line 93) | private static native boolean nativeRemoveNamed(long mutableSubscripti... method nativeRemove (line 94) | private static native boolean nativeRemove(long mutableSubscriptionsPt... method nativeCommit (line 95) | private static native long nativeCommit(long mutableSubscriptionsPtr); method nativeRemoveAll (line 96) | private static native boolean nativeRemoveAll(long mutableSubscription... method nativeRemoveAllForType (line 97) | private static native boolean nativeRemoveAllForType(long mutableSubsc... FILE: realm/realm-library/src/main/java/io/realm/internal/objectstore/OsObjectBuilder.java class OsObjectBuilder (line 76) | public class OsObjectBuilder implements Closeable { method handleItem (line 89) | @Override method handleItem (line 97) | @Override method handleItem (line 104) | @Override method handleItem (line 111) | @Override method handleItem (line 118) | @Override method handleItem (line 125) | @Override method handleItem (line 132) | @Override method handleItem (line 139) | @Override method handleItem (line 146) | @Override method handleItem (line 153) | @Override method handleItem (line 160) | @Override method handleItem (line 167) | @Override method handleItem (line 179) | @Override method handleItem (line 186) | @Override method handleItem (line 193) | @Override method handleItem (line 204) | @Override method handleItem (line 211) | @Override method handleItem (line 218) | @Override method handleItem (line 225) | @Override method handleItem (line 232) | @Override method handleItem (line 239) | @Override method handleItem (line 246) | @Override method handleItem (line 253) | @Override method handleItem (line 260) | @Override method handleItem (line 267) | @Override method handleItem (line 274) | @Override method handleItem (line 281) | @Override method handleItem (line 288) | @Override method handleItem (line 297) | @Override method handleItem (line 306) | @Override method OsObjectBuilder (line 315) | public OsObjectBuilder(Table table, Set flags) { method addInteger (line 326) | public void addInteger(long columnKey, @Nullable Byte val) { method addInteger (line 334) | public void addInteger(long columnKey, @Nullable Short val) { method addInteger (line 342) | public void addInteger(long columnKey, @Nullable Integer val) { method addInteger (line 350) | public void addInteger(long columnKey, @Nullable Long val) { method addMutableRealmInteger (line 358) | public void addMutableRealmInteger(long columnKey, @Nullable MutableRe... method addRealmAny (line 366) | public void addRealmAny(long columnKey, long realmAnyPtr) { method addString (line 370) | public void addString(long columnKey, @Nullable String val) { method addFloat (line 378) | public void addFloat(long columnKey, @Nullable Float val) { method addDouble (line 386) | public void addDouble(long columnKey, @Nullable Double val) { method addBoolean (line 394) | public void addBoolean(long columnKey, @Nullable Boolean val) { method addDate (line 402) | public void addDate(long columnKey, @Nullable Date val) { method addByteArray (line 410) | public void addByteArray(long columnKey, @Nullable byte[] val) { method addDecimal128 (line 418) | public void addDecimal128(long columnKey, @Nullable Decimal128 val) { method addObjectId (line 426) | public void addObjectId(long columnKey, @Nullable ObjectId val) { method addUUID (line 434) | public void addUUID(long columnKey, @Nullable UUID val) { method addNull (line 442) | public void addNull(long columnKey) { method addObject (line 446) | public void addObject(long columnKey, @Nullable RealmModel val) { method addListItem (line 456) | private void addListItem(long builderPtr, long columnKey, @Nullabl... method addObjectList (line 477) | public void addObjectList(long columnKey, @Null... method addStringList (line 496) | public void addStringList(long columnKey, RealmList list) { method addByteList (line 500) | public void addByteList(long columnKey, RealmList list) { method addShortList (line 504) | public void addShortList(long columnKey, RealmList list) { method addIntegerList (line 508) | public void addIntegerList(long columnKey, RealmList list) { method addLongList (line 512) | public void addLongList(long columnKey, RealmList list) { method addBooleanList (line 516) | public void addBooleanList(long columnKey, RealmList list) { method addFloatList (line 520) | public void addFloatList(long columnKey, RealmList list) { method addDoubleList (line 524) | public void addDoubleList(long columnKey, RealmList list) { method addDateList (line 528) | public void addDateList(long columnKey, RealmList list) { method addByteArrayList (line 532) | public void addByteArrayList(long columnKey, RealmList list) { method addMutableRealmIntegerList (line 536) | public void addMutableRealmIntegerList(long columnKey, RealmList li... method addObjectIdList (line 544) | public void addObjectIdList(long columnKey, RealmList list) { method addUUIDList (line 548) | public void addUUIDList(long columnKey, RealmList list) { method addRealmAnyList (line 552) | public void addRealmAnyList(long columnKey, RealmList list) { method addEmptyList (line 556) | private void addEmptyList(long columnKey) { method addBooleanValueDictionary (line 561) | public void addBooleanValueDictionary(long columnKey, RealmDictionary<... method addIntegerValueDictionary (line 565) | public void addIntegerValueDictionary(long columnKey, RealmDictionary<... method addFloatValueDictionary (line 569) | public void addFloatValueDictionary(long columnKey, RealmDictionary void addObjectDictionary(long columnKey,... method addDictionaryItem (line 635) | private void addDictionaryItem( method addEmptyDictionary (line 656) | private void addEmptyDictionary(long columnKey) { method handleItem (line 665) | @Override method handleItem (line 672) | @Override method handleItem (line 679) | @Override method handleItem (line 686) | @Override method handleItem (line 693) | @Override method handleItem (line 700) | @Override method handleItem (line 707) | @Override method handleItem (line 714) | @Override method handleItem (line 721) | @Override method handleItem (line 728) | @Override method handleItem (line 735) | @Override method handleItem (line 742) | @Override method handleItem (line 749) | @Override method handleItem (line 758) | @Override method nativeStartSet (line 764) | private static native long nativeStartSet(long size); method nativeStopSet (line 766) | private static native void nativeStopSet(long builderPtr, long columnK... method nativeAddNullSetItem (line 768) | private static native void nativeAddNullSetItem(long setPtr); method nativeAddStringSetItem (line 770) | private static native void nativeAddStringSetItem(long setPtr, String ... method nativeAddBooleanSetItem (line 772) | private static native void nativeAddBooleanSetItem(long setPtr, boolea... method nativeAddIntegerSetItem (line 774) | private static native void nativeAddIntegerSetItem(long setPtr, long v... method nativeAddFloatSetItem (line 776) | private static native void nativeAddFloatSetItem(long setPtr, float val); method nativeAddDoubleSetItem (line 778) | private static native void nativeAddDoubleSetItem(long setPtr, double ... method nativeAddByteArraySetItem (line 780) | private static native void nativeAddByteArraySetItem(long setPtr, byte... method nativeAddDateSetItem (line 782) | private static native void nativeAddDateSetItem(long setPtr, long val); method nativeAddDecimal128SetItem (line 784) | private static native void nativeAddDecimal128SetItem(long setPtr, lon... method nativeAddObjectIdSetItem (line 786) | private static native void nativeAddObjectIdSetItem(long setPtr, Strin... method nativeAddUUIDSetItem (line 788) | private static native void nativeAddUUIDSetItem(long setPtr, String val); method addEmptySet (line 790) | private void addEmptySet(long columnKey) { method addStringSet (line 794) | public void addStringSet(long columnKey, RealmSet set) { method addBooleanSet (line 798) | public void addBooleanSet(long columnKey, RealmSet set) { method addIntegerSet (line 802) | public void addIntegerSet(long columnKey, RealmSet set) { method addLongSet (line 806) | public void addLongSet(long columnKey, RealmSet set) { method addShortSet (line 810) | public void addShortSet(long columnKey, RealmSet set) { method addByteSet (line 814) | public void addByteSet(long columnKey, RealmSet set) { method addFloatSet (line 818) | public void addFloatSet(long columnKey, RealmSet set) { method addDoubleSet (line 822) | public void addDoubleSet(long columnKey, RealmSet set) { method addBinarySet (line 826) | public void addBinarySet(long columnKey, RealmSet set) { method addDateSet (line 830) | public void addDateSet(long columnKey, RealmSet set) { method addDecimal128Set (line 834) | public void addDecimal128Set(long columnKey, RealmSet set) { method addObjectIdSet (line 838) | public void addObjectIdSet(long columnKey, RealmSet set) { method addUUIDSet (line 842) | public void addUUIDSet(long columnKey, RealmSet set) { method addRealmAnySet (line 846) | public void addRealmAnySet(long columnKey, RealmSet set) { method addObjectSet (line 850) | public void addObjectSet(long columnKey, @Nulla... method addSetItem (line 868) | private void addSetItem(long builderPtr, method updateExistingTopLevelObject (line 901) | public void updateExistingTopLevelObject() { method updateExistingEmbeddedObject (line 914) | public void updateExistingEmbeddedObject(RealmObjectProxy embeddedObje... method createNewObject (line 928) | public UncheckedRow createNewObject() { method getNativePtr (line 942) | public long getNativePtr() { method close (line 949) | @Override type ItemCallback (line 954) | private interface ItemCallback { method handleItem (line 955) | void handleItem(long containerPtr, T item); method nativeCreateBuilder (line 958) | private static native long nativeCreateBuilder(); method nativeDestroyBuilder (line 960) | private static native void nativeDestroyBuilder(long builderPtr); method nativeCreateOrUpdateTopLevelObject (line 962) | private static native long nativeCreateOrUpdateTopLevelObject(long sha... method nativeUpdateEmbeddedObject (line 968) | private static native long nativeUpdateEmbeddedObject(long sharedRealm... method nativeAddNull (line 975) | private static native void nativeAddNull(long builderPtr, long columnK... method nativeAddInteger (line 977) | private static native void nativeAddInteger(long builderPtr, long colu... method nativeAddString (line 979) | private static native void nativeAddString(long builderPtr, long colum... method nativeAddFloat (line 981) | private static native void nativeAddFloat(long builderPtr, long column... method nativeAddDouble (line 983) | private static native void nativeAddDouble(long builderPtr, long colum... method nativeAddBoolean (line 985) | private static native void nativeAddBoolean(long builderPtr, long colu... method nativeAddByteArray (line 987) | private static native void nativeAddByteArray(long builderPtr, long co... method nativeAddDate (line 989) | private static native void nativeAddDate(long builderPtr, long columnK... method nativeAddObject (line 991) | private static native void nativeAddObject(long builderPtr, long colum... method nativeAddDecimal128 (line 993) | private static native void nativeAddDecimal128(long builderPtr, long c... method nativeAddObjectId (line 995) | private static native void nativeAddObjectId(long builderPtr, long col... method nativeAddUUID (line 997) | private static native void nativeAddUUID(long builderPtr, long columnK... method nativeAddRealmAny (line 999) | private static native void nativeAddRealmAny(long builderPtr, long col... method nativeStartList (line 1003) | private static native long nativeStartList(long size); method nativeStopList (line 1005) | private static native void nativeStopList(long builderPtr, long column... method nativeAddNullListItem (line 1007) | private static native void nativeAddNullListItem(long listPtr); method nativeAddIntegerListItem (line 1009) | private static native void nativeAddIntegerListItem(long listPtr, long... method nativeAddStringListItem (line 1011) | private static native void nativeAddStringListItem(long listPtr, Strin... method nativeAddFloatListItem (line 1013) | private static native void nativeAddFloatListItem(long listPtr, float ... method nativeAddDoubleListItem (line 1015) | private static native void nativeAddDoubleListItem(long listPtr, doubl... method nativeAddBooleanListItem (line 1017) | private static native void nativeAddBooleanListItem(long listPtr, bool... method nativeAddByteArrayListItem (line 1019) | private static native void nativeAddByteArrayListItem(long listPtr, by... method nativeAddDateListItem (line 1021) | private static native void nativeAddDateListItem(long listPtr, long val); method nativeAddDecimal128ListItem (line 1023) | private static native void nativeAddDecimal128ListItem(long listPtr, l... method nativeAddObjectIdListItem (line 1025) | private static native void nativeAddObjectIdListItem(long listPtr, Str... method nativeAddUUIDListItem (line 1027) | private static native void nativeAddUUIDListItem(long listPtr, String ... method nativeAddRealmAnyListItem (line 1029) | public static native void nativeAddRealmAnyListItem(long listPtr, long... method nativeAddObjectListItem (line 1031) | private static native void nativeAddObjectListItem(long listPtr, long ... method nativeAddObjectList (line 1033) | private static native void nativeAddObjectList(long builderPtr, long c... method nativeStartDictionary (line 1036) | private static native long nativeStartDictionary(); method nativeStopDictionary (line 1038) | private static native void nativeStopDictionary(long builderPtr, long ... method nativeAddNullDictionaryEntry (line 1040) | private static native void nativeAddNullDictionaryEntry(long dictionar... method nativeAddBooleanDictionaryEntry (line 1042) | private static native void nativeAddBooleanDictionaryEntry(long dictio... method nativeAddStringDictionaryEntry (line 1044) | private static native void nativeAddStringDictionaryEntry(long diction... method nativeAddIntegerDictionaryEntry (line 1046) | private static native void nativeAddIntegerDictionaryEntry(long dictio... method nativeAddDoubleDictionaryEntry (line 1048) | private static native void nativeAddDoubleDictionaryEntry(long diction... method nativeAddFloatDictionaryEntry (line 1050) | private static native void nativeAddFloatDictionaryEntry(long dictiona... method nativeAddBinaryDictionaryEntry (line 1052) | private static native void nativeAddBinaryDictionaryEntry(long diction... method nativeAddDateDictionaryEntry (line 1054) | private static native void nativeAddDateDictionaryEntry(long dictionar... method nativeAddDecimal128DictionaryEntry (line 1056) | private static native void nativeAddDecimal128DictionaryEntry(long dic... method nativeAddObjectIdDictionaryEntry (line 1058) | private static native void nativeAddObjectIdDictionaryEntry(long dicti... method nativeAddUUIDDictionaryEntry (line 1060) | private static native void nativeAddUUIDDictionaryEntry(long dictionar... method nativeAddObjectDictionaryEntry (line 1062) | private static native void nativeAddObjectDictionaryEntry(long diction... method nativeAddRealmAnyDictionaryEntry (line 1064) | public static native void nativeAddRealmAnyDictionaryEntry(long dictio... FILE: realm/realm-library/src/main/java/io/realm/internal/objectstore/OsSubscription.java class OsSubscription (line 24) | @ObjectServer method OsSubscription (line 30) | public OsSubscription(long nativePtr) { method getNativePtr (line 34) | @Override method getNativeFinalizerPtr (line 39) | @Override method getCreatedAt (line 44) | @Override method getUpdatedAt (line 49) | @Override method getName (line 54) | @Override method getObjectType (line 59) | @Override method getQuery (line 64) | @Override method nativeGetFinalizerMethodPtr (line 69) | private static native long nativeGetFinalizerMethodPtr(); method nativeName (line 70) | private static native String nativeName(long nativePtr); method nativeObjectClassName (line 71) | private static native String nativeObjectClassName(long nativePtr); method nativeQueryString (line 72) | private static native String nativeQueryString(long nativePtr); method nativeCreatedAt (line 73) | private static native long nativeCreatedAt(long nativePtr); method nativeUpdatedAt (line 74) | private static native long nativeUpdatedAt(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/objectstore/OsSubscriptionSet.java class OsSubscriptionSet (line 40) | @ObjectServer method OsSubscriptionSet (line 58) | public OsSubscriptionSet(long nativePtr, RealmProxyMediator schema, Re... method getNativePtr (line 65) | @Override method getNativeFinalizerPtr (line 70) | @Override method find (line 75) | @Nullable method find (line 86) | @Nullable method getState (line 97) | @Override method size (line 103) | @Override method getErrorMessage (line 108) | @Override method waitForSynchronization (line 113) | @Override method waitForSynchronization (line 118) | @Override method waitForSynchronizationAsync (line 140) | @Override method waitForSynchronizationAsync (line 145) | @Override method update (line 171) | @Override method updateAsync (line 191) | @Override method refresh (line 217) | public void refresh() { method iterator (line 221) | @Override type StateChangeCallback (line 246) | private interface StateChangeCallback { method onChange (line 247) | void onChange(byte state); method nativeGetFinalizerMethodPtr (line 250) | private static native long nativeGetFinalizerMethodPtr(); method nativeRelease (line 251) | private static native void nativeRelease(long nativePtr); method nativeSize (line 252) | private static native long nativeSize(long nativePtr); method nativeState (line 253) | private static native byte nativeState(long nativePtr); method nativeErrorMessage (line 254) | private static native String nativeErrorMessage(long nativePtr); method nativeCreateMutableSubscriptionSet (line 255) | private static native long nativeCreateMutableSubscriptionSet(long nat... method nativeSubscriptionAt (line 256) | private static native long nativeSubscriptionAt(long nativePtr, int in... method nativeWaitForSynchronization (line 257) | private static native void nativeWaitForSynchronization(long nativePtr... method nativeFindByName (line 258) | private static native long nativeFindByName(long nativePtr, String name); method nativeFindByQuery (line 259) | private static native long nativeFindByQuery(long nativePtr, long quer... method nativeRefresh (line 260) | private static native void nativeRefresh(long nativePtr); FILE: realm/realm-library/src/main/java/io/realm/internal/util/Pair.java class Pair (line 24) | public class Pair { method Pair (line 42) | public Pair(F first, S second) { method equals (line 55) | @Override method equals (line 64) | private boolean equals(Object a, Object b) { method hashCode (line 73) | @Override method toString (line 78) | @Override method create (line 90) | public static Pair create(A a, B b) { FILE: realm/realm-library/src/main/java/io/realm/log/LogLevel.java class LogLevel (line 27) | public class LogLevel { method forceJNIHeaderGeneration (line 32) | @SuppressWarnings("unused") FILE: realm/realm-library/src/main/java/io/realm/log/RealmLog.java class RealmLog (line 30) | public final class RealmLog { method add (line 40) | public static void add(RealmLogger logger) { method setLevel (line 53) | public static void setLevel(int level) { method getLevel (line 65) | public static int getLevel() { method remove (line 74) | public static boolean remove(RealmLogger logger) { method clear (line 87) | public static void clear() { method registerDefaultLogger (line 95) | public static void registerDefaultLogger() { method trace (line 104) | public static void trace(Throwable throwable) { method trace (line 114) | public static void trace(String message, Object... args) { method trace (line 125) | public static void trace(@Nullable Throwable throwable, @Nullable Stri... method debug (line 134) | public static void debug(@Nullable Throwable throwable) { method debug (line 144) | public static void debug(String message, Object... args) { method debug (line 155) | public static void debug(@Nullable Throwable throwable, @Nullable Stri... method info (line 164) | public static void info(Throwable throwable) { method info (line 174) | public static void info(String message, Object... args) { method info (line 185) | public static void info(@Nullable Throwable throwable, @Nullable Strin... method warn (line 194) | public static void warn(Throwable throwable) { method warn (line 204) | public static void warn(String message, Object... args) { method warn (line 215) | public static void warn(@Nullable Throwable throwable, @Nullable Strin... method error (line 224) | public static void error(Throwable throwable) { method error (line 234) | public static void error(String message, Object... args) { method error (line 245) | public static void error(@Nullable Throwable throwable, @Nullable Stri... method fatal (line 254) | public static void fatal(Throwable throwable) { method fatal (line 264) | public static void fatal(String message, Object... args) { method fatal (line 275) | public static void fatal(@Nullable Throwable throwable, @Nullable Stri... method log (line 280) | private static void log(int level, @Nullable Throwable throwable, @Nul... method nativeAddLogger (line 301) | private static native void nativeAddLogger(RealmLogger logger); method nativeRemoveLogger (line 303) | private static native void nativeRemoveLogger(RealmLogger logger); method nativeClearLoggers (line 305) | private static native void nativeClearLoggers(); method nativeRegisterDefaultLogger (line 307) | private static native void nativeRegisterDefaultLogger(); method nativeLog (line 309) | private static native void nativeLog(int level, String tag, @Nullable ... method nativeSetLogLevel (line 311) | private static native void nativeSetLogLevel(int level); method nativeGetLogLevel (line 313) | private static native int nativeGetLogLevel(); method nativeCreateCoreLoggerBridge (line 316) | static native long nativeCreateCoreLoggerBridge(@SuppressWarnings("Sam... method nativeCloseCoreLoggerBridge (line 318) | static native void nativeCloseCoreLoggerBridge(long nativePtr); method nativeLogToCoreLoggerBridge (line 320) | static native void nativeLogToCoreLoggerBridge(long nativePtr, int lev... FILE: realm/realm-library/src/main/java/io/realm/log/RealmLogger.java type RealmLogger (line 28) | @Keep // This interface is used as a parameter type of a native method i... method log (line 40) | void log(int level, String tag, @Nullable Throwable throwable, @Nullab... FILE: realm/realm-library/src/main/java/io/realm/mongodb/sync/MutableSubscriptionSet.java type MutableSubscriptionSet (line 20) | @ObjectServer method add (line 31) | Subscription add(Subscription subscription); method addOrUpdate (line 42) | Subscription addOrUpdate(Subscription subscription); method remove (line 52) | boolean remove(Subscription subscription); method remove (line 60) | boolean remove(String name); method removeAll (line 69) | boolean removeAll(String objectType); method removeAll (line 78) | boolean removeAll(Class clazz); method removeAll (line 86) | boolean removeAll(); FILE: realm/realm-library/src/main/java/io/realm/mongodb/sync/Subscription.java type Subscription (line 21) | @ObjectServer method create (line 36) | static Subscription create(String name, RealmQuery query) { method create (line 51) | static Subscription create(RealmQuery query) { method getCreatedAt (line 64) | @Nullable method getUpdatedAt (line 76) | @Nullable method getName (line 84) | @Nullable method getObjectType (line 92) | String getObjectType(); method getQuery (line 100) | String getQuery(); FILE: realm/realm-library/src/main/java/io/realm/mongodb/sync/SubscriptionSet.java type SubscriptionSet (line 37) | @Beta type State (line 45) | enum State { method State (line 92) | State(byte nativeValue) { method fromNativeValue (line 96) | public static State fromNativeValue(long value) { method find (line 114) | @Nullable method find (line 123) | @Nullable method getState (line 132) | State getState(); method size (line 139) | int size(); method getErrorMessage (line 149) | @Nullable method waitForSynchronization (line 163) | boolean waitForSynchronization(); method waitForSynchronization (line 179) | boolean waitForSynchronization(Long timeOut, TimeUnit unit); method waitForSynchronizationAsync (line 194) | RealmAsyncTask waitForSynchronizationAsync(StateChangeCallback callback); method waitForSynchronizationAsync (line 211) | RealmAsyncTask waitForSynchronizationAsync(Long timeOut, TimeUnit unit... method update (line 221) | SubscriptionSet update(UpdateCallback action); method updateAsync (line 230) | RealmAsyncTask updateAsync(UpdateAsyncCallback callback); type UpdateCallback (line 236) | interface UpdateCallback { method update (line 244) | void update(MutableSubscriptionSet subscriptions); type UpdateAsyncCallback (line 253) | interface UpdateAsyncCallback extends UpdateCallback { method onSuccess (line 254) | void onSuccess(SubscriptionSet subscriptions); method onError (line 255) | void onError(Throwable exception); type StateChangeCallback (line 265) | @Keep method onStateChange (line 267) | void onStateChange(SubscriptionSet subscriptions); method onError (line 268) | void onError(Throwable e); FILE: realm/realm-library/src/main/java/io/realm/rx/CollectionChange.java class CollectionChange (line 32) | public class CollectionChange { method CollectionChange (line 43) | public CollectionChange(E collection, @Nullable OrderedCollectionChang... method getCollection (line 53) | public E getCollection() { method getChangeset (line 78) | @Nullable method equals (line 83) | @Override method hashCode (line 94) | @Override FILE: realm/realm-library/src/main/java/io/realm/rx/ObjectChange.java class ObjectChange (line 32) | public class ObjectChange { method ObjectChange (line 43) | public ObjectChange(E object, @Nullable ObjectChangeSet changeset) { method getObject (line 48) | public E getObject() { method getChangeset (line 73) | @Nullable method equals (line 78) | @Override method hashCode (line 89) | @Override method toString (line 96) | @Override FILE: realm/realm-library/src/main/java/io/realm/rx/RealmObservableFactory.java class RealmObservableFactory (line 59) | public class RealmObservableFactory implements RxObservableFactory { method initialValue (line 67) | @Override method initialValue (line 73) | @Override method initialValue (line 79) | @Override method from (line 87) | @Override method RealmObservableFactory (line 132) | public RealmObservableFactory(boolean emitFrozenObjects) { method from (line 136) | @Override method from (line 175) | @Override method getScheduler (line 221) | private Scheduler getScheduler() { method changesetsFrom (line 229) | @Override method from (line 274) | @Override method changesetsFrom (line 320) | @Override method from (line 365) | @Override method changesetsFrom (line 418) | @Override method from (line 470) | @Override method changesetsFrom (line 523) | @Override method from (line 575) | @Override method changesetsFrom (line 620) | @Override method from (line 665) | @Override method changesetsFrom (line 711) | @Override method from (line 756) | @Override method from (line 761) | @Override method equals (line 766) | @Override method hashCode (line 771) | @Override class StrongReferenceCounter (line 777) | private static class StrongReferenceCounter { method acquireReference (line 781) | public void acquireReference(K object) { method releaseReference (line 790) | public void releaseReference(K object) { FILE: realm/realm-library/src/main/java/io/realm/rx/RxObservableFactory.java type RxObservableFactory (line 35) | public interface RxObservableFactory { method from (line 46) | Flowable from(Realm realm); method from (line 57) | Flowable from(DynamicRealm realm); method from (line 70) | Flowable> from(Realm realm, RealmResults results); method changesetsFrom (line 85) | Observable>> changesetsFrom(Realm... method from (line 97) | Flowable> from(DynamicRealm realm, RealmResults... method changesetsFrom (line 111) | Observable>> changesetsFrom(Dynam... method from (line 125) | Flowable> from(Realm realm, RealmList list); method changesetsFrom (line 140) | Observable>> changesetsFrom(Realm re... method from (line 153) | Flowable> from(DynamicRealm realm, RealmList list); method changesetsFrom (line 167) | Observable>> changesetsFrom(DynamicR... method from (line 179) | Flowable from(Realm realm, E object); method changesetsFrom (line 193) | Observable> changesetsFrom(Real... method from (line 204) | Flowable from(DynamicRealm realm, DynamicRealmObje... method changesetsFrom (line 217) | Observable> changesetsFrom(DynamicRea... method from (line 228) | Single> from(Realm realm, RealmQuery query); method from (line 238) | Single> from(DynamicRealm realm, RealmQuery query); FILE: realm/realm-library/src/objectServer/java/io/realm/exceptions/DownloadingRealmInterruptedException.java class DownloadingRealmInterruptedException (line 27) | @Beta method DownloadingRealmInterruptedException (line 29) | public DownloadingRealmInterruptedException(SyncConfiguration syncConf... method DownloadingRealmInterruptedException (line 33) | public DownloadingRealmInterruptedException(SyncConfiguration syncConf... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/ErrorCategory.java class ErrorCategory (line 23) | public class ErrorCategory { method toCategory (line 40) | public static String toCategory(byte value) { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/SyncObjectServerFacade.java class SyncObjectServerFacade (line 55) | @SuppressWarnings({"unused", "WeakerAccess"}) // Used through reflection... method initialize (line 68) | @Override method realmClosed (line 79) | @Override type BeforeClientResetHandler (line 91) | @Keep method onBeforeReset (line 93) | void onBeforeReset(long beforePtr, OsRealmConfig config); type AfterClientResetHandler (line 96) | @Keep method onAfterReset (line 98) | void onAfterReset(long beforePtr, long afterPtr, OsRealmConfig confi... method getSyncConfigurationOptions (line 101) | @Override method getApplicationContext (line 231) | public static Context getApplicationContext() { method wrapObjectStoreSessionIfRequired (line 235) | @Override method getSyncServerCertificateAssetName (line 244) | @Override method getSyncServerCertificateFilePath (line 254) | @Override method invokeRemoveSession (line 268) | private void invokeRemoveSession(SyncConfiguration syncConfig) { method downloadInitialRemoteChanges (line 289) | @Override method downloadInitialFullRealm (line 303) | private void downloadInitialFullRealm(SyncConfiguration syncConfig) { method wasDownloadInterrupted (line 312) | @Override method createNativeSyncSession (line 317) | @Override method checkFlexibleSyncEnabled (line 326) | @Override method downloadInitialFlexibleSyncData (line 340) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/async/RealmEventStreamAsyncTaskImpl.java class RealmEventStreamAsyncTaskImpl (line 29) | public class RealmEventStreamAsyncTaskImpl implements RealmEventStrea... method RealmEventStreamAsyncTaskImpl (line 36) | public RealmEventStreamAsyncTaskImpl(final String name, final Executor... method get (line 44) | @Override method isOpen (line 74) | @Override method cancel (line 79) | @Override method isCancelled (line 87) | @Override class Executor (line 92) | public abstract static class Executor { method run (line 99) | public abstract EventStream run() throws IOException; FILE: realm/realm-library/src/objectServer/java/io/realm/internal/async/RealmEventStreamTaskImpl.java class RealmEventStreamTaskImpl (line 27) | public class RealmEventStreamTaskImpl implements RealmEventStreamTask... method RealmEventStreamTaskImpl (line 33) | public RealmEventStreamTaskImpl(final String name, final Executor e... method getEventStream (line 41) | private EventStream getEventStream() throws IOException { method getNext (line 49) | @Override method isOpen (line 55) | @Override method cancel (line 60) | @Override method isCancelled (line 68) | @Override class Executor (line 73) | public abstract static class Executor { method run (line 80) | public abstract EventStream run() throws IOException; FILE: realm/realm-library/src/objectServer/java/io/realm/internal/async/RealmResultTaskImpl.java class RealmResultTaskImpl (line 40) | public class RealmResultTaskImpl implements RealmResultTask { method RealmResultTaskImpl (line 53) | public RealmResultTaskImpl(ThreadPoolExecutor service, Executor exe... method cancel (line 63) | @Override method isCancelled (line 85) | @Override method get (line 90) | @Override method getAsync (line 95) | @Override method postError (line 116) | private void postError(RealmNotifier handler, method postSuccess (line 135) | private void postSuccess(RealmNotifier handler, class Executor (line 153) | public abstract static class Executor { method run (line 160) | @Nullable FILE: realm/realm-library/src/objectServer/java/io/realm/internal/events/ChangeEvent.java class ChangeEvent (line 46) | public class ChangeEvent extends BaseChangeEvent { method ChangeEvent (line 62) | private ChangeEvent( method getId (line 82) | public BsonDocument getId() { method getNamespace (line 91) | public MongoNamespace getNamespace() { method withoutUncommittedWrites (line 100) | public ChangeEvent withoutUncommittedWrites() { method toBsonDocument (line 115) | @Override method fromBsonDocument (line 149) | static ChangeEvent fromBsonDocument(final BsonDocument document... class Fields (line 195) | private static final class Fields { method fromRemote (line 216) | private static OperationType fromRemote(final String type) { method toRemote (line 237) | private String toRemote(OperationType operationType) { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/events/NetworkEventStream.java class NetworkEventStream (line 13) | public class NetworkEventStream implements EventStream { method NetworkEventStream (line 19) | public NetworkEventStream(OsJavaNetworkTransport.Response response, Co... method getNextEvent (line 32) | @Override method close (line 55) | @Override method isOpen (line 65) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/jni/JniBsonProtocol.java class JniBsonProtocol (line 44) | public class JniBsonProtocol { method encode (line 52) | public static String encode(T value, CodecRegistry registry) { method encode (line 57) | public static String encode(T value, Encoder encoder) { method decode (line 76) | public static T decode(String string, Class clz, CodecRegistry ... method decode (line 81) | public static T decode(String string, Decoder decoder) { method getCodec (line 100) | public static Codec getCodec(Class clz, CodecRegistry regist... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/log/obfuscator/ApiKeyObfuscator.java class ApiKeyObfuscator (line 28) | public class ApiKeyObfuscator extends RegexPatternObfuscator { method ApiKeyObfuscator (line 32) | private ApiKeyObfuscator(Map patternReplacementMap) { method obfuscator (line 41) | public static ApiKeyObfuscator obfuscator() { method getPatterns (line 45) | private static Map getPatterns() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/log/obfuscator/CustomFunctionObfuscator.java class CustomFunctionObfuscator (line 27) | public class CustomFunctionObfuscator extends RegexPatternObfuscator { method CustomFunctionObfuscator (line 31) | private CustomFunctionObfuscator(Map patternReplaceme... method obfuscator (line 41) | public static CustomFunctionObfuscator obfuscator() { method getPatterns (line 45) | private static Map getPatterns() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/log/obfuscator/EmailPasswordObfuscator.java class EmailPasswordObfuscator (line 40) | public class EmailPasswordObfuscator extends RegexPatternObfuscator { method EmailPasswordObfuscator (line 46) | private EmailPasswordObfuscator(Map patternReplacemen... method obfuscator (line 55) | public static EmailPasswordObfuscator obfuscator() { method getPatterns (line 59) | private static Map getPatterns() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/log/obfuscator/RegexPatternObfuscator.java class RegexPatternObfuscator (line 36) | public abstract class RegexPatternObfuscator { method RegexPatternObfuscator (line 40) | RegexPatternObfuscator(Map patternReplacementMap) { method obfuscate (line 50) | public String obfuscate(String input) { method equals (line 63) | @Override method hashCode (line 71) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/log/obfuscator/TokenObfuscator.java class TokenObfuscator (line 42) | public class TokenObfuscator extends RegexPatternObfuscator { method TokenObfuscator (line 49) | private TokenObfuscator(Map patternReplacementMap) { method obfuscator (line 58) | public static TokenObfuscator obfuscator() { method getPatterns (line 62) | private static Map getPatterns() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/mongodb/Request.java class Request (line 36) | public abstract class Request { method Request (line 42) | public Request(ThreadPoolExecutor networkPoolExecutor, @Nullable App.C... method run (line 49) | public abstract T run() throws AppException; method start (line 52) | public RealmAsyncTask start() { method postError (line 68) | private void postError(final AppException error) { method postSuccess (line 85) | private void postSuccess(final T result) { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/LoggingInterceptor.java class LoggingInterceptor (line 35) | public class LoggingInterceptor implements Interceptor { method LoggingInterceptor (line 44) | LoggingInterceptor(@Nullable HttpLogObfuscator httpLogObfuscator) { method intercept (line 48) | @Override method equals (line 75) | @Override method hashCode (line 86) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/MockableNetworkTransport.java class MockableNetworkTransport (line 11) | public class MockableNetworkTransport extends OsJavaNetworkTransport { method MockableNetworkTransport (line 16) | public MockableNetworkTransport(OsJavaNetworkTransport networkTranspor... method setMockNetworkTransport (line 21) | public void setMockNetworkTransport(@Nonnull OsJavaNetworkTransport ne... method setOriginalNetworkTransport (line 25) | public void setOriginalNetworkTransport() { method sendRequestAsync (line 29) | @Override method executeRequest (line 34) | @Override method sendStreamingRequest (line 39) | @Override method setAuthorizationHeaderName (line 44) | @Override method addCustomRequestHeader (line 49) | @Override method reset (line 54) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/NetworkRequest.java class NetworkRequest (line 28) | @Keep method mapSuccess (line 39) | protected abstract T mapSuccess(Object result); method execute (line 44) | protected abstract void execute(NetworkRequest callback); method onSuccess (line 49) | @SuppressWarnings("unused") // Called by JNI method onError (line 60) | @SuppressWarnings("unused") // Called by JNI method resultOrThrow (line 97) | public T resultOrThrow() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/NetworkStateReceiver.java class NetworkStateReceiver (line 35) | public class NetworkStateReceiver extends BroadcastReceiver { method addListener (line 47) | public static void addListener(ConnectionListener listener) { method removeListener (line 57) | public static synchronized void removeListener(ConnectionListener list... method isOnline (line 70) | public static boolean isOnline(Context context) { method onReceive (line 80) | @Override type ConnectionListener (line 88) | public interface ConnectionListener { method onChange (line 89) | void onChange(boolean connectionAvailable); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/OkHttpNetworkTransport.java class OkHttpNetworkTransport (line 27) | public class OkHttpNetworkTransport extends OsJavaNetworkTransport { method OkHttpNetworkTransport (line 39) | public OkHttpNetworkTransport(@Nullable HttpLogObfuscator httpLogObfus... method createRequest (line 43) | private okhttp3.Request createRequest(String method, String url, Map parseHeaders(Headers headers) { class Response (line 212) | public static class Response extends OsJavaNetworkTransport.Response { method unknownError (line 216) | public static OsJavaNetworkTransport.Response unknownError(String st... method ioError (line 220) | public static OsJavaNetworkTransport.Response ioError(String stackTr... method interruptedError (line 224) | public static OsJavaNetworkTransport.Response interruptedError(Strin... method httpResponse (line 228) | public static OsJavaNetworkTransport.Response httpResponse(int statu... method Response (line 232) | private Response(int httpResponseCode, int customResponseCode, Map headers, ... method httpResponse (line 242) | public static OsJavaNetworkTransport.Response httpResponse(int httpR... method readBodyLine (line 246) | @Override method close (line 262) | @Override method isOpen (line 267) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/StreamNetworkTransport.java class StreamNetworkTransport (line 29) | public class StreamNetworkTransport { method StreamNetworkTransport (line 33) | public StreamNetworkTransport(OsApp app, OsSyncUser user) { method makeStreamingRequest (line 46) | public OsJavaNetworkTransport.Request makeStreamingRequest(String func... method sendRequest (line 59) | public OsJavaNetworkTransport.Response FILE: realm/realm-library/src/objectServer/java/io/realm/internal/network/VoidNetworkRequest.java class VoidNetworkRequest (line 16) | public abstract class VoidNetworkRequest extends NetworkRequest { method mapSuccess (line 18) | @Override method execute (line 29) | public void execute() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectserver/EventStream.java type EventStream (line 24) | public interface EventStream { method getNextEvent (line 31) | BaseChangeEvent getNextEvent() throws AppException, IOException; method close (line 38) | void close(); method isOpen (line 45) | boolean isOpen(); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectserver/SyncWorker.java class SyncWorker (line 25) | public class SyncWorker { method from (line 31) | public static SyncWorker from(JSONObject syncWorker) throws JSONExcept... method SyncWorker (line 37) | public SyncWorker(String path) { method path (line 41) | public String path() { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectserver/Token.java class Token (line 31) | public class Token { method from (line 48) | public static Token from(JSONObject token) throws JSONException { method Token (line 73) | public Token(String value, String identity, String path, long expiresS... method Token (line 77) | public Token(String value, String identity, String path, long expiresS... method value (line 90) | public String value() { method identity (line 94) | public String identity() { return identity; } method path (line 96) | public String path() { return path; } method isAdmin (line 98) | public boolean isAdmin() { return isAdmin; } method expiresSec (line 103) | public long expiresSec() { method expiresMs (line 110) | public long expiresMs() { method permissions (line 119) | @SuppressFBWarnings("MS_MUTABLE_ARRAY") method toJson (line 124) | public JSONObject toJson() { method equals (line 145) | @Override method hashCode (line 160) | @Override type Permission (line 171) | public enum Permission { FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsApp.java class OsApp (line 14) | public class OsApp implements NativeObject { method getNativePtr (line 20) | @Override method getNativeFinalizerPtr (line 25) | @Override method OsApp (line 30) | public OsApp(AppConfiguration config, String userAgentBindingInfo, Str... method setNetworkTransport (line 68) | public void setNetworkTransport(@Nullable OsJavaNetworkTransport trans... method setOriginalNetworkTransport (line 72) | public void setOriginalNetworkTransport() { method makeStreamingRequest (line 85) | public OsJavaNetworkTransport.Request makeStreamingRequest(OsSyncUser ... method currentUser (line 92) | public OsSyncUser currentUser() { method allUsers (line 97) | public OsSyncUser[] allUsers() { method switchUser (line 107) | public void switchUser(OsSyncUser osUser) { method login (line 111) | public OsSyncUser login(OsAppCredentials credentials) { method getNetworkTransport (line 126) | @KeepMember method nativeCreate (line 131) | private native long nativeCreate(String appId, method nativeLogin (line 150) | private static native void nativeLogin(long nativeAppPtr, long nativeC... method nativeCurrentUser (line 152) | @Nullable method nativeGetAllUsers (line 155) | private static native long[] nativeGetAllUsers(long nativePtr); method nativeSwitchUser (line 157) | private static native void nativeSwitchUser(long nativeAppPtr, long na... method nativeGetFinalizerMethodPtr (line 159) | private static native long nativeGetFinalizerMethodPtr(); method nativeMakeStreamingRequest (line 161) | private static native OsJavaNetworkTransport.Request nativeMakeStreami... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsAppCredentials.java class OsAppCredentials (line 31) | public class OsAppCredentials implements NativeObject { method anonymous (line 45) | public static OsAppCredentials anonymous() { method apiKey (line 49) | public static OsAppCredentials apiKey(String key) { method apple (line 53) | public static OsAppCredentials apple(String idToken) { method customFunction (line 57) | public static OsAppCredentials customFunction(Document args) { method emailPassword (line 62) | public static OsAppCredentials emailPassword(String email, String pass... method facebook (line 66) | public static OsAppCredentials facebook(String accessToken) { method google (line 70) | public static OsAppCredentials google(String accessToken, GoogleAuthTy... method jwt (line 87) | public static OsAppCredentials jwt(String jwtToken) { method OsAppCredentials (line 93) | private OsAppCredentials(long nativePtr) { method getProvider (line 97) | public String getProvider() { method asJson (line 101) | public String asJson() { method getNativePtr (line 105) | @Override method getNativeFinalizerPtr (line 110) | @Override method nativeCreate (line 115) | private static native long nativeCreate(int type, Object... args); method nativeGetProvider (line 116) | private static native String nativeGetProvider(long nativePtr); method nativeAsJson (line 117) | private static native String nativeAsJson(long nativePtr); method nativeGetFinalizerMethodPtr (line 118) | private static native long nativeGetFinalizerMethodPtr(); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsAsyncOpenTask.java class OsAsyncOpenTask (line 20) | @KeepMember method OsAsyncOpenTask (line 29) | public OsAsyncOpenTask(OsRealmConfig config) { method start (line 33) | public void start(long timeOut, TimeUnit unit) throws InterruptedExcep... method notifyRealmReady (line 53) | @KeepMember method notifyError (line 64) | @KeepMember method start (line 73) | private native long start(long configPtr); method cancel (line 74) | private native void cancel(long nativePtr); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsJavaNetworkTransport.java class OsJavaNetworkTransport (line 30) | @Keep method sendRequestAsync (line 61) | public abstract void sendRequestAsync(String method, method executeRequest (line 83) | public abstract Response executeRequest(String method, method handleResponse (line 97) | public void handleResponse(Response response, long completionBlockPtr) { method sendStreamingRequest (line 112) | public abstract Response sendStreamingRequest(Request request) throws ... method setAuthorizationHeaderName (line 114) | public void setAuthorizationHeaderName(String headerName) { method addCustomRequestHeader (line 118) | public void addCustomRequestHeader(String headerName, String headerVal... method getAuthorizationHeaderName (line 122) | public String getAuthorizationHeaderName() { method getCustomRequestHeaders (line 126) | public Map getCustomRequestHeaders() { method reset (line 134) | public void reset() { class Response (line 139) | @Keep method Response (line 146) | protected Response(int httpResponseCode, int customResponseCode, Map... method getHttpResponseCode (line 153) | public int getHttpResponseCode() { method getCustomResponseCode (line 157) | public int getCustomResponseCode() { method getHeaders (line 161) | public Map getHeaders() { method getJNIFriendlyHeaders (line 167) | public String[] getJNIFriendlyHeaders() { method getBody (line 178) | public String getBody() { method readBodyLine (line 182) | public String readBodyLine() throws IOException { method isOpen (line 186) | public boolean isOpen() { method toString (line 191) | @Override method close (line 209) | public abstract void close(); class Request (line 212) | public static class Request { method Request (line 218) | public Request(String method, String url, Map header... method getMethod (line 225) | public String getMethod() { method getUrl (line 229) | public String getUrl() { method getHeaders (line 233) | public Map getHeaders() { method getBody (line 237) | public String getBody() { class NetworkTransportJNIResultCallback (line 250) | @Keep method onSuccess (line 252) | public void onSuccess(Object result) {} method onError (line 253) | public void onError(byte nativeErrorCategory, int nativeErrorCode, S... method nativeHandleResponse (line 256) | private static native void nativeHandleResponse(Response response, lon... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsMongoClient.java class OsMongoClient (line 26) | public class OsMongoClient implements NativeObject { method OsMongoClient (line 34) | public OsMongoClient(final OsSyncUser osSyncUser, method getDatabase (line 42) | public OsMongoDatabase getDatabase(final String databaseName, method getServiceName (line 48) | public String getServiceName() { method getNativePtr (line 52) | @Override method getNativeFinalizerPtr (line 57) | @Override method nativeCreate (line 62) | private static native long nativeCreate(long nativeUserPtr, String ser... method nativeCreateDatabase (line 64) | private static native long nativeCreateDatabase(long nativeAppPtr, Str... method nativeGetFinalizerMethodPtr (line 66) | private static native long nativeGetFinalizerMethodPtr(); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsMongoCollection.java class OsMongoCollection (line 56) | public class OsMongoCollection implements NativeObject { method OsMongoCollection (line 88) | OsMongoCollection(final long nativeCollectionPtr, method getNativePtr (line 103) | @Override method getNativeFinalizerPtr (line 108) | @Override method getDocumentClass (line 113) | public Class getDocumentClass() { method getCodecRegistry (line 117) | public CodecRegistry getCodecRegistry() { method withDocumentClass (line 121) | public OsMongoCollection withDocumentClass( method withCodecRegistry (line 126) | public OsMongoCollection withCodecRegistry(final CodecRegis... method count (line 130) | public Long count() { method count (line 134) | public Long count(final Bson filter) { method count (line 138) | public Long count(final Bson filter, final CountOptions options) { method countInternal (line 142) | private Long countInternal(final Bson filter, @Nullable final CountOpt... method find (line 157) | public FindIterable find() { method find (line 161) | public FindIterable find(final FindOptions options) { method find (line 165) | public FindIterable find(final Class resul... method find (line 169) | public FindIterable find(final Class resul... method find (line 173) | public FindIterable find(final Bson filter) { method find (line 177) | public FindIterable find(final Bson filter, final FindOptio... method find (line 181) | public FindIterable find(final Bson filter, method find (line 186) | public FindIterable find(final Bson filter, method findInternal (line 192) | private FindIterable findInternal(final Bson filter, method aggregate (line 206) | public AggregateIterable aggregate(final List AggregateIterable aggregate(final List ResultT findOne(final Class resultClass) { method findOne (line 223) | public DocumentT findOne(final Bson filter) { method findOne (line 227) | public ResultT findOne(final Bson filter, final Class ResultT findOne(final Bson filter, method findOneInternal (line 241) | private ResultT findOneInternal(final int type, method insertOne (line 277) | public InsertOneResult insertOne(final DocumentT document) { method insertMany (line 292) | public InsertManyResult insertMany(final List doc... method deleteOne (line 312) | public DeleteResult deleteOne(final Bson filter) { method deleteMany (line 316) | public DeleteResult deleteMany(final Bson filter) { method deleteInternal (line 321) | private DeleteResult deleteInternal(final int type, final Bson filter) { method updateOne (line 344) | public UpdateResult updateOne(final Bson filter, final Bson update) { method updateOne (line 348) | public UpdateResult updateOne(final Bson filter, method updateMany (line 354) | public UpdateResult updateMany(final Bson filter, final Bson update) { method updateMany (line 358) | public UpdateResult updateMany(final Bson filter, method updateInternal (line 364) | private UpdateResult updateInternal(final int type, method findOneAndUpdate (line 403) | public DocumentT findOneAndUpdate(final Bson filter, final Bson update) { method findOneAndUpdate (line 407) | public ResultT findOneAndUpdate(final Bson filter, method findOneAndUpdate (line 413) | public DocumentT findOneAndUpdate(final Bson filter, method findOneAndUpdate (line 419) | public ResultT findOneAndUpdate(final Bson filter, method findOneAndReplace (line 426) | public DocumentT findOneAndReplace(final Bson filter, final Bson repla... method findOneAndReplace (line 430) | public ResultT findOneAndReplace(final Bson filter, method findOneAndReplace (line 436) | public DocumentT findOneAndReplace(final Bson filter, method findOneAndReplace (line 442) | public ResultT findOneAndReplace(final Bson filter, method findOneAndDelete (line 449) | public DocumentT findOneAndDelete(final Bson filter) { method findOneAndDelete (line 453) | public ResultT findOneAndDelete(final Bson filter, method findOneAndDelete (line 458) | public DocumentT findOneAndDelete(final Bson filter, method findOneAndDelete (line 463) | public ResultT findOneAndDelete(final Bson filter, method getServiceName (line 469) | public String getServiceName() { method findOneAndModify (line 473) | private ResultT findOneAndModify(final int type, method findSuccessMapper (line 529) | private T findSuccessMapper(@Nullable Object result, Class resu... method watchInternal (line 537) | private EventStream watchInternal(int type, @Nullable List<... method watch (line 566) | public EventStream watch() throws IOException { method watch (line 570) | public EventStream watch(final List ids) throws IOExcept... method watchWithFilter (line 574) | public EventStream watchWithFilter(Document matchFilter) th... method watchWithFilter (line 578) | public EventStream watchWithFilter(BsonDocument matchFilter... method nativeGetFinalizerMethodPtr (line 582) | private static native long nativeGetFinalizerMethodPtr(); method nativeCount (line 584) | private static native void nativeCount(long remoteMongoCollectionPtr, method nativeFindOne (line 589) | private static native void nativeFindOne(int findOneType, method nativeInsertOne (line 597) | private static native void nativeInsertOne(long remoteMongoCollectionPtr, method nativeInsertMany (line 601) | private static native void nativeInsertMany(long remoteMongoCollection... method nativeDelete (line 605) | private static native void nativeDelete(int deleteType, method nativeUpdate (line 610) | private static native void nativeUpdate(int updateType, method nativeFindOneAndUpdate (line 617) | private static native void nativeFindOneAndUpdate(int findOneAndUpdate... method nativeFindOneAndReplace (line 627) | private static native void nativeFindOneAndReplace(int findOneAndRepla... method nativeFindOneAndDelete (line 637) | private static native void nativeFindOneAndDelete(int findOneAndDelete... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsMongoDatabase.java class OsMongoDatabase (line 28) | public class OsMongoDatabase implements NativeObject { method OsMongoDatabase (line 37) | OsMongoDatabase(final long nativeDatabasePtr, method getCollection (line 47) | public OsMongoCollection getCollection(final String collecti... method getCollection (line 51) | public OsMongoCollection getCollection(final St... method getNativePtr (line 58) | @Override method getNativeFinalizerPtr (line 63) | @Override method nativeGetCollection (line 68) | private static native long nativeGetCollection(long nativeDatabasePtr,... method nativeGetFinalizerMethodPtr (line 69) | private static native long nativeGetFinalizerMethodPtr(); FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsPush.java class OsPush (line 23) | public class OsPush implements NativeObject { method OsPush (line 31) | public OsPush(final OsApp osApp, final OsSyncUser osSyncUser, final St... method getNativePtr (line 37) | @Override method getNativeFinalizerPtr (line 42) | @Override method registerDevice (line 47) | public void registerDevice(String registrationToken) { method deregisterDevice (line 56) | public void deregisterDevice() { method nativeCreate (line 65) | private static native long nativeCreate(long nativeAppPtr, String serv... method nativeGetFinalizerMethodPtr (line 66) | private static native long nativeGetFinalizerMethodPtr(); method nativeRegisterDevice (line 67) | private static native void nativeRegisterDevice(long nativePtr, long n... method nativeDeregisterDevice (line 68) | private static native void nativeDeregisterDevice(long nativePtr, long... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsSyncUser.java class OsSyncUser (line 27) | public class OsSyncUser implements NativeObject { method OsSyncUser (line 36) | public OsSyncUser(long nativePtr) { method getNativePtr (line 40) | @Override method getNativeFinalizerPtr (line 45) | @Override method nativeGetName (line 50) | public String nativeGetName() { method getEmail (line 54) | public String getEmail() { method getPictureUrl (line 58) | public String getPictureUrl() { method getFirstName (line 62) | public String getFirstName() { method getLastName (line 66) | public String getLastName() { method getGender (line 70) | public String getGender() { method getBirthday (line 74) | public String getBirthday() { method getMinAge (line 78) | public String getMinAge() { method getMaxAge (line 82) | public String getMaxAge() { method getIdentity (line 86) | public String getIdentity() { method getAccessToken (line 90) | public String getAccessToken() { method getRefreshToken (line 94) | public String getRefreshToken() { method getIdentities (line 98) | public Pair[] getIdentities() { method getDeviceId (line 108) | public String getDeviceId() { method getState (line 115) | public byte getState() { method getCustomData (line 119) | public Document getCustomData() { method refreshCustomData (line 125) | public void refreshCustomData() { method getProviderType (line 134) | public String getProviderType() { method equals (line 138) | @Override method hashCode (line 147) | @Override method nativeGetFinalizerMethodPtr (line 152) | private static native long nativeGetFinalizerMethodPtr(); method nativeGetName (line 153) | private static native String nativeGetName(long nativePtr); method nativeGetEmail (line 154) | private static native String nativeGetEmail(long nativePtr); method nativeGetPictureUrl (line 155) | private static native String nativeGetPictureUrl(long nativePtr); method nativeGetFirstName (line 156) | private static native String nativeGetFirstName(long nativePtr); method nativeGetLastName (line 157) | private static native String nativeGetLastName(long nativePtr); method nativeGetGender (line 158) | private static native String nativeGetGender(long nativePtr); method nativeGetBirthday (line 159) | private static native String nativeGetBirthday(long nativePtr); method nativeGetMinAge (line 160) | private static native String nativeGetMinAge(long nativePtr); method nativeGetMaxAge (line 161) | private static native String nativeGetMaxAge(long nativePtr); method nativeGetIdentity (line 162) | private static native String nativeGetIdentity(long nativePtr); method nativeGetAccessToken (line 163) | private static native String nativeGetAccessToken(long nativePtr); method nativeGetRefreshToken (line 164) | private static native String nativeGetRefreshToken(long nativePtr); method nativeGetIdentities (line 165) | private static native String[] nativeGetIdentities(long nativePtr); method nativeGetState (line 166) | private static native byte nativeGetState(long nativePtr); method nativeGetProviderType (line 167) | private static native String nativeGetProviderType(long nativePtr); method nativeGetDeviceId (line 168) | private static native String nativeGetDeviceId(long nativePtr); method nativeCustomData (line 169) | private static native String nativeCustomData(long nativeUserPtr); method nativeRefreshCustomData (line 170) | private static native void nativeRefreshCustomData(long nativeUserPtr,... FILE: realm/realm-library/src/objectServer/java/io/realm/internal/objectstore/OsWatchStream.java class OsWatchStream (line 10) | public class OsWatchStream implements NativeObject { method OsWatchStream (line 18) | public OsWatchStream(CodecRegistry codecRegistry) { method getNativePtr (line 23) | @Override method getNativeFinalizerPtr (line 28) | @Override method getNextEvent (line 33) | public BsonDocument getNextEvent() { method getState (line 38) | public String getState() { method getError (line 42) | public AppException getError() { method feedLine (line 46) | public void feedLine(String line) { method nativeGetFinalizerMethodPtr (line 50) | private static native long nativeGetFinalizerMethodPtr(); method nativeCreateWatchStream (line 51) | private static native long nativeCreateWatchStream(); method nativeFeedLine (line 52) | private static native void nativeFeedLine(long nativePtr, String line); method nativeGetState (line 53) | private static native String nativeGetState(long nativePtr); method nativeGetNextEvent (line 54) | private static native String nativeGetNextEvent(long nativePtr); method nativeGetError (line 55) | private static native AppException nativeGetError(long nativePtr); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/ApiKeyAuthImpl.java class ApiKeyAuthImpl (line 25) | @Beta method ApiKeyAuthImpl (line 28) | ApiKeyAuthImpl(User user) { method call (line 32) | @Override method nativeCallFunction (line 37) | private static native void nativeCallFunction(int functionType, long n... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/App.java class App (line 141) | @Beta class SyncImpl (line 147) | static final class SyncImpl extends Sync { method SyncImpl (line 148) | protected SyncImpl(App app) { method App (line 168) | public App(String appId) { method App (line 178) | public App(AppConfiguration config) { method init (line 184) | private OsApp init(AppConfiguration config) { method getSyncBaseDirectory (line 192) | private String getSyncBaseDirectory(AppConfiguration config) { method getAppInfo (line 221) | private String getAppInfo(AppConfiguration config) { method getBindingInfo (line 241) | private String getBindingInfo() { method currentUser (line 273) | @Nullable method allUsers (line 287) | public Map allUsers() { method switchUser (line 306) | public User switchUser(User user) { method removeUser (line 323) | public User removeUser(User user) throws AppException { method removeAsync (line 337) | RealmAsyncTask removeAsync(User user, App.Callback callback) { method login (line 357) | public User login(Credentials credentials) throws AppException { method notifyUserLoggedIn (line 367) | private void notifyUserLoggedIn(User user) { method notifyUserLoggedOut (line 378) | void notifyUserLoggedOut(User user) { method loginAsync (line 406) | public RealmAsyncTask loginAsync(Credentials credentials, Callback { method Result (line 539) | private Result(@Nullable T result, @Nullable AppException exception) { method success (line 547) | public static Result success() { method withResult (line 556) | public static Result withResult(T result) { method withError (line 566) | public static Result withError(AppException exception) { method isSuccess (line 575) | public boolean isSuccess() { method get (line 584) | public T get() { method getOrDefault (line 595) | public T getOrDefault(T defaultValue) { method getOrThrow (line 606) | public T getOrThrow() { method getError (line 619) | public AppException getError() { type Callback (line 629) | public interface Callback { method onResult (line 635) | void onResult(Result result); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/AppConfiguration.java class AppConfiguration (line 72) | @Beta method AppConfiguration (line 157) | private AppConfiguration(String appId, method getAppId (line 190) | public String getAppId() { method getAppName (line 200) | @Nullable method getAppVersion (line 210) | @Nullable method getBaseUrl (line 220) | public URL getBaseUrl() { method getEncryptionKey (line 230) | @Nullable method getRequestTimeoutMs (line 241) | public long getRequestTimeoutMs() { method getAuthorizationHeaderName (line 251) | public String getAuthorizationHeaderName() { method getCustomRequestHeaders (line 261) | public Map getCustomRequestHeaders() { method getDefaultErrorHandler (line 271) | public SyncSession.ErrorHandler getDefaultErrorHandler() { method getDefaultClientResetHandler (line 283) | @Deprecated method getDefaultSyncClientResetStrategy (line 299) | public SyncClientResetStrategy getDefaultSyncClientResetStrategy() { method getSyncRootDirectory (line 309) | public File getSyncRootDirectory() { method getDefaultCodecRegistry (line 322) | public CodecRegistry getDefaultCodecRegistry() { method getHttpLogObfuscator (line 332) | @Nullable method equals (line 337) | @Override method hashCode (line 359) | @Override method getLoginObfuscators (line 376) | private static Map getLoginObfuscators... class Builder (line 391) | public static class Builder { method onError (line 398) | @Override method onBeforeReset (line 416) | @Override method onAfterRecovery (line 421) | @Override method onAfterDiscard (line 426) | @Override method onManualResetFallback (line 431) | @Override method Builder (line 450) | public Builder(String appId) { method encryptionKey (line 466) | public Builder encryptionKey(@ParametersAreNonnullByDefault byte[] k... method baseUrl (line 483) | public Builder baseUrl(String baseUrl) { method appName (line 495) | public Builder appName(String appName) { method appVersion (line 507) | public Builder appVersion(String appVersion) { method requestTimeout (line 521) | public Builder requestTimeout(long time, TimeUnit unit) { method authorizationHeaderName (line 540) | public Builder authorizationHeaderName(String headerName) { method addCustomRequestHeader (line 553) | public Builder addCustomRequestHeader(String headerName, String head... method addCustomRequestHeaders (line 566) | public Builder addCustomRequestHeaders(@Nullable Map... method defaultSyncErrorHandler (line 583) | public Builder defaultSyncErrorHandler(SyncSession.ErrorHandler erro... method defaultClientResetHandler (line 600) | @Deprecated method defaultSyncClientResetStrategy (line 619) | public Builder defaultSyncClientResetStrategy(@Nonnull ManuallyRecov... method defaultSyncClientResetStrategy (line 637) | public Builder defaultSyncClientResetStrategy(@Nonnull DiscardUnsync... method defaultSyncClientResetStrategy (line 655) | public Builder defaultSyncClientResetStrategy(@Nonnull RecoverUnsync... method defaultSyncClientResetStrategy (line 673) | public Builder defaultSyncClientResetStrategy(@Nonnull RecoverOrDisc... method syncRootDirectory (line 687) | public Builder syncRootDirectory(File rootDir) { method createUrl (line 705) | private URL createUrl(String baseUrl) { method codecRegistry (line 724) | public Builder codecRegistry(CodecRegistry codecRegistry) { method httpLogObfuscator (line 738) | public Builder httpLogObfuscator(@Nullable HttpLogObfuscator httpLog... method build (line 748) | public AppConfiguration build() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/AppException.java class AppException (line 36) | @Beta method AppException (line 57) | public AppException(ErrorCode errorCode, String errorMessage) { method AppException (line 71) | public AppException(String errorType, int errorCode, String errorMessa... method AppException (line 81) | public AppException(ErrorCode errorCode, Throwable exception) { method AppException (line 92) | public AppException(ErrorCode errorCode, String title, @Nullable Strin... method AppException (line 103) | public AppException(ErrorCode errorCode, @Nullable String errorMessage... method AppException (line 107) | public AppException(ErrorCode errorCode, String nativeErrorType, int n... method getErrorCode (line 127) | public ErrorCode getErrorCode() { method getErrorType (line 136) | public String getErrorType() { method getErrorIntValue (line 146) | public int getErrorIntValue() { method getErrorMessage (line 155) | @Nullable method getException (line 165) | @Nullable method getCategory (line 178) | public ErrorCode.Category getCategory() { method toString (line 182) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/AuthenticationListener.java type AuthenticationListener (line 24) | @Beta method loggedIn (line 31) | void loggedIn(User user); method loggedOut (line 38) | void loggedOut(User user); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/Credentials.java class Credentials (line 58) | @Beta method anonymous (line 76) | public static Credentials anonymous() { method apiKey (line 89) | public static Credentials apiKey(String key) { method apple (line 103) | public static Credentials apple(String idToken) { method customFunction (line 119) | public static Credentials customFunction(Document arguments) { method emailPassword (line 133) | public static Credentials emailPassword(String email, String password) { method facebook (line 149) | public static Credentials facebook(String accessToken) { method google (line 164) | public static Credentials google(String token, GoogleAuthType type) { method google (line 179) | @Deprecated method jwt (line 194) | public static Credentials jwt(String jwtToken) { method getIdentityProvider (line 204) | public Provider getIdentityProvider() { method asJson (line 221) | public String asJson() { method Credentials (line 225) | private Credentials(OsAppCredentials credentials, Provider identityPro... type Provider (line 237) | public enum Provider { method fromId (line 255) | public static Provider fromId(String id) { method Provider (line 266) | Provider(String id) { method getId (line 273) | public String getId() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/EmailPasswordAuthImpl.java class EmailPasswordAuthImpl (line 23) | @Beta method EmailPasswordAuthImpl (line 26) | EmailPasswordAuthImpl(App app) { method call (line 30) | @Override method nativeCallFunction (line 35) | private static native void nativeCallFunction(int functionType, FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/ErrorCode.java type ErrorCode (line 30) | @Keep method ErrorCode (line 393) | ErrorCode(String type, int errorCode) { method ErrorCode (line 397) | ErrorCode(String type, int errorCode, Category category) { method toString (line 403) | @Override method intValue (line 416) | public int intValue() { method getCategory (line 433) | public Category getCategory() { method getType (line 443) | public String getType() { method fromNativeError (line 456) | public static ErrorCode fromNativeError(String type, int errorCode) { class Type (line 468) | public static class Type { type Category (line 500) | public enum Category { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/FunctionsImpl.java class FunctionsImpl (line 34) | @Beta method FunctionsImpl (line 37) | FunctionsImpl(User user) { method FunctionsImpl (line 41) | FunctionsImpl(User user, CodecRegistry codecRegistry) { method invoke (line 46) | @Override method nativeCallFunction (line 69) | private static native void nativeCallFunction(long nativeAppPtr, long ... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/RealmEventStreamAsyncTask.java type RealmEventStreamAsyncTask (line 29) | public interface RealmEventStreamAsyncTask extends RealmAsyncTask { method get (line 37) | void get(App.Callback> callback) throws IllegalStat... method isOpen (line 43) | boolean isOpen(); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/RealmEventStreamTask.java type RealmEventStreamTask (line 31) | public interface RealmEventStreamTask extends RealmAsyncTask { method getNext (line 40) | BaseChangeEvent getNext() throws AppException, IOException; method isOpen (line 47) | boolean isOpen(); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/RealmResultTask.java type RealmResultTask (line 29) | public interface RealmResultTask extends RealmAsyncTask { method get (line 36) | T get(); method getAsync (line 46) | void getAsync(App.Callback callback); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/User.java class User (line 54) | @Beta type UserType (line 68) | enum UserType { method UserType (line 75) | UserType(String key) { method getKey (line 79) | public String getKey() { type State (line 87) | public enum State { method State (line 94) | State(byte nativeValue) { method getKey (line 98) | byte getKey() { class MongoClientImpl (line 103) | private static class MongoClientImpl extends MongoClient { method MongoClientImpl (line 104) | protected MongoClientImpl(OsMongoClient osMongoClient, class PushImpl (line 110) | private static class PushImpl extends Push { method PushImpl (line 111) | protected PushImpl(OsPush osPush) { method User (line 116) | User(OsSyncUser osUser, App app) { method getId (line 127) | public String getId() { method getProfile (line 136) | public UserProfile getProfile(){ method getIdentities (line 146) | public List getIdentities() { method getProviderType (line 164) | @Deprecated method getAccessToken (line 174) | public String getAccessToken() { method getRefreshToken (line 183) | public String getRefreshToken() { method getDeviceId (line 192) | public String getDeviceId() { method getApp (line 201) | public App getApp() { method getState (line 210) | public State getState() { method getCustomData (line 228) | public Document getCustomData() { method refreshCustomData (line 238) | public Document refreshCustomData() { method refreshCustomData (line 252) | public RealmAsyncTask refreshCustomData(App.Callback callbac... method isLoggedIn (line 269) | public boolean isLoggedIn() { method linkCredentials (line 296) | public User linkCredentials(Credentials credentials) { method linkCredentialsAsync (line 343) | public RealmAsyncTask linkCredentialsAsync(Credentials credentials, Ap... method remove (line 363) | public User remove() throws AppException { method removeAsync (line 392) | public RealmAsyncTask removeAsync(App.Callback callback) { method logOut (line 421) | public void logOut() throws AppException { method logOutAsync (line 452) | public RealmAsyncTask logOutAsync(App.Callback callback) { method getApiKeys (line 469) | public synchronized ApiKeyAuth getApiKeys() { method getFunctions (line 485) | public synchronized Functions getFunctions() { method getFunctions (line 501) | public Functions getFunctions(CodecRegistry codecRegistry) { method getPush (line 510) | public synchronized Push getPush(String serviceName) { method getMongoClient (line 523) | public synchronized MongoClient getMongoClient(String serviceName) { method equals (line 537) | @SuppressFBWarnings("NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION") method hashCode (line 549) | @Override method checkLoggedIn (line 556) | private void checkLoggedIn() { method nativeRemoveUser (line 562) | private static native void nativeRemoveUser(long nativeAppPtr, long na... method nativeLinkUser (line 564) | private static native void nativeLinkUser(long nativeAppPtr, long nati... method nativeLogOut (line 566) | private static native void nativeLogOut(long appNativePtr, long userNa... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/UserIdentity.java class UserIdentity (line 26) | @Beta method UserIdentity (line 33) | UserIdentity(String id, String providerId) { method getId (line 44) | public String getId() { method getProvider (line 53) | public Credentials.Provider getProvider() { method equals (line 57) | @Override method hashCode (line 69) | @Override method toString (line 77) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/UserProfile.java class UserProfile (line 23) | public class UserProfile { method UserProfile (line 26) | UserProfile(User user) { method getName (line 35) | @Nullable method getEmail (line 46) | @Nullable method getPictureUrl (line 56) | @Nullable method getFirstName (line 66) | @Nullable method getLastName (line 76) | @Nullable method getGender (line 86) | @Nullable method getBirthday (line 96) | @Nullable method getMinAge (line 106) | @Nullable method getMaxAge (line 117) | @Nullable method getUser (line 128) | public User getUser() { method toString (line 132) | @Override method equals (line 147) | @SuppressFBWarnings("NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION") method hashCode (line 158) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/auth/ApiKey.java class ApiKey (line 35) | @Beta method ApiKey (line 42) | ApiKey(ObjectId id, @Nullable String value, String name, boolean enabl... method getId (line 54) | public ObjectId getId() { method getValue (line 64) | @Nullable method getName (line 74) | public String getName() { method isEnabled (line 84) | public boolean isEnabled() { method equals (line 88) | @Override method hashCode (line 101) | @Override method toString (line 110) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/auth/ApiKeyAuth.java class ApiKeyAuth (line 41) | @Beta method ApiKeyAuth (line 58) | protected ApiKeyAuth(User user) { method getUser (line 67) | public User getUser() { method getApp (line 76) | public App getApp() { method create (line 91) | public ApiKey create(String name) throws AppException { method createAsync (line 117) | public RealmAsyncTask createAsync(String name, App.Callback ca... method fetch (line 133) | public ApiKey fetch(ObjectId id) throws AppException { method fetchAsync (line 155) | public RealmAsyncTask fetchAsync(ObjectId id, App.Callback cal... method fetchAll (line 170) | public List fetchAll() throws AppException { method fetchAll (line 196) | public RealmAsyncTask fetchAll(App.Callback> callback) { method delete (line 212) | public void delete(ObjectId id) throws AppException { method deleteAsync (line 230) | public RealmAsyncTask deleteAsync(ObjectId id, App.Callback call... method disable (line 247) | public void disable(ObjectId id) throws AppException { method disableAsync (line 265) | public RealmAsyncTask disableAsync(ObjectId id, App.Callback cal... method enable (line 282) | public void enable(ObjectId id) throws AppException { method enableAsync (line 299) | public RealmAsyncTask enableAsync(ObjectId id, App.Callback call... method createKeyFromNative (line 310) | private ApiKey createKeyFromNative(Object[] keyData) { method equals (line 317) | @Override method hashCode (line 327) | @Override method toString (line 332) | @Override method call (line 339) | protected abstract void call(int functionType, @Nullable String arg, O... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/auth/EmailPasswordAuth.java class EmailPasswordAuth (line 39) | @Beta method EmailPasswordAuth (line 56) | protected EmailPasswordAuth(App app) { method registerUser (line 69) | public void registerUser(String email, String password) throws AppExce... method registerUserAsync (line 92) | public RealmAsyncTask registerUserAsync(String email, String password,... method confirmUser (line 110) | public void confirmUser(String token, String tokenId) throws AppExcept... method confirmUserAsync (line 130) | public RealmAsyncTask confirmUserAsync(String token, String tokenId, A... method resendConfirmationEmail (line 147) | public void resendConfirmationEmail(String email) throws AppException { method resendConfirmationEmailAsync (line 165) | public RealmAsyncTask resendConfirmationEmailAsync(String email, App.C... method retryCustomConfirmation (line 182) | public void retryCustomConfirmation(String email) throws AppException { method retryCustomConfirmationAsync (line 200) | public RealmAsyncTask retryCustomConfirmationAsync(String email, App.C... method sendResetPasswordEmail (line 217) | public void sendResetPasswordEmail(String email) throws AppException { method sendResetPasswordEmailAsync (line 235) | public RealmAsyncTask sendResetPasswordEmailAsync(String email, App.Ca... method callResetPasswordFunction (line 256) | public void callResetPasswordFunction(String email, String newPassword... method callResetPasswordFunctionAsync (line 280) | public RealmAsyncTask callResetPasswordFunctionAsync(String email, Str... method resetPassword (line 300) | public void resetPassword(String token, String tokenId, String newPass... method resetPasswordAsync (line 325) | public RealmAsyncTask resetPasswordAsync(String token, String tokenId,... method call (line 336) | protected abstract void call(int functionType, OsJavaNetworkTransport.... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/auth/GoogleAuthType.java type GoogleAuthType (line 24) | public enum GoogleAuthType { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/functions/Functions.java class Functions (line 49) | @Beta method Functions (line 56) | protected Functions(User user, CodecRegistry codecRegistry) { method callFunction (line 77) | public ResultT callFunction(String name, List args, Class... method callFunction (line 96) | public ResultT callFunction(String name, List args, Class... method callFunction (line 116) | public ResultT callFunction(String name, List args, Decod... method callFunctionAsync (line 140) | public RealmAsyncTask callFunctionAsync(String name, List args,... method callFunctionAsync (line 170) | public RealmAsyncTask callFunctionAsync(String name, List args,... method callFunctionAsync (line 192) | public RealmAsyncTask callFunctionAsync(String name, List args,... method getDefaultCodecRegistry (line 208) | public CodecRegistry getDefaultCodecRegistry() { method getApp (line 217) | public App getApp() { method getUser (line 226) | public User getUser() { method invoke (line 230) | protected abstract T invoke(String name, List args, CodecRegist... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/log/obfuscator/HttpLogObfuscator.java class HttpLogObfuscator (line 28) | public class HttpLogObfuscator { method HttpLogObfuscator (line 42) | public HttpLogObfuscator(String feature, Map urlSegments, String input) { method equals (line 69) | @Override method hashCode (line 77) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/MongoClient.java class MongoClient (line 28) | @Beta method MongoClient (line 34) | protected MongoClient(final OsMongoClient osMongoClient, method getDatabase (line 46) | public MongoDatabase getDatabase(final String databaseName) { method getServiceName (line 57) | public String getServiceName() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/MongoCollection.java class MongoCollection (line 66) | @Beta method MongoCollection (line 73) | MongoCollection(final MongoNamespace nameSpace, method getNamespace (line 84) | public MongoNamespace getNamespace() { method getName (line 93) | public String getName() { method getDocumentClass (line 106) | public Class getDocumentClass() { method getCodecRegistry (line 115) | public CodecRegistry getCodecRegistry() { method withDocumentClass (line 129) | public MongoCollection withDocumentClass( method withCodecRegistry (line 141) | public MongoCollection withCodecRegistry(final CodecRegistr... method count (line 150) | public RealmResultTask count() { method count (line 166) | public RealmResultTask count(final Bson filter) { method count (line 183) | public RealmResultTask count(final Bson filter, final CountOptio... method findOne (line 198) | public RealmResultTask findOne() { method findOne (line 215) | public RealmResultTask findOne(final Class... method findOne (line 231) | public RealmResultTask findOne(final Bson filter) { method findOne (line 249) | public RealmResultTask findOne(final Bson filter, f... method findOne (line 266) | public RealmResultTask findOne(final Bson filter, final Fin... method findOne (line 285) | public RealmResultTask findOne(final Bson filter, method find (line 305) | public FindIterable find() { method find (line 318) | public FindIterable find(final FindOptions options) { method find (line 332) | public FindIterable find(final Class resul... method find (line 348) | public FindIterable find(final Class resul... method find (line 362) | public FindIterable find(final Bson filter) { method find (line 377) | public FindIterable find(final Bson filter, final FindOptio... method find (line 392) | public FindIterable find(final Bson filter, method find (line 410) | public FindIterable find(final Bson filter, method aggregate (line 425) | public AggregateIterable aggregate(final List AggregateIterable aggregate(final List insertOne(final DocumentT docu... method insertMany (line 469) | public RealmResultTask insertMany(final List deleteOne(final Bson filter) { method deleteMany (line 504) | public RealmResultTask deleteMany(final Bson filter) { method updateOne (line 522) | public RealmResultTask updateOne(final Bson filter, fina... method updateOne (line 541) | public RealmResultTask updateOne( method updateMany (line 562) | public RealmResultTask updateMany(final Bson filter, fin... method updateMany (line 581) | public RealmResultTask updateMany( method findOneAndUpdate (line 601) | public RealmResultTask findOneAndUpdate(final Bson filter, ... method findOneAndUpdate (line 620) | public RealmResultTask findOneAndUpdate(final Bson ... method findOneAndUpdate (line 640) | public RealmResultTask findOneAndUpdate(final Bson filter, method findOneAndUpdate (line 662) | public RealmResultTask findOneAndUpdate(final Bson ... method findOneAndReplace (line 682) | public RealmResultTask findOneAndReplace(final Bson filter,... method findOneAndReplace (line 701) | public RealmResultTask findOneAndReplace(final Bson... method findOneAndReplace (line 721) | public RealmResultTask findOneAndReplace(final Bson filter, method findOneAndReplace (line 743) | public RealmResultTask findOneAndReplace(final Bson... method findOneAndDelete (line 762) | public RealmResultTask findOneAndDelete(final Bson filter) { method findOneAndDelete (line 780) | public RealmResultTask findOneAndDelete(final Bson ... method findOneAndDelete (line 798) | public RealmResultTask findOneAndDelete(final Bson filter, method findOneAndDelete (line 818) | public RealmResultTask findOneAndDelete(final Bson ... method watch (line 836) | public RealmEventStreamTask watch() { method watch (line 852) | public RealmEventStreamTask watch(final BsonValue... ids) { method watch (line 870) | public RealmEventStreamTask watch(final ObjectId... ids) { method watchWithFilter (line 893) | public RealmEventStreamTask watchWithFilter(Document matchF... method watchWithFilter (line 915) | public RealmEventStreamTask watchWithFilter(BsonDocument ma... method watchAsync (line 931) | public RealmEventStreamAsyncTask watchAsync() { method watchAsync (line 947) | public RealmEventStreamAsyncTask watchAsync(final BsonValue... method watchAsync (line 965) | public RealmEventStreamAsyncTask watchAsync(final ObjectId.... method watchWithFilterAsync (line 988) | public RealmEventStreamAsyncTask watchWithFilterAsync(Docum... method watchWithFilterAsync (line 1010) | public RealmEventStreamAsyncTask watchWithFilterAsync(BsonD... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/MongoDatabase.java class MongoDatabase (line 28) | @Beta method MongoDatabase (line 34) | MongoDatabase(final OsMongoDatabase osMongoDatabase, method getName (line 45) | public String getName() { method getCollection (line 55) | public MongoCollection getCollection(final String collection... method getCollection (line 71) | public MongoCollection getCollection( FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/MongoNamespace.java class MongoNamespace (line 35) | @Beta method checkDatabaseNameValidity (line 54) | public static void checkDatabaseNameValidity(final String databaseName) { method checkCollectionNameValidity (line 70) | public static void checkCollectionNameValidity(final String collection... method MongoNamespace (line 82) | public MongoNamespace(final String fullName) { method MongoNamespace (line 99) | @BsonCreator method getDatabaseName (line 114) | public String getDatabaseName() { method getCollectionName (line 123) | public String getCollectionName() { method getFullName (line 132) | public String getFullName() { method equals (line 136) | @Override method toString (line 162) | @Override method hashCode (line 167) | @Override method getCollectionNameFullName (line 174) | private static String getCollectionNameFullName(final String namespace) { method getDatatabaseNameFromFullName (line 182) | private static String getDatatabaseNameFromFullName(final String names... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/events/BaseChangeEvent.java class BaseChangeEvent (line 29) | public abstract class BaseChangeEvent { method getOperationType (line 44) | public OperationType getOperationType() { method getFullDocument (line 53) | @Nullable method getDocumentKey (line 63) | public BsonDocument getDocumentKey() { method getUpdateDescription (line 72) | @Nullable method hasUncommittedWrites (line 83) | public boolean hasUncommittedWrites() { method BaseChangeEvent (line 87) | protected BaseChangeEvent( method toBsonDocument (line 108) | public abstract BsonDocument toBsonDocument(); type OperationType (line 113) | public enum OperationType { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/events/UpdateDescription.java class UpdateDescription (line 43) | public final class UpdateDescription { method UpdateDescription (line 55) | UpdateDescription( method getUpdatedFields (line 69) | public BsonDocument getUpdatedFields() { method getRemovedFields (line 79) | public Collection getRemovedFields() { method toUpdateDocument (line 88) | public BsonDocument toUpdateDocument() { method toBsonDocument (line 112) | public BsonDocument toBsonDocument() { method fromBsonDocument (line 136) | public static UpdateDescription fromBsonDocument(final BsonDocument do... method merge (line 160) | public UpdateDescription merge(@Nullable final UpdateDescription other... method diff (line 196) | private static UpdateDescription diff( method diff (line 267) | public static UpdateDescription diff( method isEmpty (line 288) | public boolean isEmpty() { method equals (line 292) | @Override method hashCode (line 303) | @Override class Fields (line 308) | private static final class Fields { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/iterable/AggregateIterable.java class AggregateIterable (line 35) | public class AggregateIterable extends MongoIterable { method AggregateIterable (line 39) | public AggregateIterable(final ThreadPoolExecutor threadPoolExecutor, method callNative (line 48) | @Override method nativeAggregate (line 54) | private static native void nativeAggregate(long remoteMongoCollectionPtr, FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/iterable/FindIterable.java class FindIterable (line 38) | public class FindIterable extends MongoIterable { method FindIterable (line 48) | public FindIterable(final ThreadPoolExecutor threadPoolExecutor, method callNative (line 58) | @Override method filter (line 80) | public FindIterable filter(@Nullable final Bson filter) { method limit (line 91) | public FindIterable limit(int limit) { method projection (line 102) | public FindIterable projection(@Nullable final Bson projectio... method sort (line 113) | public FindIterable sort(@Nullable final Bson sort) { method nativeFind (line 118) | private static native void nativeFind(int findType, FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/iterable/MongoCursor.java class MongoCursor (line 31) | public class MongoCursor implements Iterator, Closeable { method MongoCursor (line 35) | MongoCursor(Iterator iterator) { method hasNext (line 39) | @Override method next (line 44) | @Override method tryNext (line 54) | public ResultT tryNext() { method close (line 61) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/iterable/MongoIterable.java class MongoIterable (line 43) | public abstract class MongoIterable { method MongoIterable (line 51) | MongoIterable(final ThreadPoolExecutor threadPoolExecutor, method callNative (line 61) | abstract void callNative(NetworkRequest callback); method iterator (line 71) | public RealmResultTask> iterator() { method first (line 89) | public RealmResultTask first() { method getCollection (line 112) | private Collection getCollection() { method mapCollection (line 125) | private Collection mapCollection(Object result) { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/options/CountOptions.java class CountOptions (line 24) | @Beta method getLimit (line 33) | public int getLimit() { method limit (line 43) | public CountOptions limit(final int limit) { method toString (line 48) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/options/FindOneAndModifyOptions.java class FindOneAndModifyOptions (line 30) | @Beta method FindOneAndModifyOptions (line 38) | public FindOneAndModifyOptions() { method getProjection (line 48) | @Nullable method projection (line 59) | public FindOneAndModifyOptions projection(@Nullable final Bson project... method getSort (line 70) | @Nullable method sort (line 81) | public FindOneAndModifyOptions sort(@Nullable final Bson sort) { method isUpsert (line 93) | public boolean isUpsert() { method upsert (line 104) | public FindOneAndModifyOptions upsert(final boolean upsert) { method isReturnNewDocument (line 117) | public boolean isReturnNewDocument() { method returnNewDocument (line 130) | public FindOneAndModifyOptions returnNewDocument(final boolean returnN... method toString (line 135) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/options/FindOptions.java class FindOptions (line 29) | @Beta method FindOptions (line 39) | public FindOptions() { method getLimit (line 49) | public int getLimit() { method limit (line 59) | public FindOptions limit(final int limit) { method getProjection (line 69) | @Nullable method projection (line 80) | public FindOptions projection(@Nullable final Bson projection) { method getSort (line 91) | @Nullable method sort (line 102) | public FindOptions sort(@Nullable final Bson sort) { method toString (line 107) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/options/InsertManyResult.java class InsertManyResult (line 28) | @Beta method InsertManyResult (line 39) | public InsertManyResult(final Map insertedIds) { method getInsertedIds (line 50) | public Map getInsertedIds() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/options/UpdateOptions.java class UpdateOptions (line 24) | @Beta method isUpsert (line 34) | public boolean isUpsert() { method upsert (line 45) | public UpdateOptions upsert(final boolean upsert) { method toString (line 50) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/result/DeleteResult.java class DeleteResult (line 24) | @Beta method DeleteResult (line 34) | public DeleteResult(final long deletedCount) { method getDeletedCount (line 43) | public long getDeletedCount() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/result/InsertOneResult.java class InsertOneResult (line 26) | @Beta method InsertOneResult (line 36) | public InsertOneResult(final BsonValue insertedId) { method getInsertedId (line 45) | public BsonValue getInsertedId() { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/mongo/result/UpdateResult.java class UpdateResult (line 28) | @Beta method UpdateResult (line 43) | public UpdateResult( method getMatchedCount (line 58) | public long getMatchedCount() { method getModifiedCount (line 67) | public long getModifiedCount() { method getUpsertedId (line 78) | @Nullable FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/push/Push.java class Push (line 29) | @Beta method Push (line 34) | public Push(final OsPush osPush) { method registerDevice (line 44) | public void registerDevice(String registrationToken) { method registerDeviceAsync (line 57) | public RealmAsyncTask registerDeviceAsync(String registrationToken, method deregisterDevice (line 73) | public void deregisterDevice() { method deregisterDeviceAsync (line 85) | public RealmAsyncTask deregisterDeviceAsync(App.Callback callbac... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/AutomaticClientResetStrategy.java type AutomaticClientResetStrategy (line 25) | public interface AutomaticClientResetStrategy extends SyncClientResetStr... method onBeforeReset (line 33) | void onBeforeReset(Realm realm); method onManualResetFallback (line 42) | void onManualResetFallback(SyncSession session, ClientResetRequiredErr... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ClientResetRequiredError.java class ClientResetRequiredError (line 34) | @Beta method ClientResetRequiredError (line 43) | ClientResetRequiredError(long appNativePointer, ErrorCode errorCode, S... method executeClientReset (line 63) | public void executeClientReset() { method getBackupFile (line 81) | public File getBackupFile() { method getBackupRealmConfiguration (line 91) | public RealmConfiguration getBackupRealmConfiguration() { method getOriginalFile (line 101) | public File getOriginalFile() { method nativeExecuteClientReset (line 106) | private native void nativeExecuteClientReset(long appNativePointer, St... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ConnectionListener.java type ConnectionListener (line 32) | @Beta method onChange (line 41) | void onChange(ConnectionState oldState, ConnectionState newState); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ConnectionState.java type ConnectionState (line 24) | @Beta method ConnectionState (line 48) | ConnectionState(int value) { method fromNativeValue (line 52) | static ConnectionState fromNativeValue(long value) { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/DiscardUnsyncedChangesStrategy.java type DiscardUnsyncedChangesStrategy (line 43) | public interface DiscardUnsyncedChangesStrategy extends AutomaticClientR... method onBeforeReset (line 48) | @Override method onAfterReset (line 59) | void onAfterReset(Realm before, Realm after); method onError (line 70) | @Deprecated method onManualResetFallback (line 76) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ManuallyRecoverUnsyncedChangesStrategy.java type ManuallyRecoverUnsyncedChangesStrategy (line 58) | public interface ManuallyRecoverUnsyncedChangesStrategy extends SyncClie... method onClientReset (line 67) | void onClientReset(SyncSession session, ClientResetRequiredError error); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/Progress.java class Progress (line 38) | @Beta method Progress (line 50) | Progress(long transferredBytes, long transferableBytes) { method getTransferredBytes (line 60) | public long getTransferredBytes() { method getTransferableBytes (line 75) | public long getTransferableBytes() { method getFractionTransferred (line 86) | public double getFractionTransferred() { method isTransferComplete (line 111) | public boolean isTransferComplete() { method equals (line 115) | @Override method hashCode (line 127) | @Override method toString (line 134) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ProgressListener.java type ProgressListener (line 26) | @Beta method onChange (line 59) | void onChange(Progress progress); FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/ProgressMode.java type ProgressMode (line 24) | @Beta FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/RecoverOrDiscardUnsyncedChangesStrategy.java type RecoverOrDiscardUnsyncedChangesStrategy (line 42) | public interface RecoverOrDiscardUnsyncedChangesStrategy extends Automat... method onBeforeReset (line 46) | @Override method onAfterRecovery (line 57) | void onAfterRecovery(Realm before, Realm after); method onAfterDiscard (line 68) | void onAfterDiscard(Realm before, Realm after); method onManualResetFallback (line 73) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/RecoverUnsyncedChangesStrategy.java type RecoverUnsyncedChangesStrategy (line 41) | public interface RecoverUnsyncedChangesStrategy extends AutomaticClientR... method onBeforeReset (line 45) | @Override method onAfterReset (line 56) | void onAfterReset(Realm before, Realm after); method onManualResetFallback (line 61) | @Override FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/Sync.java class Sync (line 78) | @Keep method Sync (line 88) | protected Sync(App app, long appNativePointer) { class Debug (line 96) | @SuppressFBWarnings("MS_SHOULD_BE_FINAL") method onChange (line 111) | @Override method getSession (line 133) | public synchronized SyncSession getSession(SyncConfiguration syncConfi... method getAllSessions (line 153) | public synchronized Collection getAllSessions(){ method getOrCreateSession (line 167) | public synchronized SyncSession getOrCreateSession(SyncConfiguration s... method getAbsolutePathForRealm (line 197) | String getAbsolutePathForRealm(String userId, @Nullable BsonValue part... method removeSession (line 230) | @SuppressWarnings("unused") method notifyErrorHandler (line 251) | @SuppressWarnings("unused") method doNotifyError (line 275) | private void doNotifyError(byte nativeErrorCategory, int nativeErrorCo... method notifyNetworkIsBack (line 288) | private synchronized void notifyNetworkIsBack() { method notifyProgressListener (line 302) | @SuppressWarnings("unused") method reconnect (line 325) | public void reconnect() { method reset (line 335) | synchronized void reset() { method simulateClientReset (line 352) | void simulateClientReset(SyncSession session) { method simulateClientReset (line 366) | void simulateClientReset(SyncSession session, ErrorCode errorCode) { method sslVerifyCallback (line 401) | @SuppressWarnings("unused") method systemDefaultTrustManager (line 458) | private static X509TrustManager systemDefaultTrustManager() { method buildCertificateFromPEM (line 474) | private static X509Certificate buildCertificateFromPEM(String pem) thr... method nativeReset (line 486) | private static native void nativeReset(long appNativePointer); method nativeSimulateSyncError (line 487) | private static native void nativeSimulateSyncError(long appNativePoint... method nativeReconnect (line 488) | private static native void nativeReconnect(long appNativePointer); method nativeGetPathForRealm (line 489) | private static native String nativeGetPathForRealm(long appNativePoint... FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/SyncClientResetStrategy.java type SyncClientResetStrategy (line 22) | public interface SyncClientResetStrategy { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/SyncConfiguration.java class SyncConfiguration (line 101) | public class SyncConfiguration extends RealmConfiguration { method SyncConfiguration (line 118) | private SyncConfiguration(File realmPath, method forRecovery (line 192) | public static RealmConfiguration forRecovery(String canonicalPath, @Nu... method forErrorRecovery (line 212) | RealmConfiguration forErrorRecovery(String canonicalPath) { method defaultConfig (line 223) | public static SyncConfiguration defaultConfig(User user) { method defaultConfig (line 234) | public static SyncConfiguration defaultConfig(User user, @Nullable Str... method defaultConfig (line 245) | public static SyncConfiguration defaultConfig(User user, @Nullable Lon... method defaultConfig (line 256) | public static SyncConfiguration defaultConfig(User user, @Nullable Int... method defaultConfig (line 267) | public static SyncConfiguration defaultConfig(User user, @Nullable Obj... method defaultConfig (line 278) | public static SyncConfiguration defaultConfig(User user, @Nullable UUI... method forRecovery (line 292) | public static RealmConfiguration forRecovery(String canonicalPath) { method getInitialDataTransaction (line 296) | @Override method getInitialSubscriptionsHandler (line 306) | public InitialFlexibleSyncSubscriptions getInitialSubscriptionsHandler... method getServerPath (line 311) | private static String getServerPath(User user, URI serverUrl) { method equals (line 318) | @SuppressFBWarnings("NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION") method hashCode (line 346) | @Override method toString (line 365) | @Override method getUser (line 402) | public User getUser() { method getServerUrl (line 411) | public URI getServerUrl() { method getErrorHandler (line 420) | public SyncSession.ErrorHandler getErrorHandler() { method getClientResetHandler (line 431) | @Deprecated method getSyncClientResetStrategy (line 445) | public SyncClientResetStrategy getSyncClientResetStrategy() { method shouldDeleteRealmOnLogout (line 455) | public boolean shouldDeleteRealmOnLogout() { method getServerCertificateAssetName (line 466) | @Nullable method getServerCertificateFilePath (line 478) | @Nullable method syncClientValidateSsl (line 489) | public boolean syncClientValidateSsl() { method shouldWaitForInitialRemoteData (line 500) | public boolean shouldWaitForInitialRemoteData() { method getInitialRemoteDataTimeout (line 512) | public long getInitialRemoteDataTimeout(TimeUnit unit) { method isSyncConfiguration (line 516) | @Override method getSessionStopPolicy (line 528) | public OsRealmConfig.SyncSessionStopPolicy getSessionStopPolicy() { method getUrlPrefix (line 535) | @Nullable method getPartitionValue (line 551) | public BsonValue getPartitionValue() { method isFlexibleSyncConfiguration (line 562) | public boolean isFlexibleSyncConfiguration() { method isPartitionBasedSyncConfiguration (line 573) | public boolean isPartitionBasedSyncConfiguration() { method realmExists (line 577) | @Override method checkPartitionConfiguration (line 582) | private void checkPartitionConfiguration() { type InitialFlexibleSyncSubscriptions (line 594) | public interface InitialFlexibleSyncSubscriptions { method configure (line 595) | void configure(Realm realm, MutableSubscriptionSet subscriptions); class Builder (line 601) | public static final class Builder { method Builder (line 652) | public Builder(User user) { method Builder (line 663) | public Builder(User user, @Nullable String partitionValue) { method Builder (line 674) | public Builder(User user, @Nullable ObjectId partitionValue) { method Builder (line 685) | public Builder(User user, @Nullable Integer partitionValue) { method Builder (line 696) | public Builder(User user, @Nullable Long partitionValue) { method Builder (line 707) | public Builder(User user, @Nullable UUID partitionValue) { method Builder (line 720) | Builder(User user, @Nullable BsonValue partitionValue) { method validateAndSet (line 737) | private void validateAndSet(User user) { method validateAndSet (line 748) | private void validateAndSet(URL baseUrl ) { method name (line 791) | public Builder name(String filename) { method encryptionKey (line 816) | public Builder encryptionKey(byte[] key) { method schema (line 835) | SyncConfiguration.Builder schema(Class firstCl... method sessionStopPolicy (line 857) | SyncConfiguration.Builder sessionStopPolicy(OsRealmConfig.SyncSessio... method schemaVersion (line 885) | public Builder schemaVersion(long schemaVersion) { method modules (line 908) | public Builder modules(Object baseModule, Object... additionalModule... method modules (line 934) | public Builder modules(Iterable modules) { method addModule (line 947) | public Builder addModule(Object module) { method rxFactory (line 963) | public Builder rxFactory(@Nonnull RxObservableFactory factory) { method flowFactory (line 977) | public Builder flowFactory(@Nonnull FlowFactory factory) { method initialData (line 992) | public Builder initialData(Realm.Transaction transaction) { method initialSubscriptions (line 1006) | public Builder initialSubscriptions(InitialFlexibleSyncSubscriptions... method inMemory (line 1019) | public Builder inMemory() { method errorHandler (line 1032) | public Builder errorHandler(SyncSession.ErrorHandler errorHandler) { method trustedRootCA (line 1053) | public Builder trustedRootCA(String filename) { method disableSSLVerification (line 1069) | public Builder disableSSLVerification() { method syncClientResetStrategyInternal (line 1074) | Builder syncClientResetStrategyInternal(SyncClientResetStrategy stra... method clientResetHandler (line 1088) | @Deprecated method syncClientResetStrategy (line 1099) | public Builder syncClientResetStrategy(ManuallyRecoverUnsyncedChange... method syncClientResetStrategy (line 1109) | public Builder syncClientResetStrategy(DiscardUnsyncedChangesStrateg... method syncClientResetStrategy (line 1119) | public Builder syncClientResetStrategy(RecoverUnsyncedChangesStrateg... method syncClientResetStrategy (line 1129) | public Builder syncClientResetStrategy(RecoverOrDiscardUnsyncedChang... method waitForInitialRemoteData (line 1145) | public Builder waitForInitialRemoteData() { method waitForInitialRemoteData (line 1166) | public Builder waitForInitialRemoteData(long timeout, TimeUnit unit) { method readOnly (line 1189) | public SyncConfiguration.Builder readOnly() { method compactOnLaunch (line 1198) | public SyncConfiguration.Builder compactOnLaunch() { method compactOnLaunch (line 1210) | public SyncConfiguration.Builder compactOnLaunch(CompactOnLaunchCall... method assetFile (line 1234) | public SyncConfiguration.Builder assetFile(String assetFile) { method urlPrefix (line 1255) | public SyncConfiguration.Builder urlPrefix(String urlPrefix) { method MD5 (line 1266) | private String MD5(String in) { method maxNumberOfActiveVersions (line 1313) | public Builder maxNumberOfActiveVersions(long number) { method allowWritesOnUiThread (line 1325) | public Builder allowWritesOnUiThread(boolean allowWritesOnUiThread) { method allowQueriesOnUiThread (line 1337) | public Builder allowQueriesOnUiThread(boolean allowQueriesOnUiThread) { method build (line 1348) | public SyncConfiguration build() { method checkModule (line 1433) | private void checkModule(Object module) { FILE: realm/realm-library/src/objectServer/java/io/realm/mongodb/sync/SyncSession.java class SyncSession (line 63) | @Keep type State (line 122) | public enum State { method State (line 165) | State(byte value) { method fromNativeValue (line 169) | static State fromNativeValue(long value) { method SyncSession (line 181) | SyncSession(SyncConfiguration configuration, long appNativePointer) { method getConfiguration (line 193) | public SyncConfiguration getConfiguration() { method getUser (line 203) | public User getUser() { method getServerUrl (line 212) | public URI getServerUrl() { method notifySessionError (line 217) | void notifySessionError(byte nativeErrorCategory, int nativeErrorCode,... method getState (line 284) | public State getState() { method getConnectionState (line 299) | public ConnectionState getConnectionState() { method isConnected (line 319) | public boolean isConnected() { method notifyProgressListener (line 328) | @SuppressWarnings("unused") method notifyConnectionListeners (line 350) | @SuppressWarnings("unused") method addDownloadProgressListener (line 371) | public synchronized void addDownloadProgressListener(ProgressMode mode... method addUploadProgressListener (line 385) | public synchronized void addUploadProgressListener(ProgressMode mode, ... method removeProgressListener (line 394) | public synchronized void removeProgressListener(ProgressListener liste... method addProgressListener (line 415) | private void addProgressListener(ProgressMode mode, int direction, Pro... method checkProgressListenerArguments (line 436) | private void checkProgressListenerArguments(ProgressMode mode, Progres... method addConnectionChangeListener (line 449) | public synchronized void addConnectionChangeListener(ConnectionListene... method removeConnectionChangeListener (line 463) | public synchronized void removeConnectionChangeListener(ConnectionList... method close (line 471) | synchronized void close() { method notifyAllChangesSent (line 493) | @SuppressWarnings("unused") method downloadAllServerChanges (line 520) | public void downloadAllServerChanges() throws InterruptedException { method downloadAllServerChanges (line 547) | public boolean downloadAllServerChanges(long timeout, TimeUnit unit) t... method uploadAllLocalChanges (line 573) | public void uploadAllLocalChanges() throws InterruptedException { method uploadAllLocalChanges (line 600) | public boolean uploadAllLocalChanges(long timeout, TimeUnit unit) thro... method start (line 630) | public synchronized void start() { method stop (line 642) | public synchronized void stop() { method waitForChanges (line 656) | private boolean waitForChanges(int direction, long timeout, TimeUnit u... method checkTimeout (line 702) | private void checkTimeout(long timeout, TimeUnit unit) { method shutdownAndWait (line 712) | void shutdownAndWait() { type ErrorHandler (line 721) | public interface ErrorHandler { method onError (line 731) | void onError(SyncSession session, AppException error); type ClientResetHandler (line 774) | @Deprecated class WaitForSessionWrapper (line 780) | private static class WaitForSessionWrapper { method waitForServerChanges (line 792) | public boolean waitForServerChanges(long timeout, TimeUnit unit) thr... method handleResult (line 805) | public void handleResult(Long errorCategory, Long errorCode, String ... method isSuccess (line 813) | public boolean isSuccess() { method throwExceptionIfNeeded (line 821) | public void throwExceptionIfNeeded() { method nativeAddConnectionListener (line 837) | private native long nativeAddConnectionListener(long appNativePointer,... method nativeRemoveConnectionListener (line 838) | private static native void nativeRemoveConnectionListener(long appNati... method nativeAddProgressListener (line 839) | private native long nativeAddProgressListener(long appNativePointer, S... method nativeRemoveProgressListener (line 840) | private static native void nativeRemoveProgressListener(long appNative... method nativeWaitForDownloadCompletion (line 841) | private native boolean nativeWaitForDownloadCompletion(long appNativeP... method nativeWaitForUploadCompletion (line 842) | private native boolean nativeWaitForUploadCompletion(long appNativePoi... method nativeGetState (line 843) | private static native byte nativeGetState(long appNativePointer, Strin... method nativeGetConnectionState (line 844) | private static native byte nativeGetConnectionState(long appNativePoin... method nativeStart (line 845) | private static native void nativeStart(long appNativePointer, String l... method nativeStop (line 846) | private static native void nativeStop(long appNativePointer, String lo... method nativeShutdownAndWait (line 847) | private static native void nativeShutdownAndWait(long appNativePointer... FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/BaseIntegrationTest.java class BaseIntegrationTest (line 39) | public abstract class BaseIntegrationTest { method startSyncServer (line 55) | protected static void startSyncServer() { method stopSyncServer (line 68) | protected static void stopSyncServer() { class ConfigurationWrapper (line 78) | protected static class ConfigurationWrapper { method ConfigurationWrapper (line 82) | ConfigurationWrapper(RunInLooperThread looperThread) { method createSyncConfigurationBuilder (line 93) | public SyncConfiguration.Builder createSyncConfigurationBuilder(Sync... method getRoot (line 100) | public File getRoot() { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/IsolatedIntegrationTests.java class IsolatedIntegrationTests (line 16) | public class IsolatedIntegrationTests extends BaseIntegrationTest { method setupTest (line 18) | @Before method teardownTest (line 24) | @After FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/StandardIntegrationTest.java class StandardIntegrationTest (line 33) | public abstract class StandardIntegrationTest extends BaseIntegrationTest { method setupTestClass (line 35) | @BeforeClass method tearDownTestClass (line 40) | @AfterClass method setupTest (line 45) | @Before method teardownTest (line 50) | @After FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/ProcessCommitTests.java class ProcessCommitTests (line 51) | @RunWith(AndroidJUnit4.class) class ProcessCommitTestsModule (line 54) | @RealmModule(classes = { ProcessInfo.class, TestObject.class }) method setupTest (line 60) | @Override class SimpleCommitRemoteService (line 66) | public static class SimpleCommitRemoteService extends RemoteIntegratio... method run (line 70) | @Override method run (line 106) | @Override method expectSimpleCommit (line 117) | @Test class ALotCommitsRemoteService (line 150) | public static class ALotCommitsRemoteService extends RemoteIntegration... method run (line 154) | @Override method run (line 169) | @Override method run (line 184) | @Override method expectALot (line 197) | @Test FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/model/PartialSyncModule.java class PartialSyncModule (line 24) | @RealmModule(classes = {PartialSyncObjectA.class, PartialSyncObjectB.cla... FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/model/PartialSyncObjectA.java class PartialSyncObjectA (line 21) | public class PartialSyncObjectA extends RealmObject { method getNumber (line 25) | public int getNumber() { method setNumber (line 29) | public void setNumber(int number) { method getString (line 33) | public String getString() { method setString (line 37) | public void setString(String string) { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/model/PartialSyncObjectB.java class PartialSyncObjectB (line 21) | public class PartialSyncObjectB extends RealmObject { method getNumber (line 26) | public int getNumber() { method setNumber (line 30) | public void setNumber(int number) { method getFirstString (line 34) | public String getFirstString() { method setFirstString (line 38) | public void setFirstString(String firstString) { method getSecondString (line 42) | public String getSecondString() { method setSecondString (line 46) | public void setSecondString(String secondString) { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/model/ProcessInfo.java class ProcessInfo (line 21) | public class ProcessInfo extends RealmObject { method getPid (line 26) | public int getPid() { method setPid (line 30) | public void setPid(int pid) { method getName (line 34) | public String getName() { method setName (line 38) | public void setName(String name) { method getThreadId (line 42) | public long getThreadId() { method setThreadId (line 46) | public void setThreadId(long threadId) { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/model/TestObject.java class TestObject (line 22) | public class TestObject extends RealmObject { method getIntProp (line 28) | public int getIntProp() { method setIntProp (line 32) | public void setIntProp(int intProp) { method getStringProp (line 36) | public String getStringProp() { method setStringProp (line 40) | public void setStringProp(String stringProp) { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/utils/HttpUtils.java class HttpUtils (line 34) | public class HttpUtils { method startSyncServer (line 52) | public static void startSyncServer() throws Exception { method stopSyncServer (line 65) | public static void stopSyncServer() throws Exception { FILE: realm/realm-library/src/syncIntegrationTest/java/io/realm/objectserver/utils/RemoteIntegrationTestService.java class RemoteIntegrationTestService (line 23) | public class RemoteIntegrationTestService extends RemoteTestService { method RemoteIntegrationTestService (line 24) | public RemoteIntegrationTestService() { FILE: realm/realm-library/src/syncTestUtils/java/io/realm/objectserver/utils/Constants.java class Constants (line 19) | public class Constants { FILE: realm/realm-library/src/syncTestUtils/java/io/realm/objectserver/utils/UserFactory.java class UserFactory (line 34) | public class UserFactory { method initFactory (line 44) | private static synchronized void initFactory(boolean forceReset) { method UserFactory (line 51) | private UserFactory(String userName) { method clearInstance (line 56) | public static void clearInstance() { method getInstance (line 64) | public static synchronized UserFactory getInstance() { method logoutAllUsers (line 83) | public static void logoutAllUsers() { FILE: realm/realm-library/src/syncTestUtils/java/io/realm/objectserver/utils/UserFactoryStore.java class UserFactoryStore (line 22) | public class UserFactoryStore extends RealmObject { method getUserName (line 25) | public String getUserName() { method setUserName (line 29) | public void setUserName(String userName) { FILE: realm/realm-library/src/testUtils/java/io/realm/TestHelper.java class TestHelper (line 81) | public class TestHelper { class ExpectedCountCallback (line 89) | public static class ExpectedCountCallback implements RealmCache.Callba... method ExpectedCountCallback (line 93) | ExpectedCountCallback(int expectedCount) { method onResult (line 97) | @Override method getColumnType (line 103) | public static RealmFieldType getColumnType(Object o) { method addRowWithValues (line 145) | @Deprecated method createTableWithAllColumnTypes (line 252) | public static Table createTableWithAllColumnTypes(OsSharedRealm shared... method createTableWithAllColumnTypes (line 263) | @SuppressWarnings("WeakerAccess") method createTable (line 296) | public static Table createTable(OsSharedRealm sharedRealm, String name) { type AdditionalTableSetup (line 300) | public interface AdditionalTableSetup { method execute (line 301) | void execute(Table table); method createTable (line 304) | public static Table createTable(OsSharedRealm sharedRealm, String name... method streamToString (line 327) | public static String streamToString(InputStream in) throws IOException { method stringToStream (line 345) | public static InputStream stringToStream(String str) { method getRandomKey (line 350) | public static byte[] getRandomKey() { method getRandomId (line 356) | public static int getRandomId() { method getRandomEmail (line 360) | public static String getRandomEmail() { method getRandomKey (line 368) | public static byte[] getRandomKey(long seed) { method getFailureLogger (line 380) | public static RealmLogger getFailureLogger(final int failureLevel) { method getRandomString (line 396) | public static String getRandomString(int length) { class MessageBuffer (line 405) | public static class MessageBuffer { method MessageBuffer (line 414) | public MessageBuffer(int size) { method put (line 419) | public void put(String entry) { method take (line 430) | public String take() { method iterator (line 443) | public Iterator iterator() { class TestLogger (line 468) | public static class TestLogger implements RealmLogger { method TestLogger (line 477) | public TestLogger() { method TestLogger (line 481) | public TestLogger(int minimumLevel) { method log (line 485) | @Override class StubInputStream (line 495) | public static class StubInputStream extends InputStream { method read (line 496) | @Override method allocGarbage (line 503) | public static byte[] allocGarbage(int garbageSize) { method SHA512 (line 524) | public static byte[] SHA512(String str) { method createConfiguration (line 537) | @Deprecated method createConfiguration (line 545) | @Deprecated method createConfiguration (line 553) | @Deprecated method createConfiguration (line 561) | @Deprecated method createConfiguration (line 569) | @Deprecated method addStringPrimaryKeyObjectToTestRealm (line 584) | public static PrimaryKeyAsString addStringPrimaryKeyObjectToTestRealm(... method populateTestRealmWithStringPrimaryKey (line 598) | public static void populateTestRealmWithStringPrimaryKey(Realm testRea... method addBytePrimaryKeyObjectToTestRealm (line 617) | public static PrimaryKeyAsBoxedByte addBytePrimaryKeyObjectToTestRealm... method populateTestRealmWithBytePrimaryKey (line 631) | public static void populateTestRealmWithBytePrimaryKey(Realm testRealm... method addShortPrimaryKeyObjectToTestRealm (line 650) | public static PrimaryKeyAsBoxedShort addShortPrimaryKeyObjectToTestRea... method populateTestRealmWithShortPrimaryKey (line 664) | public static void populateTestRealmWithShortPrimaryKey(Realm testReal... method addIntegerPrimaryKeyObjectToTestRealm (line 683) | public static PrimaryKeyAsBoxedInteger addIntegerPrimaryKeyObjectToTes... method populateTestRealmWithIntegerPrimaryKey (line 697) | public static void populateTestRealmWithIntegerPrimaryKey(Realm testRe... method addLongPrimaryKeyObjectToTestRealm (line 716) | public static PrimaryKeyAsBoxedLong addLongPrimaryKeyObjectToTestRealm... method populateTestRealmWithLongPrimaryKey (line 730) | public static void populateTestRealmWithLongPrimaryKey(Realm testRealm... method populateTestRealmForNullTests (line 746) | public static void populateTestRealmForNullTests(Realm testRealm) { method populateAllNonNullRowsForNumericTesting (line 831) | public static void populateAllNonNullRowsForNumericTesting(Realm realm) { method populatePartialNullRowsForNumericTesting (line 866) | public static void populatePartialNullRowsForNumericTesting(Realm real... method populateAllNullRowsForNumericTesting (line 899) | public static void populateAllNullRowsForNumericTesting(Realm realm) { method initNullTypesTableExcludes (line 913) | public static void initNullTypesTableExcludes(DynamicRealm realm, Stri... method populateSimpleAllTypesPrimaryKey (line 990) | public static void populateSimpleAllTypesPrimaryKey(Realm realm) { method populateForDistinctFieldsOrder (line 1017) | public static void populateForDistinctFieldsOrder(Realm realm, long nu... method awaitOrFail (line 1029) | public static void awaitOrFail(CountDownLatch latch) { method awaitOrFail (line 1033) | public static void awaitOrFail(CountDownLatch latch, int numberOfSecon... type LooperTest (line 1047) | public interface LooperTest { method getLooper (line 1048) | Looper getLooper(); method getAssertionError (line 1049) | Throwable getAssertionError(); method exitOrThrow (line 1053) | @SuppressWarnings("Finally") method loadJsonFromAssets (line 1082) | public static InputStream loadJsonFromAssets(Context context, String f... method quitLooperOrFail (line 1087) | public static void quitLooperOrFail() { method newRealmResults (line 1105) | public static RealmResults newRealmResults( method testNoObjectFound (line 1125) | public static void testNoObjectFound( method testOneObjectFound (line 1132) | public static void testOneObjectFound( method testObjectCount (line 1139) | public static void testObjectCount( method replaceRealmThreadExecutor (line 1190) | public static RealmThreadPoolExecutor replaceRealmThreadExecutor(Realm... method resetRealmThreadExecutor (line 1206) | public static void resetRealmThreadExecutor() throws NoSuchFieldExcept... method waitRealmThreadExecutorFinish (line 1214) | public static void waitRealmThreadExecutorFinish() { method emulateRxJavaUnavailable (line 1235) | public static void emulateRxJavaUnavailable(RealmConfiguration config) { class Task (line 1248) | public static abstract class Task { method run (line 1249) | public abstract void run() throws Exception; method executeOnNonLooperThread (line 1252) | public static void executeOnNonLooperThread(final Task task) throws Th... method deleteRecursively (line 1276) | @SuppressWarnings("WeakerAccess") method isSelinuxEnforcing (line 1296) | @SuppressWarnings("WeakerAccess") method populateLinkedDataSet (line 1333) | public static void populateLinkedDataSet(Realm realm) { method waitForNetworkThreadExecutorToFinish (line 1386) | public static void waitForNetworkThreadExecutorToFinish() { method getNull (line 1413) | @SuppressWarnings("TypeParameterUnusedInFormals") method allowNull (line 1419) | @Nonnull method randomObjectIdHexString (line 1424) | public static String randomObjectIdHexString() { method generateObjectIdHexString (line 1434) | public static String generateObjectIdHexString(int i) { method generateUUIDString (line 1444) | public static String generateUUIDString(int i){ FILE: realm/realm-library/src/testUtils/java/io/realm/TestRealmConfigurationFactory.java class TestRealmConfigurationFactory (line 48) | public class TestRealmConfigurationFactory extends TemporaryFolder { method apply (line 56) | @Override method before (line 75) | @Override method after (line 81) | @Override method create (line 98) | @Override method getRoot (line 110) | @Override method setTestName (line 122) | protected void setTestName(Description description) { method setUnitTestFailed (line 126) | public synchronized void setUnitTestFailed() { method isUnitTestFailed (line 130) | private synchronized boolean isUnitTestFailed() { method createConfigurationBuilder (line 136) | public RealmConfiguration.Builder createConfigurationBuilder() { method createSchemaConfiguration (line 141) | public RealmConfiguration createSchemaConfiguration(boolean exclude, method createConfiguration (line 147) | public RealmConfiguration createConfiguration() { method createConfiguration (line 151) | public RealmConfiguration createConfiguration(@Nullable String name) { method createConfiguration (line 155) | public RealmConfiguration createConfiguration(@Nullable String subDir,... method createConfiguration (line 159) | public RealmConfiguration createConfiguration(@Nullable String name, @... method createConfiguration (line 163) | public RealmConfiguration createConfiguration(@Nullable String name, @... method createConfiguration (line 167) | public RealmConfiguration createConfiguration(@Nullable String subDir,... method copyRealmFromAssets (line 208) | public void copyRealmFromAssets(Context context, String realmPath, Str... method copyRealmFromAssets (line 217) | public void copyRealmFromAssets(Context context, String realmPath, Rea... method copyFileFromAssets (line 225) | public void copyFileFromAssets(Context context, String assetPath, File... FILE: realm/realm-library/src/testUtils/java/io/realm/entities/AllTypes.java class AllTypes (line 35) | public class AllTypes extends RealmObject { method getColumnString (line 110) | public String getColumnString() { method setColumnString (line 114) | public void setColumnString(String columnString) { method getColumnLong (line 118) | public long getColumnLong() { method setColumnLong (line 122) | public void setColumnLong(long columnLong) { method getColumnFloat (line 126) | public float getColumnFloat() { method setColumnFloat (line 130) | public void setColumnFloat(float columnFloat) { method getColumnDouble (line 134) | public double getColumnDouble() { method setColumnDouble (line 138) | public void setColumnDouble(double columnDouble) { method isColumnBoolean (line 142) | public boolean isColumnBoolean() { method setColumnBoolean (line 146) | public void setColumnBoolean(boolean columnBoolean) { method getColumnDate (line 150) | public Date getColumnDate() { method setColumnDate (line 154) | public void setColumnDate(Date columnDate) { method getColumnBinary (line 158) | public byte[] getColumnBinary() { method getColumnRealmInteger (line 162) | public MutableRealmInteger getColumnRealmInteger() { method setColumnMutableRealmInteger (line 166) | public void setColumnMutableRealmInteger(int value) { method setColumnBinary (line 171) | public void setColumnBinary(byte[] columnBinary) { method getColumnRealmObject (line 175) | public Dog getColumnRealmObject() { method setColumnRealmObject (line 179) | public void setColumnRealmObject(Dog columnRealmObject) { method getColumnRealmLink (line 183) | public AllTypes getColumnRealmLink() { method setColumnRealmLink (line 187) | public void setColumnRealmLink(AllTypes columnRealmLink) { method getColumnRealmBackLink (line 191) | public RealmResults getColumnRealmBackLink() { method getColumnRealmList (line 195) | public RealmList getColumnRealmList() { method setColumnRealmList (line 199) | public void setColumnRealmList(RealmList columnRealmList) { method getColumnStringList (line 203) | public RealmList getColumnStringList() { method setColumnStringList (line 207) | public void setColumnStringList(RealmList columnStringList) { method getColumnBinaryList (line 211) | public RealmList getColumnBinaryList() { method setColumnBinaryList (line 215) | public void setColumnBinaryList(RealmList columnBinaryList) { method getColumnBooleanList (line 219) | public RealmList getColumnBooleanList() { method setColumnBooleanList (line 223) | public void setColumnBooleanList(RealmList columnBooleanList) { method getColumnLongList (line 227) | public RealmList getColumnLongList() { method setColumnLongList (line 231) | public void setColumnLongList(RealmList columnLongList) { method getColumnDoubleList (line 235) | public RealmList getColumnDoubleList() { method setColumnDoubleList (line 239) | public void setColumnDoubleList(RealmList columnDoubleList) { method getColumnFloatList (line 243) | public RealmList getColumnFloatList() { method setColumnFloatList (line 247) | public void setColumnFloatList(RealmList columnFloatList) { method getColumnDateList (line 251) | public RealmList getColumnDateList() { method setColumnDateList (line 255) | public void setColumnDateList(RealmList columnDateList) { method getColumnDecimal128 (line 259) | public Decimal128 getColumnDecimal128() { method setColumnDecimal128 (line 263) | public void setColumnDecimal128(Decimal128 columnDecimal128) { method getColumnObjectId (line 267) | public ObjectId getColumnObjectId() { method setColumnObjectId (line 271) | public void setColumnObjectId(ObjectId columnObjectId) { method getColumnUUID (line 275) | public UUID getColumnUUID() { method setColumnUUID (line 279) | public void setColumnUUID(UUID columnUUID) { method getColumnRealmAny (line 283) | public RealmAny getColumnRealmAny() { method setColumnRealmAny (line 287) | public void setColumnRealmAny(RealmAny columnRealmAny) { method getColumnDecimal128List (line 291) | public RealmList getColumnDecimal128List() { method setColumnDecimal128List (line 295) | public void setColumnDecimal128List(RealmList columnDecima... method getColumnObjectIdList (line 299) | public RealmList getColumnObjectIdList() { method setColumnObjectIdList (line 303) | public void setColumnObjectIdList(RealmList columnObjectIdLi... method getColumnUUIDList (line 307) | public RealmList getColumnUUIDList() { method setColumnUUIDList (line 311) | public void setColumnUUIDList(RealmList columnUUIDList) { method getColumnRealmAnyList (line 315) | public RealmList getColumnRealmAnyList() { method setColumnRealmAnyList (line 319) | public void setColumnRealmAnyList(RealmList columnRealmAnyLi... FILE: realm/realm-library/src/testUtils/java/io/realm/entities/AllTypesModelModule.java class AllTypesModelModule (line 20) | @RealmModule(classes = { AllTypes.class, Dog.class, Owner.class, Cat.cla... FILE: realm/realm-library/src/testUtils/java/io/realm/entities/AllTypesPrimaryKey.java class AllTypesPrimaryKey (line 30) | public class AllTypesPrimaryKey extends RealmObject { method getColumnString (line 59) | public String getColumnString() { method setColumnString (line 63) | public void setColumnString(String columnString) { method getColumnLong (line 67) | public long getColumnLong() { method setColumnLong (line 71) | public void setColumnLong(long columnLong) { method getColumnFloat (line 75) | public float getColumnFloat() { method setColumnFloat (line 79) | public void setColumnFloat(float columnFloat) { method getColumnDouble (line 83) | public double getColumnDouble() { method setColumnDouble (line 87) | public void setColumnDouble(double columnDouble) { method isColumnBoolean (line 91) | public boolean isColumnBoolean() { method setColumnBoolean (line 95) | public void setColumnBoolean(boolean columnBoolean) { method getColumnDate (line 99) | public Date getColumnDate() { method setColumnDate (line 103) | public void setColumnDate(Date columnDate) { method getColumnBinary (line 107) | public byte[] getColumnBinary() { method setColumnBinary (line 111) | public void setColumnBinary(byte[] columnBinary) { method getColumnRealmObject (line 115) | public DogPrimaryKey getColumnRealmObject() { method setColumnRealmObject (line 119) | public void setColumnRealmObject(DogPrimaryKey columnRealmObject) { method getColumnRealmList (line 123) | public RealmList getColumnRealmList() { method setColumnRealmList (line 127) | public void setColumnRealmList(RealmList columnRealmLis... method getColumnBoxedBoolean (line 131) | public Boolean getColumnBoxedBoolean() { method setColumnBoxedBoolean (line 135) | public void setColumnBoxedBoolean(Boolean columnBoxedBoolean) { method getColumnObjectId (line 139) | public ObjectId getColumnObjectId() { method setColumnObjectId (line 143) | public void setColumnObjectId(ObjectId columnObjectId) { method getColumnDecimal128 (line 147) | public Decimal128 getColumnDecimal128() { method setColumnDecimal128 (line 151) | public void setColumnDecimal128(Decimal128 columnDecimal128) { method getColumnUUID (line 155) | public UUID getColumnUUID() { method setColumnUUID (line 159) | public void setColumnUUID(UUID columnUUID) { method getColumnRealmAny (line 163) | public RealmAny getColumnRealmAny() { method setColumnRealmAny (line 167) | public void setColumnRealmAny(RealmAny columnRealmAny) { method getColumnStringList (line 171) | public RealmList getColumnStringList() { method setColumnStringList (line 175) | public void setColumnStringList(RealmList columnStringList) { method getColumnBinaryList (line 179) | public RealmList getColumnBinaryList() { method setColumnBinaryList (line 183) | public void setColumnBinaryList(RealmList columnBinaryList) { method getColumnBooleanList (line 187) | public RealmList getColumnBooleanList() { method setColumnBooleanList (line 191) | public void setColumnBooleanList(RealmList columnBooleanList) { method getColumnLongList (line 195) | public RealmList getColumnLongList() { method setColumnLongList (line 199) | public void setColumnLongList(RealmList columnLongList) { method getColumnDoubleList (line 203) | public RealmList getColumnDoubleList() { method setColumnDoubleList (line 207) | public void setColumnDoubleList(RealmList columnDoubleList) { method getColumnFloatList (line 211) | public RealmList getColumnFloatList() { method setColumnFloatList (line 215) | public void setColumnFloatList(RealmList columnFloatList) { method getColumnDateList (line 219) | public RealmList getColumnDateList() { method setColumnDateList (line 223) | public void setColumnDateList(RealmList columnDateList) { method getColumnObjectIdList (line 227) | public RealmList getColumnObjectIdList() { method setColumnObjectIdList (line 231) | public void setColumnObjectIdList(RealmList columnObjectIdLi... method getColumnDecimal128List (line 235) | public RealmList getColumnDecimal128List() { method setColumnDecimal128List (line 239) | public void setColumnDecimal128List(RealmList columnDecima... method getColumnUUIDList (line 243) | public RealmList getColumnUUIDList() { method setColumnUUIDList (line 247) | public void setColumnUUIDList(RealmList columnUUIDList) { method getColumnRealmAnyList (line 251) | public RealmList getColumnRealmAnyList() { method setColumnRealmAnyList (line 255) | public void setColumnRealmAnyList(RealmList columnRealmAnyLi... FILE: realm/realm-library/src/testUtils/java/io/realm/entities/AnnotationIndexTypes.java class AnnotationIndexTypes (line 25) | public class AnnotationIndexTypes extends RealmObject { method getIndexString (line 85) | public String getIndexString() { method setIndexString (line 89) | public void setIndexString(String indexString) { method getNotIndexString (line 93) | public String getNotIndexString() { method setNotIndexString (line 97) | public void setNotIndexString(String notIndexString) { method getIndexInt (line 101) | public int getIndexInt() { method setIndexInt (line 105) | public void setIndexInt(int indexInt) { method getNotIndexInt (line 109) | public int getNotIndexInt() { method setNotIndexInt (line 113) | public void setNotIndexInt(int notIndexInt) { method getIndexShort (line 117) | public short getIndexShort() { method setIndexShort (line 121) | public void setIndexShort(short indexShort) { method getIndexByte (line 125) | public byte getIndexByte() { method setIndexByte (line 129) | public void setIndexByte(byte indexByte) { method getNotIndexByte (line 133) | public byte getNotIndexByte() { method setNotIndexByte (line 137) | public void setNotIndexByte(byte notIndexByte) { method getNotIndexShort (line 141) | public short getNotIndexShort() { method setNotIndexShort (line 145) | public void setNotIndexShort(short notIndexShort) { method getIndexLong (line 149) | public long getIndexLong() { method setIndexLong (line 153) | public void setIndexLong(long indexLong) { method getNotIndexLong (line 157) | public long getNotIndexLong() { method setNotIndexLong (line 161) | public void setNotIndexLong(long notIndexLong) { method isIndexBoolean (line 165) | public boolean isIndexBoolean() { method setIndexBoolean (line 169) | public void setIndexBoolean(boolean indexBoolean) { method isNotIndexBoolean (line 173) | public boolean isNotIndexBoolean() { method setNotIndexBoolean (line 177) | public void setNotIndexBoolean(boolean notIndexBoolean) { method getIndexDate (line 181) | public Date getIndexDate() { method setIndexDate (line 185) | public void setIndexDate(Date indexDate) { method getNotIndexDate (line 189) | public Date getNotIndexDate() { method setNotIndexDate (line 193) | public void setNotIndexDate(Date notIndexDate) { method setFieldObject (line 197) | public void setFieldObject(AnnotationIndexTypes object) { method getFieldObject (line 201) | public AnnotationIndexTypes getFieldObject() { return this.fieldObject; } FILE: realm/realm-library/src/testUtils/java/io/realm/entities/BacklinkWithOverridenNames.java class BacklinkWithOverridenNames (line 25) | @RealmClass(name = "backlink_override_name") method BacklinkWithOverridenNames (line 37) | public BacklinkWithOverridenNames() { method BacklinkWithOverridenNames (line 41) | public BacklinkWithOverridenNames(String id) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/BacklinksSource.java class BacklinksSource (line 20) | public class BacklinksSource extends RealmObject { method getName (line 30) | public String getName() { method setName (line 34) | public void setName(String name) { method getChild (line 38) | public BacklinksTarget getChild() { method setChild (line 42) | public void setChild(BacklinksTarget child) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/BacklinksTarget.java class BacklinksTarget (line 22) | public class BacklinksTarget extends RealmObject { method getId (line 32) | public int getId() { method setId (line 36) | public void setId(int id) { method getParents (line 40) | public RealmResults getParents() { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/Cat.java class Cat (line 23) | public class Cat extends RealmObject { method getOwner (line 44) | public Owner getOwner() { method setOwner (line 48) | public void setOwner(Owner owner) { method getBirthday (line 52) | public Date getBirthday() { method setBirthday (line 56) | public void setBirthday(Date birthday) { method isHasTail (line 60) | public boolean isHasTail() { method setHasTail (line 64) | public void setHasTail(boolean hasTail) { method getWeight (line 69) | public double getWeight() { method setWeight (line 73) | public void setWeight(double weight) { method getHeight (line 77) | public float getHeight() { method setHeight (line 81) | public void setHeight(float height) { method getAge (line 85) | public long getAge() { method setAge (line 89) | public void setAge(long age) { method getName (line 93) | public String getName() { method setName (line 97) | public void setName(String name) { method getScaredOfDog (line 101) | public DogPrimaryKey getScaredOfDog() { method setScaredOfDog (line 105) | public void setScaredOfDog(DogPrimaryKey scaredOfDog) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/Dog.java class Dog (line 25) | public class Dog extends RealmObject { method Dog (line 44) | public Dog() { method Dog (line 47) | public Dog(String name) { method Dog (line 50) | public Dog(String name, long age) { method getOwner (line 55) | public Owner getOwner() { method setOwner (line 59) | public void setOwner(Owner owner) { method getBirthday (line 63) | public Date getBirthday() { method setBirthday (line 67) | public void setBirthday(Date birthday) { method isHasTail (line 71) | public boolean isHasTail() { method setHasTail (line 75) | public void setHasTail(boolean hasTail) { method getWeight (line 79) | public double getWeight() { method setWeight (line 83) | public void setWeight(double weight) { method getHeight (line 87) | public float getHeight() { method setHeight (line 91) | public void setHeight(float height) { method getAge (line 95) | public long getAge() { method setAge (line 99) | public void setAge(long age) { method getName (line 103) | public String getName() { method setName (line 107) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/DogPrimaryKey.java class DogPrimaryKey (line 25) | public class DogPrimaryKey extends RealmObject { method DogPrimaryKey (line 42) | public DogPrimaryKey() { method DogPrimaryKey (line 46) | public DogPrimaryKey(long id, String name) { method DogPrimaryKey (line 51) | public DogPrimaryKey(String name) { method getId (line 56) | public long getId() { method setId (line 60) | public void setId(long id) { method getOwner (line 64) | public Owner getOwner() { method setOwner (line 68) | public void setOwner(Owner owner) { method getBirthday (line 72) | public Date getBirthday() { method setBirthday (line 76) | public void setBirthday(Date birthday) { method isHasTail (line 80) | public boolean isHasTail() { method setHasTail (line 84) | public void setHasTail(boolean hasTail) { method getWeight (line 88) | public double getWeight() { method setWeight (line 92) | public void setWeight(double weight) { method getHeight (line 96) | public float getHeight() { method setHeight (line 100) | public void setHeight(float height) { method getAge (line 104) | public long getAge() { method setAge (line 108) | public void setAge(long age) { method getName (line 112) | public String getName() { method setName (line 116) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/KeywordFieldNames.java class KeywordFieldNames (line 5) | public class KeywordFieldNames extends RealmObject { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/NullTypes.java class NullTypes (line 46) | public class NullTypes extends RealmObject { method getId (line 228) | public int getId() { method setId (line 232) | public void setId(int id) { method getFieldStringNotNull (line 236) | public String getFieldStringNotNull() { method setFieldStringNotNull (line 240) | public void setFieldStringNotNull(String fieldStringNotNull) { method getFieldStringNull (line 244) | public String getFieldStringNull() { method setFieldStringNull (line 248) | public void setFieldStringNull(String fieldStringNull) { method getFieldBytesNull (line 252) | public byte[] getFieldBytesNull() { method setFieldBytesNull (line 256) | public void setFieldBytesNull(byte[] fieldBytesNull) { method getFieldBytesNotNull (line 260) | public byte[] getFieldBytesNotNull() { method setFieldBytesNotNull (line 264) | public void setFieldBytesNotNull(byte[] fieldBytesNotNull) { method getFieldBooleanNotNull (line 268) | public Boolean getFieldBooleanNotNull() { method setFieldBooleanNotNull (line 272) | public void setFieldBooleanNotNull(Boolean fieldBooleanNotNull) { method getFieldBooleanNull (line 276) | public Boolean getFieldBooleanNull() { method setFieldBooleanNull (line 280) | public void setFieldBooleanNull(Boolean fieldBooleanNull) { method getFieldByteNotNull (line 284) | public Byte getFieldByteNotNull() { method setFieldByteNotNull (line 288) | public void setFieldByteNotNull(Byte fieldByteNotNull) { method getFieldByteNull (line 292) | public Byte getFieldByteNull() { method setFieldByteNull (line 296) | public void setFieldByteNull(Byte fieldByteNull) { method getFieldShortNotNull (line 300) | public Short getFieldShortNotNull() { method setFieldShortNotNull (line 304) | public void setFieldShortNotNull(Short fieldShortNotNull) { method getFieldShortNull (line 308) | public Short getFieldShortNull() { method setFieldShortNull (line 312) | public void setFieldShortNull(Short fieldShortNull) { method getFieldIntegerNotNull (line 316) | public Integer getFieldIntegerNotNull() { method setFieldIntegerNotNull (line 320) | public void setFieldIntegerNotNull(Integer fieldIntegerNotNull) { method getFieldIntegerNull (line 324) | public Integer getFieldIntegerNull() { method setFieldIntegerNull (line 328) | public void setFieldIntegerNull(Integer fieldIntegerNull) { method getFieldLongNotNull (line 332) | public Long getFieldLongNotNull() { method setFieldLongNotNull (line 336) | public void setFieldLongNotNull(Long fieldLongNotNull) { method getFieldLongNull (line 340) | public Long getFieldLongNull() { method setFieldLongNull (line 344) | public void setFieldLongNull(Long fieldLongNull) { method getFieldFloatNotNull (line 348) | public Float getFieldFloatNotNull() { method setFieldFloatNotNull (line 352) | public void setFieldFloatNotNull(Float fieldFloatNotNull) { method getFieldFloatNull (line 356) | public Float getFieldFloatNull() { method setFieldFloatNull (line 360) | public void setFieldFloatNull(Float fieldFloatNull) { method getFieldDoubleNotNull (line 364) | public Double getFieldDoubleNotNull() { method setFieldDoubleNotNull (line 368) | public void setFieldDoubleNotNull(Double fieldDoubleNotNull) { method getFieldDoubleNull (line 372) | public Double getFieldDoubleNull() { method setFieldDoubleNull (line 376) | public void setFieldDoubleNull(Double fieldDoubleNull) { method getFieldDateNotNull (line 380) | public Date getFieldDateNotNull() { method setFieldDateNotNull (line 384) | public void setFieldDateNotNull(Date fieldDateNotNull) { method getFieldDateNull (line 388) | public Date getFieldDateNull() { method setFieldDateNull (line 392) | public void setFieldDateNull(Date fieldDateNull) { method getFieldObjectNull (line 396) | public NullTypes getFieldObjectNull() { method setFieldObjectNull (line 400) | public void setFieldObjectNull(NullTypes fieldObjectNull) { method getFieldListNull (line 404) | public RealmList getFieldListNull() { method setFieldListNull (line 408) | public void setFieldListNull(RealmList fieldListNull) { method getObjectParents (line 412) | public RealmResults getObjectParents() { method getListParents (line 416) | public RealmResults getListParents() { method getFieldStringListNotNull (line 420) | public RealmList getFieldStringListNotNull() { method setFieldStringListNotNull (line 424) | public void setFieldStringListNotNull(RealmList fieldStringLis... method getFieldStringListNull (line 428) | public RealmList getFieldStringListNull() { method setFieldStringListNull (line 432) | public void setFieldStringListNull(RealmList fieldStringListNu... method getFieldBinaryListNotNull (line 436) | public RealmList getFieldBinaryListNotNull() { method setFieldBinaryListNotNull (line 440) | public void setFieldBinaryListNotNull(RealmList fieldBinaryLis... method getFieldBinaryListNull (line 444) | public RealmList getFieldBinaryListNull() { method setFieldBinaryListNull (line 448) | public void setFieldBinaryListNull(RealmList fieldBinaryListNu... method getFieldBooleanListNotNull (line 452) | public RealmList getFieldBooleanListNotNull() { method setFieldBooleanListNotNull (line 456) | public void setFieldBooleanListNotNull(RealmList fieldBoolean... method getFieldBooleanListNull (line 460) | public RealmList getFieldBooleanListNull() { method setFieldBooleanListNull (line 464) | public void setFieldBooleanListNull(RealmList fieldBooleanLis... method getFieldLongListNotNull (line 468) | public RealmList getFieldLongListNotNull() { method setFieldLongListNotNull (line 472) | public void setFieldLongListNotNull(RealmList fieldLongListNotNu... method getFieldLongListNull (line 476) | public RealmList getFieldLongListNull() { method setFieldLongListNull (line 480) | public void setFieldLongListNull(RealmList fieldLongListNull) { method getFieldIntegerListNotNull (line 484) | public RealmList getFieldIntegerListNotNull() { method setFieldIntegerListNotNull (line 488) | public void setFieldIntegerListNotNull(RealmList fieldInteger... method getFieldIntegerListNull (line 492) | public RealmList getFieldIntegerListNull() { method setFieldIntegerListNull (line 496) | public void setFieldIntegerListNull(RealmList fieldIntegerLis... method getFieldShortListNotNull (line 500) | public RealmList getFieldShortListNotNull() { method setFieldShortListNotNull (line 504) | public void setFieldShortListNotNull(RealmList fieldShortListNo... method getFieldShortListNull (line 508) | public RealmList getFieldShortListNull() { method setFieldShortListNull (line 512) | public void setFieldShortListNull(RealmList fieldShortListNull) { method getFieldByteListNotNull (line 516) | public RealmList getFieldByteListNotNull() { method setFieldByteListNotNull (line 520) | public void setFieldByteListNotNull(RealmList fieldByteListNotNu... method getFieldByteListNull (line 524) | public RealmList getFieldByteListNull() { method setFieldByteListNull (line 528) | public void setFieldByteListNull(RealmList fieldByteListNull) { method getFieldDoubleListNotNull (line 532) | public RealmList getFieldDoubleListNotNull() { method setFieldDoubleListNotNull (line 536) | public void setFieldDoubleListNotNull(RealmList fieldDoubleLis... method getFieldDoubleListNull (line 540) | public RealmList getFieldDoubleListNull() { method setFieldDoubleListNull (line 544) | public void setFieldDoubleListNull(RealmList fieldDoubleListNu... method getFieldFloatListNotNull (line 548) | public RealmList getFieldFloatListNotNull() { method setFieldFloatListNotNull (line 552) | public void setFieldFloatListNotNull(RealmList fieldFloatListNo... method getFieldFloatListNull (line 556) | public RealmList getFieldFloatListNull() { method setFieldFloatListNull (line 560) | public void setFieldFloatListNull(RealmList fieldFloatListNull) { method getFieldDateListNotNull (line 564) | public RealmList getFieldDateListNotNull() { method setFieldDateListNotNull (line 568) | public void setFieldDateListNotNull(RealmList fieldDateListNotNu... method getFieldDateListNull (line 572) | public RealmList getFieldDateListNull() { method setFieldDateListNull (line 576) | public void setFieldDateListNull(RealmList fieldDateListNull) { method getFieldDecimal128NotNull (line 580) | public Decimal128 getFieldDecimal128NotNull() { method setFieldDecimal128NotNull (line 584) | public void setFieldDecimal128NotNull(Decimal128 fieldDecimal128NotNul... method getFieldDecimal128Null (line 588) | public Decimal128 getFieldDecimal128Null() { method setFieldDecimal128Null (line 592) | public void setFieldDecimal128Null(Decimal128 fieldDecimal128Null) { method getFieldObjectIdNotNull (line 596) | public ObjectId getFieldObjectIdNotNull() { method setFieldObjectIdNotNull (line 600) | public void setFieldObjectIdNotNull(ObjectId fieldObjectIdNotNull) { method getFieldObjectIdNull (line 604) | public ObjectId getFieldObjectIdNull() { method setFieldObjectIdNull (line 608) | public void setFieldObjectIdNull(ObjectId fieldObjectIdNull) { method getFieldDecimal128ListNotNull (line 612) | public RealmList getFieldDecimal128ListNotNull() { method setFieldDecimal128ListNotNull (line 616) | public void setFieldDecimal128ListNotNull(RealmList fieldD... method getFieldDecimal128ListNull (line 620) | public RealmList getFieldDecimal128ListNull() { method setFieldDecimal128ListNull (line 624) | public void setFieldDecimal128ListNull(RealmList fieldDeci... method getFieldObjectIdListNotNull (line 628) | public RealmList getFieldObjectIdListNotNull() { method setFieldObjectIdListNotNull (line 632) | public void setFieldObjectIdListNotNull(RealmList fieldObjec... method getFieldObjectIdListNull (line 636) | public RealmList getFieldObjectIdListNull() { method setFieldObjectIdListNull (line 640) | public void setFieldObjectIdListNull(RealmList fieldObjectId... method getFieldUUIDListNotNull (line 644) | public RealmList getFieldUUIDListNotNull() { method setFieldUUIDListNotNull (line 648) | public void setFieldUUIDListNotNull(RealmList fieldUUIDListNotNu... method getFieldUUIDListNull (line 652) | public RealmList getFieldUUIDListNull() { method setFieldUUIDListNull (line 656) | public void setFieldUUIDListNull(RealmList fieldUUIDListNull) { method getFieldUUIDNotNull (line 660) | public UUID getFieldUUIDNotNull() { method setFieldUUIDNotNull (line 664) | public void setFieldUUIDNotNull(UUID fieldUUIDNotNull) { method getFieldUUIDNull (line 668) | public UUID getFieldUUIDNull() { method setFieldUUIDNull (line 672) | public void setFieldUUIDNull(UUID fieldUUIDNull) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/Owner.java class Owner (line 22) | public class Owner extends RealmObject { method getCat (line 33) | public Cat getCat() { method setCat (line 37) | public void setCat(Cat cat) { method getDogs (line 41) | public RealmList getDogs() { method setDogs (line 45) | public void setDogs(RealmList dogs) { method getName (line 49) | public String getName() { method setName (line 53) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsBoxedByte.java class PrimaryKeyAsBoxedByte (line 23) | public class PrimaryKeyAsBoxedByte extends RealmObject implements NullPr... method PrimaryKeyAsBoxedByte (line 33) | public PrimaryKeyAsBoxedByte() {} method PrimaryKeyAsBoxedByte (line 34) | public PrimaryKeyAsBoxedByte(Byte id, String name) { method getId (line 39) | @Override method setId (line 44) | @Override method getName (line 49) | @Override method setName (line 54) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsBoxedInteger.java class PrimaryKeyAsBoxedInteger (line 23) | public class PrimaryKeyAsBoxedInteger extends RealmObject implements Nul... method PrimaryKeyAsBoxedInteger (line 33) | public PrimaryKeyAsBoxedInteger() {} method PrimaryKeyAsBoxedInteger (line 34) | public PrimaryKeyAsBoxedInteger(Integer id, String name) { method getId (line 39) | @Override method setId (line 44) | @Override method getName (line 49) | @Override method setName (line 54) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsBoxedLong.java class PrimaryKeyAsBoxedLong (line 23) | public class PrimaryKeyAsBoxedLong extends RealmObject implements NullPr... method PrimaryKeyAsBoxedLong (line 34) | public PrimaryKeyAsBoxedLong() {} method PrimaryKeyAsBoxedLong (line 35) | public PrimaryKeyAsBoxedLong(Long id, String name) { method getId (line 40) | @Override method setId (line 45) | @Override method getName (line 50) | @Override method setName (line 55) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsBoxedShort.java class PrimaryKeyAsBoxedShort (line 23) | public class PrimaryKeyAsBoxedShort extends RealmObject implements NullP... method PrimaryKeyAsBoxedShort (line 33) | public PrimaryKeyAsBoxedShort() {} method PrimaryKeyAsBoxedShort (line 34) | public PrimaryKeyAsBoxedShort(Short id, String name) { method getId (line 39) | @Override method setId (line 44) | @Override method getName (line 49) | @Override method setName (line 54) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsByte.java class PrimaryKeyAsByte (line 22) | public class PrimaryKeyAsByte extends RealmObject { method getId (line 32) | public byte getId() { method setId (line 36) | public void setId(byte id) { method getName (line 40) | public String getName() { method setName (line 44) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsInteger.java class PrimaryKeyAsInteger (line 22) | public class PrimaryKeyAsInteger extends RealmObject { method getId (line 33) | public int getId() { method setId (line 37) | public void setId(int id) { method getName (line 41) | public String getName() { method setName (line 45) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsLong.java class PrimaryKeyAsLong (line 22) | public class PrimaryKeyAsLong extends RealmObject { method PrimaryKeyAsLong (line 28) | public PrimaryKeyAsLong() { } method PrimaryKeyAsLong (line 29) | public PrimaryKeyAsLong(long id) { method getId (line 38) | public long getId() { method setId (line 42) | public void setId(long id) { method getName (line 46) | public String getName() { method setName (line 50) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsShort.java class PrimaryKeyAsShort (line 22) | public class PrimaryKeyAsShort extends RealmObject { method getId (line 32) | public short getId() { method setId (line 36) | public void setId(short id) { method getName (line 40) | public String getName() { method setName (line 44) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsString.java class PrimaryKeyAsString (line 23) | public class PrimaryKeyAsString extends RealmObject { method PrimaryKeyAsString (line 34) | public PrimaryKeyAsString() {} method PrimaryKeyAsString (line 35) | public PrimaryKeyAsString(String name, long id) { method PrimaryKeyAsString (line 40) | public PrimaryKeyAsString(String name) { method getName (line 44) | public String getName() { method setName (line 48) | public void setName(String name) { method getId (line 52) | public long getId() { method setId (line 56) | public void setId(long id) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyAsUUID.java class PrimaryKeyAsUUID (line 25) | public class PrimaryKeyAsUUID extends RealmObject { method PrimaryKeyAsUUID (line 36) | public PrimaryKeyAsUUID() {} method PrimaryKeyAsUUID (line 37) | public PrimaryKeyAsUUID(UUID id, String name) { method getId (line 42) | public UUID getId() { method setId (line 46) | public void setId(UUID id) { method getName (line 50) | public String getName() { method setName (line 54) | public void setName(String name) { FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyRequiredAsBoxedByte.java class PrimaryKeyRequiredAsBoxedByte (line 24) | public class PrimaryKeyRequiredAsBoxedByte extends RealmObject implement... method PrimaryKeyRequiredAsBoxedByte (line 32) | public PrimaryKeyRequiredAsBoxedByte() {} method PrimaryKeyRequiredAsBoxedByte (line 33) | public PrimaryKeyRequiredAsBoxedByte(Byte id, String name) { method getId (line 38) | @Override method setId (line 43) | @Override method getName (line 48) | @Override method setName (line 53) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyRequiredAsBoxedInteger.java class PrimaryKeyRequiredAsBoxedInteger (line 24) | public class PrimaryKeyRequiredAsBoxedInteger extends RealmObject implem... method PrimaryKeyRequiredAsBoxedInteger (line 32) | public PrimaryKeyRequiredAsBoxedInteger() {} method PrimaryKeyRequiredAsBoxedInteger (line 33) | public PrimaryKeyRequiredAsBoxedInteger(Integer id, String name) { method getId (line 38) | @Override method setId (line 43) | @Override method getName (line 48) | @Override method setName (line 53) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyRequiredAsBoxedLong.java class PrimaryKeyRequiredAsBoxedLong (line 24) | public class PrimaryKeyRequiredAsBoxedLong extends RealmObject implement... method PrimaryKeyRequiredAsBoxedLong (line 32) | public PrimaryKeyRequiredAsBoxedLong() {} method PrimaryKeyRequiredAsBoxedLong (line 33) | public PrimaryKeyRequiredAsBoxedLong(Long id, String name) { method getId (line 38) | @Override method setId (line 43) | @Override method getName (line 48) | @Override method setName (line 53) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/PrimaryKeyRequiredAsBoxedShort.java class PrimaryKeyRequiredAsBoxedShort (line 24) | public class PrimaryKeyRequiredAsBoxedShort extends RealmObject implemen... method PrimaryKeyRequiredAsBoxedShort (line 32) | public PrimaryKeyRequiredAsBoxedShort() {} method PrimaryKeyRequiredAsBoxedShort (line 33) | public PrimaryKeyRequiredAsBoxedShort(Short id, String name) { method getId (line 38) | @Override method setId (line 43) | @Override method getName (line 48) | @Override method setName (line 53) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/entities/SyncByteArray.java class SyncByteArray (line 9) | public class SyncByteArray extends RealmObject { FILE: realm/realm-library/src/testUtils/java/io/realm/objectid/NullPrimaryKey.java type NullPrimaryKey (line 19) | public interface NullPrimaryKey { method getId (line 21) | public P getId(); method setId (line 23) | public void setId(P id); method getName (line 25) | public S getName(); method setName (line 27) | public void setName(S name); FILE: realm/realm-library/src/testUtils/java/io/realm/rule/RunInLooperThread.java class RunInLooperThread (line 56) | public class RunInLooperThread extends TestRealmConfigurationFactory { method getConfiguration (line 109) | public RealmConfiguration getConfiguration() { method getRealm (line 123) | public Realm getRealm() { method keepStrongReference (line 143) | public void keepStrongReference(Object obj) { method closeAfterTest (line 155) | public void closeAfterTest(Closeable closeable) { method runAfterTest (line 170) | public void runAfterTest(Runnable task) { method addTestRealm (line 182) | public void addTestRealm(Realm realm) { method closeTestRealms (line 194) | public void closeTestRealms() { method postRunnable (line 210) | public void postRunnable(Runnable runnable) { method postRunnableDelayed (line 217) | public void postRunnableDelayed(Runnable runnable, long delayMillis) { method testComplete (line 226) | public void testComplete() { method closeTestResources (line 240) | private void closeTestResources() { method testComplete (line 261) | public void method getBackgroundHandler (line 271) | private Handler getBackgroundHandler() { method setBackgroundHandler (line 286) | void setBackgroundHandler(Handler backgroundHandler) { method before (line 293) | @Override method after (line 312) | @Override method apply (line 328) | @Override method looperTearDown (line 345) | public void looperTearDown() { method initRealm (line 350) | private void initRealm() { method closeRealms (line 356) | private void closeRealms() { method closeResources (line 372) | private void closeResources() throws IOException { method isTestComplete (line 385) | public boolean isTestComplete() { method isRuleUsed (line 394) | public boolean isRuleUsed() { type RunnableBefore (line 402) | public interface RunnableBefore { method run (line 403) | void run(RealmConfiguration realmConfig); class RunInLooperThreadStatement (line 406) | private class RunInLooperThreadStatement extends Statement { method RunInLooperThreadStatement (line 410) | RunInLooperThreadStatement(RunTestInLooperThread annotation, Stateme... method evaluate (line 415) | @Override method runTest (line 431) | private void runTest(final String threadName) throws Throwable { method cleanUp (line 458) | private Throwable cleanUp(Throwable testfailure) { class TestThread (line 485) | private class TestThread implements Runnable, TestHelper.LooperTest { method TestThread (line 491) | TestThread(Statement base) { method getLooper (line 500) | @Override method setLooper (line 505) | private synchronized void setLooper(Looper looper) { method getAssertionError (line 510) | @Override method setAssertionError (line 516) | private synchronized void setAssertionError(Throwable threadAssertio... method run (line 522) | @Override FILE: realm/realm-library/src/testUtils/java/io/realm/rule/RunWithRemoteService.java class RunWithRemoteService (line 70) | public class RunWithRemoteService implements TestRule { class InterprocessHandler (line 72) | private class InterprocessHandler extends Handler { method InterprocessHandler (line 74) | private InterprocessHandler(Looper looper) { method handleMessage (line 79) | @Override method run (line 96) | @Override method onServiceConnected (line 103) | @Override method onServiceDisconnected (line 109) | @Override method before (line 119) | private void before(Class serviceClass) throws Throwable { method after (line 128) | private void after() { method apply (line 150) | @Override method createHandler (line 171) | public void createHandler(Looper looper) { method triggerServiceStep (line 176) | public void triggerServiceStep(RemoteTestService.Step step) { method getRemoteProcessInfo (line 188) | private ActivityManager.RunningAppProcessInfo getRemoteProcessInfo() { FILE: realm/realm-library/src/testUtils/java/io/realm/services/RemoteProcessService.java class RemoteProcessService (line 41) | @Deprecated class Step (line 44) | public abstract static class Step { method Step (line 46) | private Step(int message) { method run (line 51) | abstract void run(); method response (line 55) | protected void response(String error) { method RemoteProcessService (line 79) | public RemoteProcessService() { method onCreate (line 86) | @Override method onBind (line 92) | @Override method onUnbind (line 97) | @Override method onStartCommand (line 103) | @Override class IncomingHandler (line 108) | private static class IncomingHandler extends Handler { method handleMessage (line 109) | @Override method currentLine (line 125) | private static String currentLine() { method run (line 132) | @Override method run (line 148) | @Override method run (line 159) | @Override method getConfiguration (line 181) | private static RealmConfiguration getConfiguration() { FILE: realm/realm-library/src/testUtils/java/io/realm/services/RemoteTestService.java class RemoteTestService (line 43) | public abstract class RemoteTestService extends Service { class Step (line 50) | public static abstract class Step { method Step (line 53) | protected Step(int base, int id) { method run (line 58) | protected abstract void run(); method getService (line 60) | protected RemoteTestService getService() { method response (line 66) | private void response(String error) { method RemoteTestService (line 90) | public RemoteTestService() { method onCreate (line 97) | @Override method getRoot (line 117) | public File getRoot() { method onBind (line 121) | @Override method onUnbind (line 126) | @Override method onStartCommand (line 133) | @Override class IncomingHandler (line 138) | private static class IncomingHandler extends Handler { method handleMessage (line 139) | @Override method recursiveDelete (line 165) | private void recursiveDelete(File file) { method getRealm (line 178) | public Realm getRealm() { method setRealm (line 182) | public void setRealm(Realm realm) { FILE: realm/tools/backlink-ut-source/missingField/source/io/realm/entities/BacklinksMissingFieldSource.java class BacklinksMissingFieldSource (line 20) | public class BacklinksMissingFieldSource extends RealmObject { method getChild (line 23) | public BacklinksMissingFieldTarget getChild() { method setChild (line 27) | public void setChild(BacklinksMissingFieldTarget child) { FILE: realm/tools/backlink-ut-source/missingField/source/io/realm/entities/BacklinksMissingFieldSourceModule.java class BacklinksMissingFieldSourceModule (line 20) | @RealmModule(classes = {BacklinksMissingFieldSource.class}) FILE: realm/tools/backlink-ut-source/missingField/source/io/realm/entities/BacklinksMissingFieldTarget.java class BacklinksMissingFieldTarget (line 22) | public class BacklinksMissingFieldTarget extends RealmObject { method getId (line 28) | public int getId() { method setId (line 32) | public void setId(int id) { method getParents (line 36) | public RealmResults getParents() { FILE: realm/tools/backlink-ut-source/missingField/source/io/realm/entities/BacklinksMissingFieldTargetModule.java class BacklinksMissingFieldTargetModule (line 20) | @RealmModule(classes = {BacklinksMissingFieldTarget.class}) FILE: realm/tools/backlink-ut-source/missingField/target/io/realm/entities/BacklinksMissingFieldSource.java class BacklinksMissingFieldSource (line 20) | public class BacklinksMissingFieldSource extends RealmObject { method getChild (line 23) | public BacklinksMissingFieldTarget getChild() { method setChild (line 27) | public void setChild(BacklinksMissingFieldTarget child) { FILE: realm/tools/backlink-ut-source/missingField/target/io/realm/entities/BacklinksMissingFieldSourceModule.java class BacklinksMissingFieldSourceModule (line 20) | @RealmModule(classes = {BacklinksMissingFieldSource.class}) FILE: realm/tools/backlink-ut-source/missingField/target/io/realm/entities/BacklinksMissingFieldTarget.java class BacklinksMissingFieldTarget (line 22) | public class BacklinksMissingFieldTarget extends RealmObject { method getId (line 28) | public int getId() { method setId (line 32) | public void setId(int id) { method getParents (line 36) | public RealmResults getParents() { FILE: realm/tools/backlink-ut-source/missingField/target/io/realm/entities/BacklinksMissingFieldTargetModule.java class BacklinksMissingFieldTargetModule (line 20) | @RealmModule(classes = {BacklinksMissingFieldTarget.class}) FILE: realm/tools/backlink-ut-source/wrongType/source/io/realm/entities/BacklinksWrongTypeSource.java class BacklinksWrongTypeSource (line 20) | public class BacklinksWrongTypeSource extends RealmObject { method getChildId (line 25) | public Integer getChildId() { method setChildId (line 29) | public void setChildId(Integer childId) { method getChild (line 33) | public BacklinksWrongTypeTarget getChild() { method setChild (line 37) | public void setChild(BacklinksWrongTypeTarget child) { FILE: realm/tools/backlink-ut-source/wrongType/source/io/realm/entities/BacklinksWrongTypeSourceModule.java class BacklinksWrongTypeSourceModule (line 20) | @RealmModule(classes = {BacklinksWrongTypeSource.class}) FILE: realm/tools/backlink-ut-source/wrongType/source/io/realm/entities/BacklinksWrongTypeTarget.java class BacklinksWrongTypeTarget (line 22) | public class BacklinksWrongTypeTarget extends RealmObject { method getId (line 28) | public int getId() { method setId (line 32) | public void setId(int id) { method getParents (line 36) | public RealmResults getParents() { FILE: realm/tools/backlink-ut-source/wrongType/source/io/realm/entities/BacklinksWrongTypeTargetModule.java class BacklinksWrongTypeTargetModule (line 20) | @RealmModule(classes = {BacklinksWrongTypeTarget.class}) FILE: realm/tools/backlink-ut-source/wrongType/target/io/realm/entities/BacklinksWrongTypeSource.java class BacklinksWrongTypeSource (line 20) | public class BacklinksWrongTypeSource extends RealmObject { method getChildId (line 25) | public Integer getChildId() { method setChildId (line 29) | public void setChildId(Integer childId) { method getChild (line 33) | public BacklinksWrongTypeTarget getChild() { method setChild (line 37) | public void setChild(BacklinksWrongTypeTarget child) { FILE: realm/tools/backlink-ut-source/wrongType/target/io/realm/entities/BacklinksWrongTypeSourceModule.java class BacklinksWrongTypeSourceModule (line 20) | @RealmModule(classes = {BacklinksWrongTypeSource.class}) FILE: realm/tools/backlink-ut-source/wrongType/target/io/realm/entities/BacklinksWrongTypeTarget.java class BacklinksWrongTypeTarget (line 22) | public class BacklinksWrongTypeTarget extends RealmObject { method getId (line 28) | public int getId() { method setId (line 32) | public void setId(int id) { method getParents (line 36) | public RealmResults getParents() { FILE: realm/tools/backlink-ut-source/wrongType/target/io/realm/entities/BacklinksWrongTypeTargetModule.java class BacklinksWrongTypeTargetModule (line 20) | @RealmModule(classes = {BacklinksWrongTypeTarget.class}) FILE: tools/build-id.py function file_exists (line 31) | def file_exists(path): function download_file (line 43) | def download_file(url, path): function generator (line 47) | def generator(major_range, minor_range, patch_range): function create_dirs (line 54) | def create_dirs(path): function unzip (line 62) | def unzip(zip_file, version): function format_table_line (line 71) | def format_table_line(build_id, version, flavor, arch): function extract_build_ids (line 75) | def extract_build_ids(ids, version): function download (line 86) | def download(zip_path, version): function parse_range (line 92) | def parse_range(version): FILE: tools/sync_test_server/app_template/functions/triggerClientReset/source.js function deleteClientFile (line 5) | async function deleteClientFile(db, userId) { FILE: tools/sync_test_server/mongodb-realm-command-server.js function handleUnknownEndPoint (line 19) | function handleUnknownEndPoint(req, resp) { function handleOkHttp (line 24) | function handleOkHttp(req, resp) { function handleWatcher (line 35) | function handleWatcher(req, resp) { function handleApplicationId (line 43) | function handleApplicationId(appName, req, resp) { constant PORT (line 74) | const PORT = 8888;