Docs Menu

Enum Sort

This class describes the sorting order used in Realm queries.

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 ()

← 
 →