Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
Docs Menu
Docs Home
/ /
io.realm

Enum Sort

java.lang.Object
io.realm.Sort

This class describes the sorting order used in Realm queries.

Tip

Enum Constant and Description
Modificador y Tipo
Método y descripción

public booleano

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

public static Ordenar

public static Ordenar

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Métodos heredados de la clase 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.

Devuelve

el valor utilizado por el motor de query subyacente para indicar este valor.

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

Volver

SetChangeSet

En esta página