Docs Menu

Docs HomeDevelop ApplicationsAtlas 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:

Enum Constant and Description
ASCENDING
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 ()

← Class SetChangeSet