Guest User

Untitled

a guest
Oct 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. open class Model : RealmObject() {
  2. var startTime = 0L
  3. var duration = 0L
  4. }
  5.  
  6. Realm.getDefaultInstance()
  7. .where(Model::class.java)
  8. .sort("startTime")
Add Comment
Please, Sign In to add comment