Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm

Enum Sort

java.lang.Object
io.realm.Sort

Esta clase describe el orden de clasificación utilizado en las consultas de Realm.

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