Docs Menu
Docs Home
/ /
Atlas Device SDKs
/ / /

Enum Sort

On this page

  • io.realm
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • ASCENDING
  • DESCENDING
  • Method Detail
  • getValue
  • valueOf
  • values

This class describes the sorting order used in Realm queries.

Tip

See also:

  • io.realm.RealmQuery.sort(String, Sort)

Enum Constant and Description
Modifier and Type
Method and Description
public boolean

Returns the value for this setting that is used by the underlying query engine.

public static Sort
public static Sort
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Methods inherited from class java.lang.Enum : name , ordinal , toString , equals , hashCode , clone , compareTo , getDeclaringClass , valueOf , finalize

public static final Sort

public static final Sort

public boolean getValue ()

Returns the value for this setting that is used by the underlying query engine.

Returns

the value used by the underlying query engine to indicate this value.

public static Sort valueOf (
String name
)
public static Sort values ()

Back

SetChangeSet

Next

io.realm.annotations